Changes

Summary

  1. Cauldrons now hold 12 layers instead of 3 (details)
Commit 85cca2fd37ba15f211e4c199e2db15f5fcfd0bf8 by KnightMiner
Cauldrons now hold 12 layers instead of 3

Most recipes will use 4 layers at a time to divide the cauldron into thirds (vanilla behavior), but this will allow better compat for things like honey
If I bring back something like bigger cauldrons (for IE compat), it now only requires modifying recipes, and will likely be highly targeted on potions
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/light_gray.json (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/carpeted_trapdoor/purple.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/tileentity/CauldronTileEntity.java (diff)
The file was modifiedsrc/main/resources/assets/inspirations/models/block/cauldron/level_1.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/ice/place_wet_ice.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/mushroom_stew/stew_small.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/brown.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/inventory/TileCauldronInventory.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/white.json (diff)
The file was removedsrc/main/java/knightminer/inspirations/common/network/CauldronContentUpatePacket.java
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/orange.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/shulker_box/purple.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/fill_milk_bucket.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/lime.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/BrewingCauldronRecipe.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/blue.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/pink.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/ice/water_from_ice.json (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/carpeted_trapdoor/light_blue.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/brown.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/rabbit_stew/stew_small.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/light_blue.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/gray.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/pink.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/beetroot_soup/stew_small.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/red.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/green.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/client/model/CauldronModel.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/green.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/black.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/green.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/mushroom_stew/stew_large.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/cyan.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/orange.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/Util.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/brown.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/red.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/potato_soup/stew_small.json (diff)
The file was modifiedsrc/main/resources/assets/inspirations/models/block/cauldron/level_2.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/purple.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/rabbit_stew/stew_large.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/magenta.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/gray.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/recipe/ICauldronRecipe.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/plugins/jei/cauldron/CauldronCategory.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/light_blue.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/lime.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/green.json (diff)
The file was modifiedsrc/generated/resources/.cache/cache (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/gray.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/data/RecipesRecipeProvider.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/lime.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/common/network/InspirationsNetwork.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/green.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/special/FillPotionCauldronRecipe.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/pink.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/purple.json (diff)
The file was addedsrc/main/java/knightminer/inspirations/common/network/CauldronStateUpdatePacket.java
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/black.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/util/LevelPredicate.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/purple.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/yellow.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/brown.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/blue.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/orange.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/undye.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/black.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/blue.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/RecipesEvents.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/cyan.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/tank/CauldronTank.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/mushroom_stew/empty_bowl.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/red.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/red.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/magenta.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/light_gray.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/yellow.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/black.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/beetroot_soup/fill_bowl.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/white.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/potato_soup/stew_large.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/special/EmptyPotionCauldronRecipe.java (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/mushroom_stew/fill_bowl.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/pink.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/white.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/rabbit_stew/empty_bowl.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/pink.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/light_gray.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/ice/place_ice.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/black.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/magenta.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/yellow.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/gray.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/white.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/rabbit_stew/fill_bowl.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/lime.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/plugins/jei/cauldron/CauldronRenderer.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/util/LevelUpdate.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/orange.json (diff)
The file was modifiedsrc/main/resources/assets/inspirations/textures/gui/jei/cauldron.png (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/white.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/RemoveBannerPatternCauldronRecipe.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/light_blue.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/orange.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/gray.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/pink.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/white.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/orange.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/red.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/client/ClientUtil.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/light_gray.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/undye.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/EmptyBucketCauldronRecipe.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/empty_milk_bucket.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/yellow.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/cyan.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/yellow.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/ice/pickup_packed_ice.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/lime.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/magenta.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/potato_soup/fill_bowl.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/yellow.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/blue.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/ice/pickup_ice.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/ice/pickup_wet_ice.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/ice/place_packed_ice.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/blue.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/recipe/cauldron/DyeCauldronWaterRecipe.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/undye.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/magenta.json (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/carpeted_trapdoor/brown.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/bed/undye.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/sticky_piston_cleaning.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/brown.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/green.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/lime.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/shulker_box/light_blue.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/shulker_box/light_gray.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpet/blue.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/undye.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/cyan.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/shulker_box/cyan.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/beetroot_soup/stew_large.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/red.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/library/recipe/cauldron/special/DyeableCauldronRecipe.java (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/gray.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/carpeted_trapdoor/magenta.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/light_blue.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/light_gray.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/concrete/purple.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/black.json (diff)
The file was modifiedsrc/main/resources/assets/inspirations/lang/en_us.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/fill_water_bottle.json (diff)
The file was modifiedsrc/generated/resources/data/inspirations/recipes/cauldron/wool/cyan.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/block/EnhancedCauldronBlock.java (diff)