Fix concretelogging cable tube and electric post

- Concretelogged post no longer replaced by encased tube upon drying
This commit is contained in:
Daniel
2025-07-23 08:46:09 +03:00
parent 0c45eef401
commit 59637ad99c

View File

@@ -74,7 +74,7 @@ public class CableTubeBlock extends RotatedPillarBlock implements IBE<CableTubeB
tickDrying(level, state, TFMGBlocks.CONCRETE_ENCASED_CABLE_TUBE.getDefaultState().setValue(AXIS, state.getValue(AXIS)), pos, randomSource);
if (state.is(TFMGBlocks.ELECTRIC_POST.get()))
tickDrying(level, state, TFMGBlocks.CONCRETE_ENCASED_CABLE_TUBE.getDefaultState().setValue(AXIS, state.getValue(AXIS)), pos, randomSource);
tickDrying(level, state, TFMGBlocks.CONCRETE_ENCASED_ELECTRIC_POST.getDefaultState().setValue(AXIS, state.getValue(AXIS)), pos, randomSource);
}