public static final ItemEntry<Item> CRANFISH_SCALE = create("cranfish_scale").save(); public static final ItemEntry<ItemNameBlockItem> DRAGIBUS = create("dragibus", (p) -> new ItemNameBlockItem(DRAGIBUS_CROPS.get(), p)).setFood(2, 2f).save(); @@ -234,10 +235,10 @@ public stat...
If you've found something that doesn't work as it should, or would like to suggest a new feature, then go ahead and raise a ticket on GitHub. For bugs, please outline the steps needed to reproduce, and include relevant info like system info and resulting logs....