mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 03:02:11 +01:00
Add log message about 1.7.2 blocks.
This commit is contained in:
parent
d51da2cbe0
commit
68a6297f80
@ -5,6 +5,7 @@ import org.bukkit.Material;
|
||||
import fr.neatmonster.nocheatplus.compat.blocks.BlockPropertiesSetup;
|
||||
import fr.neatmonster.nocheatplus.compat.blocks.init.BlockInit;
|
||||
import fr.neatmonster.nocheatplus.config.WorldConfigProvider;
|
||||
import fr.neatmonster.nocheatplus.logging.LogUtil;
|
||||
|
||||
|
||||
public class BlocksMC1_7_2 implements BlockPropertiesSetup{
|
||||
@ -32,6 +33,8 @@ public class BlocksMC1_7_2 implements BlockPropertiesSetup{
|
||||
BlockInit.setAs(174, Material.ICE);
|
||||
// Large flowers
|
||||
BlockInit.setAs(175, Material.YELLOW_FLOWER);
|
||||
|
||||
LogUtil.logInfo("[NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.");
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user