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 376b412d07
commit 983da406c0

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);
}