fix: lava/water/snowpowder cauldron

This commit is contained in:
Runge 2022-09-15 23:12:56 +08:00
parent aeee9f8793
commit 0f0e402456

View file

@ -230,6 +230,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)) {