mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-11 04:54:28 +01:00
Merge pull request #3783 from RungeCC/fix_cauldron
fix: lava/water/snowpowder cauldron
This commit is contained in:
commit
a4dc6bad54
@ -252,6 +252,8 @@ public class BlockHelper {
|
||||
state = Blocks.COMPOSTER.defaultBlockState();
|
||||
else if (state.getBlock() != Blocks.SEA_PICKLE && state.getBlock() instanceof IPlantable)
|
||||
state = ((IPlantable) state.getBlock()).getPlant(world, target);
|
||||
else if (state.is(BlockTags.CAULDRONS))
|
||||
state = Blocks.CAULDRON.defaultBlockState();
|
||||
|
||||
if (world.dimensionType()
|
||||
.ultraWarm() && state.getFluidState().is(FluidTags.WATER)) {
|
||||
|
Loading…
Reference in New Issue
Block a user