diff --git a/src/main/java/com/legacy/aether/registry/AetherRegistries.java b/src/main/java/com/legacy/aether/registry/AetherRegistries.java index 496d1bf..b8a0427 100644 --- a/src/main/java/com/legacy/aether/registry/AetherRegistries.java +++ b/src/main/java/com/legacy/aether/registry/AetherRegistries.java @@ -210,6 +210,8 @@ public class AetherRegistries { registerShapeless("skyroot_planks", new ItemStack(BlocksAether.skyroot_planks, 4), new ItemStack(BlocksAether.skyroot_log, 1, 1)); registerShapeless("skyroot_planks", new ItemStack(BlocksAether.skyroot_planks, 4), new ItemStack(BlocksAether.golden_oak_log, 1, 1)); registerShapeless("book_of_lore", new ItemStack(ItemsAether.lore_book), new ItemStack(Items.book), new ItemStack(ItemsAether.ambrosium_shard)); + registerShapeless("book_of_lore", new ItemStack(ItemsAether.lore_book), new ItemStack(Items.book), new ItemStack(Items.flint)); + registerShapeless("book_of_lore", new ItemStack(ItemsAether.lore_book), new ItemStack(Items.book), new ItemStack(Items.glowstone_dust)); } private static void initializeRecipes() {