Fix sap not regrowing on rubber logs.

Closes https://github.com/TechReborn/TechReborn/issues/3147
This commit is contained in:
modmuss50 2023-06-23 14:15:53 +01:00
parent 814dc9ad30
commit 4ad7c2a917

View file

@ -92,6 +92,7 @@ public class TRBlockSettings {
public static FabricBlockSettings rubberLog() { public static FabricBlockSettings rubberLog() {
return FabricBlockSettings.copyOf(Blocks.SPRUCE_LOG) return FabricBlockSettings.copyOf(Blocks.SPRUCE_LOG)
.ticksRandomly()
.mapColor(MapColor.SPRUCE_BROWN); .mapColor(MapColor.SPRUCE_BROWN);
} }