GuideBook (WIP) fix

This commit is contained in:
Aleksey 2020-12-06 00:13:42 +03:00
parent 88afa6a2c9
commit 08e31b8743
8 changed files with 22 additions and 13 deletions

View file

@ -106,7 +106,8 @@ public class EndItems {
// Other //
public static final Item ETERNAL_CRYSTAL = registerItem("eternal_crystal", new EternalCrystal());
public static final Item GUIDE_BOOK = registerItem(GuideBook.BOOK_ID, new GuideBook());
public static final Item GUIDE_BOOK = EndItems.registerItem(GuideBook.BOOK_ID, new GuideBook());
protected static Item registerItem(String name) {
return registerItem(BetterEnd.makeID(name), new PatternedItem(makeItemSettings()));