GuideBook (WIP) fix
This commit is contained in:
parent
88afa6a2c9
commit
08e31b8743
8 changed files with 22 additions and 13 deletions
|
@ -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()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue