fix: lava/water/snowpowder cauldron
This commit is contained in:
parent
aeee9f8793
commit
0f0e402456
1 changed files with 2 additions and 0 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue