Merge pull request #482 from EngineHub/forge-1.14

Update to Forge 1.14.
This commit is contained in:
Kenzie Togami
2019-06-16 14:03:35 -07:00
committed by GitHub
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;
}