Custom blocks have been overhauled. This build will not work unless you follow the instructions here https://git.lumine.io/mythiccraft/mmoitems/-/wikis/MMOItems%205.5.5%20Block%20Update

This commit is contained in:
Ethan 2020-08-09 18:09:31 -04:00
parent 7743458445
commit 7859868c04

View File

@ -43,7 +43,6 @@ public class BlockManager {
/*
* maps the custom block id to the custom block instance
*/
private final Map<Integer, CustomBlock> customBlocks = new HashMap<>();
/*