Fix sap not regrowing on rubber logs.
Closes https://github.com/TechReborn/TechReborn/issues/3147
This commit is contained in:
parent
814dc9ad30
commit
4ad7c2a917
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue