Prevent boats from destroying lily pads

This commit is contained in:
kaenganxt
2014-12-24 18:16:22 +01:00
parent 284e181abf
commit 5375bcf7d4
2 changed files with 28 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ public class Setup {
new InvClick(Core.getMainClass());
new BlockSpread(Core.getMainClass());
new DropItem(Core.getMainClass());
new EntityChangeBlock(Core.getMainClass());
}
public static void setupClasses() {