Changes

Summary

  1. Reenable recipes module (details)
  2. Fix typo in cauldron recipe serializer (details)
  3. Add some base recipes for initial testing (details)
Commit 38a3f6b58a8a81c7c375e60042a921aff5510398 by KnightMiner
Reenable recipes module

Cauldron and anvil are disabled for now, but fluids and potato soup are back
The file was addedsrc/main/resources/assets/inspirations/models/item/lime_dyed_bottle.json
The file was addedsrc/main/resources/assets/inspirations/blockstates/mushroom_stew_fluid.json
The file was addedsrc/main/resources/assets/inspirations/models/item/brown_dyed_bottle.json
The file was addedsrc/main/resources/assets/inspirations/textures/block/fluid/milk_flow.png.mcmeta
The file was addedsrc/main/resources/assets/inspirations/textures/block/fluid/milk.png
The file was addedsrc/main/resources/assets/inspirations/models/item/beetroot_soup_bucket.json
The file was addedsrc/main/resources/assets/inspirations/models/item/gray_dyed_bottle.json
The file was removedsrc/main/resources/assets/inspirations/textures/block/milk.png
The file was modifiedsrc/main/java/knightminer/inspirations/common/data/ConfigEnabledCondition.java (diff)
The file was addedsrc/main/resources/assets/inspirations/blockstates/rabbit_stew_fluid.json
The file was addedsrc/main/resources/assets/inspirations/models/item/mixed_dyed_bottle.json
The file was modifiedsrc/main/java/knightminer/inspirations/shared/SharedClientEvents.java (diff)
The file was addedsrc/main/resources/assets/inspirations/textures/block/fluid/milk.png.mcmeta
The file was modifiedsrc/main/java/knightminer/inspirations/common/Config.java (diff)
The file was addedsrc/main/resources/assets/inspirations/models/block/fluid/colorless.json
The file was addedsrc/main/resources/assets/inspirations/textures/block/fluid/milk_flow.png
The file was addedsrc/main/resources/assets/inspirations/models/item/light_gray_dyed_bottle.json
The file was removedsrc/main/resources/assets/inspirations/textures/block/milk_flow.png.mcmeta
The file was removedsrc/main/resources/assets/inspirations/textures/block/fluid_colorless_flow.png.mcmeta
The file was addedsrc/main/resources/assets/inspirations/blockstates/potato_soup_fluid.json
The file was addedsrc/main/resources/assets/inspirations/textures/block/fluid/colorless_flow.png.mcmeta
The file was removedsrc/main/resources/assets/inspirations/textures/block/milk_flow.png
The file was addedsrc/main/resources/assets/inspirations/blockstates/beetroot_soup_fluid.json
The file was addedsrc/main/resources/assets/inspirations/models/item/mushroom_stew_bucket.json
The file was addedsrc/main/resources/assets/inspirations/textures/block/fluid/potion.png.mcmeta
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
The file was addedsrc/main/resources/assets/inspirations/textures/block/fluid/colorless_flow.png
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/contents/CauldronColor.java (diff)
The file was addedsrc/main/resources/assets/inspirations/models/item/green_dyed_bottle.json
The file was addedsrc/main/resources/assets/inspirations/textures/block/fluid/colorless.png.mcmeta
The file was addedsrc/main/resources/assets/inspirations/models/item/yellow_dyed_bottle.json
The file was addedsrc/main/resources/assets/inspirations/models/item/red_dyed_bottle.json
The file was removedsrc/main/resources/assets/inspirations/textures/block/fluid_potion.png.mcmeta
The file was removedsrc/main/resources/assets/inspirations/textures/block/milk.png.mcmeta
The file was removedsrc/main/resources/assets/inspirations/textures/block/fluid_potion.png
The file was addedsrc/main/resources/assets/inspirations/textures/block/fluid/potion.png
The file was addedsrc/main/resources/assets/inspirations/textures/block/fluid/colorless.png
The file was modifiedsrc/main/resources/assets/inspirations/lang/en_us.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/item/SimpleDyedBottleItem.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/Inspirations.java (diff)
The file was addedsrc/main/resources/assets/inspirations/models/item/white_dyed_bottle.json
The file was addedsrc/main/resources/assets/inspirations/models/item/magenta_dyed_bottle.json
The file was addedsrc/main/resources/assets/inspirations/models/item/orange_dyed_bottle.json
The file was addedsrc/main/resources/assets/inspirations/models/item/purple_dyed_bottle.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/item/MixedDyedBottleItem.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/contents/CauldronPotion.java (diff)
The file was addedsrc/main/resources/assets/inspirations/models/item/black_dyed_bottle.json
The file was addedsrc/main/resources/assets/inspirations/models/item/pink_dyed_bottle.json
The file was removedsrc/main/resources/assets/inspirations/textures/block/fluid_colorless.png
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/RecipesClientEvents.java (diff)
The file was addedsrc/main/resources/assets/inspirations/models/item/rabbit_stew_bucket.json
The file was addedsrc/main/resources/assets/inspirations/models/item/blue_dyed_bottle.json
The file was addedsrc/main/resources/assets/inspirations/textures/item/potato_soup.png
The file was addedsrc/main/resources/assets/inspirations/models/item/potato_soup.json
The file was removedsrc/main/resources/assets/inspirations/textures/block/fluid_colorless.png.mcmeta
The file was removedsrc/main/resources/assets/inspirations/textures/block/fluid_colorless_flow.png
The file was addedsrc/main/resources/assets/inspirations/models/item/cyan_dyed_bottle.json
The file was addedsrc/main/resources/assets/inspirations/models/item/light_blue_dyed_bottle.json
The file was addedsrc/main/resources/assets/inspirations/models/item/potato_soup_bucket.json
Commit 6f675d87ab3823822c509aafb55190a5fd60f71c by KnightMiner
Fix typo in cauldron recipe serializer
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/CauldronRecipe.java (diff)
Commit 6fe87d46daa0d0a992df96342b1413320888de40 by KnightMiner
Add some base recipes for initial testing
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/lime.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/yellow.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/cyan.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/brown.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/rabbit_stew/empty_bowl.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/undye.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/purple.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/black.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/light_gray.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/red.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/white.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/rabbit_stew/stew_small.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/rabbit_stew/stew_large.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/mushroom_stew/stew_small.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/data/VanillaEnum.java
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/yellow.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/empty_water_bottle.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/undye.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/white.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/green.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/gray.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/fill_water_bottle.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/brown.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/orange.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/magenta.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/pink.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/light_blue.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/blue.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/undye.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/sticky_piston_cleaning.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/white.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/dry_cauldron.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/yellow.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/red.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/brown.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/light_gray.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/gray.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/pink.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/green.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/lime.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/purple.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/red.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/purple.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/brown.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/yellow.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/orange.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/purple.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/gray.json
The file was modifiedsrc/generated/resources/.cache/cache (diff)
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/gray.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/lime.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/beetroot_soup/empty_bowl.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/gray.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/rabbit_stew/stew_large.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/pink.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/brown.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/magenta.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/blue.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/orange.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/magenta.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/beetroot_soup/fill_bowl.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/blue.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/cyan.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/black.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/rabbit_stew/stew_small.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/potato_soup/fill_bowl.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/red.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/potato_soup/item.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/magenta.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/blue.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/light_blue.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/brown.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/purple.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/orange.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/yellow.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/light_blue.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/light_gray.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/pink.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/magenta.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/light_blue.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/black.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/brown.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/brown.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/mushroom_stew/stew_small.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/white.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/cyan.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/lime.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/empty_water_bottle.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/orange.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/light_gray.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/purple.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/white.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/light_blue.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/rabbit_stew/fill_bowl.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/black.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/green.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/light_gray.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/gray.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/purple.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/beetroot_soup/stew_large.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/black.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/undye.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/blue.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/pink.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/blue.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/green.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/yellow.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/white.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/yellow.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/pink.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/sticky_piston_cleaning.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/white.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/white.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/beetroot_soup/empty_bowl.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/black.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/purple.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/fill_water_bottle.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/lime.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/red.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/pink.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/yellow.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/gray.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/pink.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/blue.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/lime.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/mushroom_stew/stew_large.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/brown.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/brown.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/beetroot_soup/stew_large.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/pink.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/purple.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/blue.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/water_from_ice.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/gray.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/green.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/purple.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/light_blue.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/orange.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/mushroom_stew/fill_bowl.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/gray.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/magenta.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/orange.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/white.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/undye.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/lime.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/cyan.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/black.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/water_from_ice.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/green.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/light_blue.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/rabbit_stew/fill_bowl.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/blue.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/undye.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/potato_soup/stew_large.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/light_gray.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/green.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/potato_soup/stew_small.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/lime.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/cyan.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/light_gray.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/magenta.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/magenta.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/green.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/red.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/cyan.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/yellow.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/light_gray.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/white.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/cyan.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/gray.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/mushroom_stew/stew_large.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/light_blue.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/red.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/light_gray.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/fill_bucket.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/data/RecipesRecipeProvider.java
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/cyan.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/mushroom_stew/empty_bowl.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/cyan.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/beetroot_soup/stew_small.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/orange.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/beetroot_soup/stew_small.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/potato_soup/fill_bowl.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/lime.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/data/package-info.java
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/concrete/blue.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/rabbit_stew/empty_bowl.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/red.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/orange.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/magenta.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/orange.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpet/black.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/potato_soup/empty_bowl.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/empty_bucket.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/potato_soup/empty_bowl.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/mushroom_stew/fill_bowl.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpeted_trapdoor/lime.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/red.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/green.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/beetroot_soup/fill_bowl.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/undye.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/food/recipes/cauldron/potato_soup/item.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/light_blue.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/pink.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/potato_soup/stew_small.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/concrete/light_blue.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/mushroom_stew/empty_bowl.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/bed/cyan.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/carpet/black.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/magenta.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/bed/undye.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/wool/light_gray.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/dry_cauldron.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/yellow.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/wool/black.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/red.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/recipes/cauldron/carpeted_trapdoor/green.json
The file was addedsrc/generated/resources/data/inspirations/recipes/recipes/cauldron/potato_soup/stew_large.json