Update to Forge 1.14.

This commit is contained in:
wizjany
2019-06-09 01:02:24 -04:00
parent 61fd44fa8c
commit 078d6f6440
23 changed files with 533 additions and 569 deletions

View File

@ -58,8 +58,6 @@ public class SinglePickaxe implements BlockTool {
player.printError("Max blocks change limit reached.");
}
world.playEffect(clicked.toVector(), 2001, blockType.getLegacyId());
return true;
}