Changes

Summary

  1. Fix cauldron sometimes deleting inserted contents (details)
  2. Add sound effects to cauldron recipes (details)
  3. Fix being unable to fill stacks of more than one bucket (details)
Commit 037435c03782249163c8f34939475a510c7c265a by KnightMiner
Fix cauldron sometimes deleting inserted contents
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/tileentity/CauldronTileEntity.java (diff)
Commit f3d949591cc031b401ea238e0aed1862772f42e5 by KnightMiner
Add sound effects to cauldron recipes
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/rabbit_stew/empty_bowl.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/inventory/TileCauldronInventory.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/CauldronRecipeBuilder.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/beetroot_soup/fill_bowl.json (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/recipe/CauldronRecipe.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/empty_water_bottle.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/mushroom_stew/empty_bowl.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/DyeCauldronWaterRecipe.java (diff)
The file was modifiedsrc/generated/resources/.cache/cache (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/DyeableCauldronRecipe.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/potato_soup/fill_bowl.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/RemoveBannerPatternCauldronRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/FillDyedBottleRecipe.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/mushroom_stew/fill_bowl.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/dry_cauldron.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/beetroot_soup/empty_bowl.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/potato_soup/empty_bowl.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/fill_water_bottle.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/EmptyBucketCauldronRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/FillBucketCauldronRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/FillPotionCauldronRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/data/RecipesRecipeProvider.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/EmptyPotionCauldronRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/inventory/VanillaCauldronInventory.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/rabbit_stew/fill_bowl.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/MixCauldronDyeRecipe.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/water_from_ice.json (diff)
Commit a0bf2b33ec40473746be548d056f1617e7cb14f1 by KnightMiner
Fix being unable to fill stacks of more than one bucket
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/FillBucketCauldronRecipe.java (diff)