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:06:44 -04:00
parent 2dd32507fa
commit 671ab17a77

View File

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