Changes

Summary

  1. add minability tags to various blocks (details)
  2. Modify some cauldron code so the game launches and can join worlds (details)
  3. Switch fluids to use mantles resource pack controlled textures (details)
  4. Remove code for unneeded cauldron registrations (details)
  5. Migrate potato soup, mushroom stew, beetroot soup, rabbit stew, honey, and water stuff to cauldron blocks (details)
  6. Migrate dye cauldrons to the new cauldron logic (details)
  7. Implement potion cauldrons (details)
  8. Remove JEI registration for cauldron recipes (details)
  9. Remove rats support, should no longer be needed as cauldron hooks are less intrusive now (details)
  10. Update brewing bottle recipes and tags (details)
  11. Implement temporary cauldron registry while I decide how I want to do JSON (details)
  12. Deprecate most of the remaining old cauldron stuff (details)
  13. Reimplement cauldron brewing, currently instant (details)
  14. Turns out, BE types have a nice util to fetch the BE if the type matches, same as the conditonal I did (details)
  15. Allow dumping water bottles into dye cauldrons (details)
  16. Make small flowers work for suspicious stew (details)
  17. Consistency with pluralizations of interaction maps (details)
  18. Require fire to make soup or potions (details)
  19. Ensure block entities properly mark the chunk dirty when changed (details)
  20. rabbit (details)
  21. Implement suspicious stew cauldrons (details)
Commit 161b7a5cf5fa36c1a7d476d3eb17f38eb92b5cdb by KnightMiner
add minability tags to various blocks

Hopefully got them all, guess that is what alphas are for
The file was modifiedsrc/generated/resources/.cache/cache (diff)
The file was addedsrc/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json
The file was addedsrc/generated/resources/data/minecraft/tags/blocks/mineable/hoe.json
The file was addedsrc/generated/resources/data/minecraft/tags/blocks/mineable/shovel.json
The file was modifiedsrc/main/java/knightminer/inspirations/common/datagen/InspirationsBlockTagsProvider.java (diff)
The file was addedsrc/generated/resources/data/minecraft/tags/blocks/mineable/axe.json
Commit 8e7c416b3c208ddcab4d96d4f43614d157250de6 by KnightMiner
Modify some cauldron code so the game launches and can join worlds
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/RecipeTypes.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/ICauldronRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/plugins/jei/JEIPlugin.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/inventory/VanillaCauldronInventory.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/Inspirations.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/tileentity/CauldronTileEntity.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/ICauldronTransform.java (diff)
Commit f971dbbc30e180134e532a1c6b8b85c516c12b86 by KnightMiner
Switch fluids to use mantles resource pack controlled textures
The file was addedsrc/main/resources/assets/inspirations/models/block/fluid/mushroom_stew.json
The file was removedsrc/main/resources/assets/inspirations/models/block/fluid/colorless.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
The file was modifiedsrc/main/resources/assets/inspirations/blockstates/potato_soup_fluid.json (diff)
The file was addedsrc/main/resources/assets/inspirations/models/block/fluid/potato_soup.json
The file was modifiedsrc/main/resources/assets/inspirations/blockstates/rabbit_stew_fluid.json (diff)
The file was addedsrc/main/resources/assets/inspirations/models/block/fluid/beetroot_soup.json
The file was modifiedsrc/main/resources/assets/inspirations/blockstates/honey_fluid.json (diff)
The file was modifiedsrc/main/resources/assets/inspirations/blockstates/beetroot_soup_fluid.json (diff)
The file was removedsrc/main/resources/assets/inspirations/models/block/fluid/transparent.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/RecipesClientEvents.java (diff)
The file was addedsrc/main/resources/assets/inspirations/models/block/fluid/rabbit_stew.json
The file was modifiedsrc/main/resources/assets/inspirations/blockstates/mushroom_stew_fluid.json (diff)
The file was addedsrc/main/resources/assets/inspirations/models/block/fluid/honey.json
Commit 9424d816ec1d0ca2ab16dd3a08d80b2c80243c9f by KnightMiner
Remove code for unneeded cauldron registrations
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/tileentity/CauldronTileEntity.java (diff)
The file was removedsrc/main/java/knightminer/inspirations/recipes/RecipesEvents.java
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/block/SmashingAnvilBlock.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/RecipesClientEvents.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/block/EnhancedCauldronBlock.java (diff)
Commit 9c313c7ec7171be7393bb6de24ff45c952d41325 by KnightMiner
Migrate potato soup, mushroom stew, beetroot soup, rabbit stew, honey, and water stuff to cauldron blocks

Implements all former behavior including soup making, bowl filling, honey block, concrete solidifying, and dye washing
Honey block cauldron and honey fluid cauldron are currently merged
Config currently not available, probably need to migrate to a common config
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/mushroom_stew/stew_small.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/honey/empty_bottle.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/yellow.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/empty_water_bottle.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/green.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/orange.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/rabbit_stew/stew_large.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/rabbit_stew/level_1_of_4.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/FirstCauldronInteraction.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/lime.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/potato_soup/stew_small.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/block/FourLayerCauldronBlock.java
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/beetroot_soup/fill_bowl.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/data/VanillaEnum.java (diff)
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/cyan.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/undye.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/potato_soup/fill_bowl.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/remove_banner_pattern.json
The file was addedsrc/generated/resources/data/forge/tags/fluids/rabbit_stew.json
The file was addedsrc/generated/resources/data/forge/tags/fluids/honey.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/mushroom_stew/fill_bowl.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/purple.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/magenta.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/honey/fill_bottle.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/honey/pickup_block.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/beetroot_soup/fill_bowl.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/empty_water_bottle.json
The file was modifiedsrc/main/java/knightminer/inspirations/common/datagen/InspirationsFluidTagsProvider.java (diff)
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/honey/pickup_block.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/rabbit_stew/empty_bowl.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/undye.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/data/RecipesRecipeProvider.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/common/datagen/InspirationsBlockLootTable.java (diff)
The file was modifiedsrc/generated/resources/.cache/cache (diff)
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/yellow.json
The file was addedsrc/main/resources/assets/inspirations/blockstates/rabbit_stew_cauldron.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/potato_soup/stew_large.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/green.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/brown.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/rabbit_stew/fill_bowl.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/brown.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/honey/level_2_of_4.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/mushroom_stew/stew_large.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/pink.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/magenta.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potato_soup/stew_large.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/potato_soup/level_1_of_4.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/potato_soup/level_3_of_4.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/honey/place_block.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/honey/level_3_of_4.json
The file was addedsrc/generated/resources/data/inspirations/loot_tables/blocks/potato_soup_cauldron.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/TransformCauldronInteraction.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/undye.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/mushroom_stew/level_1_of_4.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/light_blue.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/beetroot_soup/stew_large.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/beetroot_soup/level_3_of_4.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/potato_soup/level_2_of_4.json
The file was addedsrc/generated/resources/data/inspirations/loot_tables/blocks/rabbit_stew_cauldron.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/mushroom_stew/level_3_of_4.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/DecreaseLayerCauldronInteraction.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potato_soup/empty_bowl.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/level_4_of_4.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/mushroom_stew/level_2_of_4.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/empty_bucket.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/lime.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/blue.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/undye.json
The file was addedsrc/generated/resources/data/inspirations/loot_tables/blocks/beetroot_soup_cauldron.json
The file was modifiedsrc/main/java/knightminer/inspirations/common/datagen/InspirationsBlockTagsProvider.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/InspirationsTags.java (diff)
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/mushroom_stew/empty_bowl.json
The file was addedsrc/generated/resources/data/minecraft/tags/blocks/cauldrons.json
The file was addedsrc/main/resources/assets/inspirations/blockstates/mushroom_stew_cauldron.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/honey/place_block.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/gray.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/rabbit_stew/level_4_of_4.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/pink.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/level_1_of_4.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/undye.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/rabbit_stew/stew_small.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/FillCauldronInteraction.java
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/beetroot_soup/level_4_of_4.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/undye.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/beetroot_soup/empty_bowl.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/beetroot_soup/stew_small.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/EmptyCauldronInteraction.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/mushroom_stew/stew_small.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/gray.json
The file was addedsrc/generated/resources/data/forge/tags/fluids/beetroot_soup.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potato_soup/fill_bowl.json
The file was removedsrc/main/resources/assets/inspirations/models/block/cauldron/level_1.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/fill_bucket.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/fill_water_bottle.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/rabbit_stew/empty_bowl.json
The file was modifiedsrc/main/resources/assets/inspirations/lang/en_us.json (diff)
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/honey/level_4_of_4.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/undye.json
The file was removedsrc/main/resources/assets/inspirations/models/block/cauldron/level_3.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/level_3_of_4.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/rabbit_stew/stew_large.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/beetroot_soup/stew_small.json
The file was removedsrc/main/resources/assets/inspirations/config_resources/blockstates/cauldron.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/cyan.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/dry_cauldron.json
The file was addedsrc/main/resources/assets/inspirations/blockstates/honey_cauldron.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/potato_soup/level_4_of_4.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/undye.json
The file was addedsrc/main/resources/assets/inspirations/blockstates/potato_soup_cauldron.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/mushroom_stew/level_4_of_4.json
The file was addedsrc/generated/resources/data/inspirations/loot_tables/blocks/mushroom_stew_cauldron.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/rabbit_stew/level_3_of_4.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/honey/fill_bottle.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dry_cauldron.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/orange.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potato_soup/stew_small.json
The file was removedsrc/main/resources/assets/inspirations/models/block/cauldron/level_2.json
The file was addedsrc/generated/resources/data/inspirations/loot_tables/blocks/honey_cauldron.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/blue.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/beetroot_soup/empty_bowl.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/red.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/honey/level_1_of_4.json
The file was modifiedsrc/main/resources/META-INF/accesstransformer.cfg (diff)
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/rabbit_stew/fill_bowl.json
The file was modifiedsrc/main/java/knightminer/inspirations/common/Config.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/common/data/ConfigEnabledCondition.java (diff)
The file was modifiedsrc/main/resources/assets/inspirations/models/cauldron_textures.json (diff)
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/rabbit_stew/level_2_of_4.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/beetroot_soup/stew_large.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/mushroom_stew/stew_large.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/undye.json
The file was modifiedsrc/main/java/knightminer/inspirations/library/MiscUtil.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/IncreaseLayerCauldronInteraction.java
The file was removedsrc/main/resources/assets/inspirations/models/block/cauldron/empty.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/mushroom_stew/empty_bowl.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/fill_water_bottle.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/potato_soup/empty_bowl.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/undye.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/black.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/light_blue.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/level_2_of_4.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/sticky_piston_cleaning.json
The file was addedsrc/main/resources/assets/inspirations/blockstates/beetroot_soup_cauldron.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/rabbit_stew/stew_small.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/red.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/honey/empty_bottle.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/light_gray.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/beetroot_soup/level_2_of_4.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/purple.json
The file was addedsrc/generated/resources/data/forge/tags/fluids/mushroom_stew.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/concrete/black.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/package-info.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/light_gray.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/sticky_piston_cleaning.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/beetroot_soup/level_1_of_4.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/mushroom_stew/fill_bowl.json
Commit f54029982f8972f54cbc343dafeef69be823575e by KnightMiner
Migrate dye cauldrons to the new cauldron logic
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/bottle/mix/magenta_from_blue_red_white.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/purple.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/orange.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/dye/bottle/mix/purple_from_blue_red.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/honey/solidify.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/gray.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/fill.json
The file was removedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/MixCauldronDyeRecipe.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/lime.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/blue.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/black.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dyeable/dye_dimension_compass.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/brown.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/brown.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/gray.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/gray.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/white.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/dye/level_2_of_3.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/cyan.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/blue.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dyeable/dye_leather_chestplate.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/cyan.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cauldron/bottle/mix/magenta_from_blue_red_pink.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/mixed.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/purple.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/light_blue.json
The file was addedsrc/main/resources/assets/inspirations/blockstates/dye_cauldron.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/brown.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/white.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/mix/cyan_from_blue_green.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/dye/bottle/mix/magenta_from_blue_red_pink.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/lime.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/orange.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/red.json
The file was removedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/FillDyedBottleRecipe.java
The file was removedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/FillBucketCauldronRecipe.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_pink.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/FillDyedBottleCauldronInteraction.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/cyan.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/MixDyeCauldronInteraction.java
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/yellow.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cauldron/bottle/mix/pink_from_red_white.json
The file was modifiedsrc/main/java/knightminer/inspirations/common/datagen/InspirationsBlockTagsProvider.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyeWaterCauldronInteraction.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/mix/magenta_from_purple_pink.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/purple.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyeLeatherItemCauldronInteraction.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/green.json
The file was removedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/special/DyeableCauldronRecipe.java
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/light_gray.json
The file was modifiedsrc/main/resources/assets/inspirations/models/cauldron_textures.json (diff)
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/orange.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/green.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/black.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/green.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/magenta.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/light_blue.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/magenta.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/light_gray.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/honey/solidify.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/red.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/light_blue.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dyeable/dye_leather_leggings.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_yellow.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/pink.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/brown.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/brown.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/mix/magenta_from_blue_red_pink.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/yellow.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/purple.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/dye/bottle/mix/magenta_from_blue_red_white.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/RecipesClientEvents.java (diff)
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/blue.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/cyan.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/blue.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/green.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/brown.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/yellow.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_black.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/magenta.json
The file was modifiedsrc/main/java/knightminer/inspirations/common/network/InspirationsNetwork.java (diff)
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/black.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cauldron/bottle/mix/gray_from_black_white.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/dye/level_1_of_3.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/lime.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/cyan.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dyeable/clear_leather_leggings.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/pink.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/bottle/mix/magenta_from_blue_red_pink.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cauldron/bottle/mix/magenta_from_blue_red_white.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dyeable/dye_leather_boots.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/light_gray.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/mix/magenta_from_blue_red_white.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/blue.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_orange.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/black.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/purple.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_cyan.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_magenta.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/lime.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/magenta.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/mix/light_gray_from_black_white.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/bottle/mix/purple_from_blue_red.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/green.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/gray.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/black.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/yellow.json
The file was modifiedsrc/main/java/knightminer/inspirations/common/datagen/InspirationsBlockLootTable.java (diff)
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/gray.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/pink.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/brown.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/lime.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/light_gray.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/IncreaseLayerCauldronInteraction.java (diff)
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/honey/pickup_sugar.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/lime.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_light_gray.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/light_gray.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_green.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyedBottleIntoDyeCauldronInteraction.java
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/cyan.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/purple.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/blue.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/green.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/dye/bottle/mix/orange_from_red_yellow.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dyeable/dye_leather_horse_armor.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/light_blue.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/white.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/orange.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/cyan.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/green.json
The file was removedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/DyeCauldronWaterRecipe.java
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/bottle/mix/light_gray_from_gray_white.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cauldron/bottle/mix/orange_from_red_yellow.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cauldron/bottle/mix/purple_from_blue_red.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/block/DyeCauldronBlock.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/honey/melt.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/blue.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/orange.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/yellow.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/black.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/yellow.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/orange.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/light_blue.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dyeable/clear_leather_chestplate.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_red.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/green.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/blue.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/magenta.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/light_blue.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/red.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/pink.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/pink.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/pink.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/purple.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/lime.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/purple.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/magenta.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/yellow.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/gray.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/white.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/black.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/magenta.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/gray.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/FillCauldronInteraction.java (diff)
The file was addedsrc/generated/resources/data/inspirations/recipes/cauldron/bottle/mix/magenta_from_purple_pink.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dyeable/dye_leather_helmet.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cauldron/bottle/mix/lime_from_green_white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/dye/bottle/mix/cyan_from_blue_green.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dyeable/clear_leather_horse_armor.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/pink.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/bottle/mix/gray_from_black_white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/purple.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/orange.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/black.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_brown.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyedBottleIntoWaterCauldronInteraction.java
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/orange.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/mix/light_blue_from_blue_white.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/light_gray.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/gray.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dyeable/clear_leather_helmet.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/block/entity/DyeCauldronBlockEntity.java
The file was modifiedsrc/generated/resources/data/minecraft/tags/blocks/cauldrons.json (diff)
The file was modifiedsrc/generated/resources/.cache/cache (diff)
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/lime.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/cyan.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cauldron/bottle/mix/light_gray_from_black_white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/light_gray.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_blue.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/light_blue.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/AbstractDecreaseLayerCauldronInteraction.java
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/black.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/brown.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/brown.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/purple.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/cyan.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/light_blue.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/bottle/mix/light_blue_from_blue_white.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/AbstractModifyCauldronInteraction.java
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/dye/bottle/mix/light_gray_from_black_white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/white.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cauldron/bottle/mix/cyan_from_blue_green.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/mix/light_gray_from_gray_white.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/block/entity/package-info.java
The file was removedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/RemoveBannerPatternCauldronRecipe.java
The file was addedsrc/generated/resources/data/inspirations/recipes/cauldron/bottle/mix/light_gray_from_gray_white.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_gray.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/red.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/dye/bottle/mix/pink_from_red_white.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/blue.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/dye/bottle/mix/light_gray_from_gray_white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/green.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/black.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/bottle/mix/orange_from_red_yellow.json
The file was addedsrc/generated/resources/data/inspirations/loot_tables/blocks/dye_cauldron.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/light_blue.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/dye/bottle/mix/lime_from_green_white.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/mix/purple_from_blue_red.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/gray.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/dye/bottle/mix/gray_from_black_white.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/magenta.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/light_gray.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cauldron/bottle/mix/light_blue_from_blue_white.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/mix/gray_from_black_white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/magenta.json
The file was removedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/EmptyBucketCauldronRecipe.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/orange.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/gray.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/package-info.java
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/bottle/mix/pink_from_red_white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/lime.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/magenta.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dyeable/clear_leather_boots.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/yellow.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/magenta.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/brown.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/red.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/brown.json
The file was addedsrc/main/java/knightminer/inspirations/common/network/CauldronColorUpdatePacket.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/lime.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/orange.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/white.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/dye/level_3_of_3.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/red.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/pink.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyedBottleIntoEmptyCauldronInteraction.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/red.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/blue.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/purple.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/cyan.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpeted_trapdoor/green.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/bottle/mix/cyan_from_blue_green.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/mix/orange_from_red_yellow.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/honey/melt.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/pink.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/dye/bottle/mix/magenta_from_purple_pink.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/red.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dyeable/clear_dimension_compass.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/yellow.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/blue.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/red.json
The file was modifiedsrc/main/resources/assets/inspirations/lang/en_us.json (diff)
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/bed/light_gray.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_lime.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/mix/lime_from_green_white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/light_blue.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/data/RecipesRecipeProvider.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyeItemCauldronInteraction.java
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/cyan.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/orange.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/mix/pink_from_red_white.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/gray.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/black.json
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/RecipeSerializers.java (diff)
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/bottle/mix/light_gray_from_black_white.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/bottle/mix/lime_from_green_white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/pink.json
The file was modifiedsrc/main/java/knightminer/inspirations/library/MiscUtil.java (diff)
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/bottle/lime.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_light_blue.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/shulker_box/light_gray.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/DecreaseLayerCauldronInteraction.java (diff)
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/pink.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/honey/pickup_sugar.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/light_gray.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/bottle/mix/magenta_from_purple_pink.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/red.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/light_blue.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/yellow.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/misc/cauldron/dye/bottle/mix/light_blue_from_blue_white.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/wool/red.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/cauldron/cauldron/carpet/green.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/dye/dye_purple.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/yellow.json
Commit 947ff4f6791277900e213c6c6e5333d924a4f77b by KnightMiner
Implement potion cauldrons

No brewing yet, but bottling and tipped arrows works
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potion/splash_fill.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/block/PotionCauldronBlock.java
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/potion/TipArrowCauldronInteraction.java
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/potion/WaterBottleIntoWaterInteraction.java
The file was modifiedsrc/generated/resources/.cache/cache (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/common/datagen/InspirationsBlockLootTable.java (diff)
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/potion/level_2_of_3.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyedBottleIntoWaterCauldronInteraction.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/potion/package-info.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potion/lingering_empty.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potion/splash_empty.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/MixDyeCauldronInteraction.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/recipes/block/entity/PotionCauldronBlockEntity.java
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/potion/PotionIntoEmptyInteraction.java
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potion/tipped_arrow.json
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/RecipeSerializers.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/potion/PotionIntoPotionCauldron.java
The file was removedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/special/package-info.java
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/AbstractModifyCauldronInteraction.java (diff)
The file was modifiedsrc/main/resources/assets/inspirations/models/cauldron_textures.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/common/datagen/InspirationsBlockTagsProvider.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/data/RecipesRecipeProvider.java (diff)
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potion/lingering_fill.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/RecipesClientEvents.java (diff)
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/potion/level_1_of_3.json
The file was addedsrc/main/resources/assets/inspirations/blockstates/potion_cauldron.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyeWaterCauldronInteraction.java (diff)
The file was modifiedsrc/generated/resources/data/minecraft/tags/blocks/cauldrons.json (diff)
The file was addedsrc/main/java/knightminer/inspirations/common/network/CauldronPotionUpdatePacket.java
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/IncreaseLayerCauldronInteraction.java (diff)
The file was removedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/special/EmptyPotionCauldronRecipe.java
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/potion/FillPotionCauldronInteraction.java
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/FillCauldronInteraction.java (diff)
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potion/normal_fill.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potion/normal_empty.json
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/potion/level_3_of_3.json
The file was modifiedsrc/main/java/knightminer/inspirations/common/network/InspirationsNetwork.java (diff)
The file was removedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/special/FillPotionCauldronRecipe.java
The file was modifiedsrc/main/resources/assets/inspirations/lang/en_us.json (diff)
The file was addedsrc/generated/resources/data/inspirations/loot_tables/blocks/potion_cauldron.json
Commit d4a0427826410318c69d09e818cd2318dbc11ed4 by KnightMiner
Remove JEI registration for cauldron recipes

They will need a pretty big rework to presist
The file was modifiedsrc/main/java/knightminer/inspirations/plugins/jei/JEIPlugin.java (diff)
The file was removedsrc/main/java/knightminer/inspirations/plugins/jei/cauldron/CauldronCategory.java
The file was removedsrc/main/java/knightminer/inspirations/plugins/jei/cauldron/CauldronContentHelper.java
The file was removedsrc/main/java/knightminer/inspirations/plugins/jei/cauldron/CauldronRenderer.java
The file was removedsrc/main/java/knightminer/inspirations/plugins/jei/cauldron/package-info.java
Commit 1abaf7c6dd622a9ef4a67d610c4f102c636b91ab by KnightMiner
Remove rats support, should no longer be needed as cauldron hooks are less intrusive now
The file was removedsrc/main/resources/data/inspirations/recipes/compat/rats/cheese_from_milk.json
The file was modifiedsrc/main/resources/assets/inspirations/models/cauldron_textures.json (diff)
The file was removedsrc/main/resources/data/inspirations/recipes/compat/rats/pickup_cheese.json
Commit 4fcdf7c70b86ba8d09912b96b83c07036413d8cd by KnightMiner
Update brewing bottle recipes and tags

Brewing bottles now have two recipes:
* Efficient recipe in the brewing stand
* No brewing stand recipe via the smithing table

Tags are updated to be consistent with tinkers
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/data/RecipesRecipeProvider.java (diff)
The file was addedsrc/generated/resources/data/inspirations/recipes/cauldron/bottle/splash_bottle.json
The file was addedsrc/generated/resources/data/inspirations/recipes/cauldron/bottle/lingering_bottle.json
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/recipes/recipe/BottleBrewingRecipe.java
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/brewing/cauldron/bottle/splash_bottle.json
The file was modifiedsrc/generated/resources/.cache/cache (diff)
The file was removedsrc/generated/resources/data/forge/tags/items/lingering_bottles.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potion/splash_bottle.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/brewing/cauldron/potion/lingering_bottle.json
The file was addedsrc/generated/resources/data/forge/tags/items/bottles/splash.json
The file was addedsrc/generated/resources/data/inspirations/advancements/recipes/brewing/cauldron/bottle/lingering_bottle.json
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potion/lingering_bottle.json
The file was modifiedsrc/main/java/knightminer/inspirations/library/InspirationsTags.java (diff)
The file was addedsrc/generated/resources/data/forge/tags/items/bottles/lingering.json
The file was removedsrc/generated/resources/data/forge/tags/items/splash_bottles.json
The file was removedsrc/generated/resources/data/inspirations/advancements/recipes/brewing/cauldron/potion/splash_bottle.json
The file was modifiedsrc/main/resources/META-INF/accesstransformer.cfg (diff)
Commit 643e0176e3ff6fc58ae7d6575ddead8cc8f18c57 by KnightMiner
Implement temporary cauldron registry while I decide how I want to do JSON

Will probably end up making the JSON just use the same sort of form as this
Wlll also be useful for brewing later
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/CauldronRegistry.java
The file was addedsrc/main/java/knightminer/inspirations/recipes/RecipesEvents.java
Commit c4146e1753f740b81a40aab8830bd535b59568bc by KnightMiner
Deprecate most of the remaining old cauldron stuff

Gradually removing this stuff, but figured I might as well mark what is getting remoed
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/CauldronRecipeBuilder.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/inventory/TileCauldronInventory.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/contents/FluidContentType.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/CauldronTransformBuilder.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/tileentity/capability/CauldronFluidHandler.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/contents/RegistryContentType.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/contents/CauldronContents.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/contents/ColorContentType.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/ingredient/ICauldronIngredient.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/contents/ICauldronContents.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/inventory/ICauldronState.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/AbstractCauldronRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/ICauldronTransform.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/util/DisplayCauldronRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/CauldronRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/inventory/IModifyableCauldronInventory.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/contents/NamedContentType.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/tileentity/capability/CauldronItemHandler.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/CauldronContentTypes.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/ICauldronRecipeDisplay.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/inventory/VanillaCauldronInventory.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/util/TemperaturePredicate.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/ICauldronRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/inventory/CauldronItemInventory.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/CauldronIngredients.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/inventory/ICauldronInventory.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/util/CauldronTemperature.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/contents/PotionContentType.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/ingredient/ContentMatchIngredient.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/contents/CustomContentType.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/contents/DyeContentType.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/tileentity/CauldronTileEntity.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/ingredient/FluidCauldronIngredient.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/util/LevelUpdate.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/contents/CauldronContentType.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/CauldronTransform.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/ingredient/ICauldronIngredientSerializer.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/util/LevelPredicate.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/BrewingCauldronRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/block/EnhancedCauldronBlock.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/PotionFermentCauldronTransform.java (diff)
Commit 506f52b63e5e858fa3cbca81ff60154dbf42328b by KnightMiner
Reimplement cauldron brewing, currently instant
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/potion/BrewingCauldronInteraction.java
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/data/RecipesRecipeProvider.java (diff)
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potion/potion_brewing.json
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/RecipeSerializers.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/CauldronRegistry.java (diff)
The file was removedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/BrewingCauldronRecipe.java
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
The file was modifiedsrc/generated/resources/.cache/cache (diff)
The file was removedsrc/generated/resources/data/inspirations/recipes/cauldron/potion/forge_brewing.json
Commit fcd9cad6fa7c5ffc278c58a9227fb18a3962790d by KnightMiner
Turns out, BE types have a nice util to fetch the BE if the type matches, same as the conditonal I did
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyeLeatherItemCauldronInteraction.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyedBottleIntoEmptyCauldronInteraction.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/potion/PotionIntoPotionCauldron.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyeWaterCauldronInteraction.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/potion/FillPotionCauldronInteraction.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/MixDyeCauldronInteraction.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyeItemCauldronInteraction.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyedBottleIntoDyeCauldronInteraction.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/potion/TipArrowCauldronInteraction.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyedBottleIntoWaterCauldronInteraction.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/FillDyedBottleCauldronInteraction.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/potion/PotionIntoEmptyInteraction.java (diff)
Commit f5f1018f34d921c42917f4443b58c5871f475f74 by KnightMiner
Allow dumping water bottles into dye cauldrons
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/WaterBottleIntoDyeCauldronInteraction.java
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/dye/DyedBottleIntoDyeCauldronInteraction.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
Commit 241d3fa32f12cb9141a0f53f38c1bf886d47533f by KnightMiner
Make small flowers work for suspicious stew

Also cleanup a few inspirations tags that did not need to exist and properly tag our flowers
The file was modifiedsrc/generated/resources/.cache/cache (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/common/datagen/InspirationsBlockTagsProvider.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/building/block/GrowableFlowerBlock.java
The file was modifiedsrc/main/java/knightminer/inspirations/library/InspirationsTags.java (diff)
The file was removedsrc/generated/resources/data/inspirations/tags/blocks/flower_pots.json
The file was modifiedsrc/main/java/knightminer/inspirations/building/InspirationsBuilding.java (diff)
The file was addedsrc/generated/resources/data/minecraft/tags/items/small_flowers.json
The file was removedsrc/main/java/knightminer/inspirations/building/block/FlowerBlock.java
The file was removedsrc/generated/resources/data/inspirations/tags/blocks/small_flowers.json
The file was removedsrc/generated/resources/data/inspirations/tags/items/small_flowers.json
The file was addedsrc/generated/resources/data/minecraft/tags/blocks/small_flowers.json
The file was modifiedsrc/generated/resources/data/minecraft/tags/blocks/flower_pots.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/common/datagen/InspirationsItemTagsProvider.java (diff)
Commit 482377455b12dacd37db1751036b01848527609d by KnightMiner
Consistency with pluralizations of interaction maps
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/block/PotionCauldronBlock.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
Commit 9b1a2105fcaab474f4a26efa02192b542d10074d by KnightMiner
Require fire to make soup or potions
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/potion/BrewingCauldronInteraction.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/TransformCauldronInteraction.java (diff)
Commit 0445751e2ab6ffe65a133ce31a771473bb5c1447 by KnightMiner
Ensure block entities properly mark the chunk dirty when changed
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/block/entity/PotionCauldronBlockEntity.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/block/entity/DyeCauldronBlockEntity.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
Commit a45624b327058ca20ea46f767c4bb8a7e95168cf by KnightMiner
Implement suspicious stew cauldrons
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/suspicious_stew/level_3_of_4.json
The file was modifiedsrc/main/java/knightminer/inspirations/common/datagen/InspirationsBlockLootTable.java (diff)
The file was addedsrc/generated/resources/data/inspirations/loot_tables/blocks/suspicious_stew_cauldron.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/stew/DecreaseSuspiciousStewCauldronInteraction.java
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/suspicious_stew/level_2_of_4.json
The file was addedsrc/main/resources/assets/inspirations/textures/block/fluid/suspicious_stew.png
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/suspicious_stew/level_1_of_4.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/block/SuspiciousStewCauldronBlock.java
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/stew/SuspiciousStewingCauldronInteraction.java
The file was addedsrc/main/resources/assets/inspirations/textures/block/fluid/suspicious_stew.png.mcmeta
The file was modifiedsrc/generated/resources/data/minecraft/tags/blocks/cauldrons.json (diff)
The file was modifiedsrc/main/resources/assets/inspirations/lang/en_us.json (diff)
The file was addedsrc/main/resources/assets/inspirations/blockstates/suspicious_stew_cauldron.json
The file was modifiedsrc/generated/resources/.cache/cache (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/common/datagen/InspirationsBlockTagsProvider.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/stew/package-info.java
The file was addedsrc/main/resources/assets/inspirations/models/block/cauldron/suspicious_stew/level_4_of_4.json
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/stew/MixSuspiciousStewCauldronInteraction.java
The file was addedsrc/main/java/knightminer/inspirations/recipes/cauldron/stew/SuspiciousStewIntoEmptyCauldronInteraction.java
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/cauldron/TransformCauldronInteraction.java (diff)
The file was addedsrc/main/java/knightminer/inspirations/recipes/block/entity/SuspiciousStewCauldronBlockEntity.java
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)