Fixed building relative rotations

This commit is contained in:
Anuken
2021-11-21 22:03:15 -05:00
parent 64efa599d0
commit 6edf0a27a4
2 changed files with 10 additions and 2 deletions

View File

@@ -1019,6 +1019,7 @@ public class Blocks implements ContentList{
craftTime = 60f * 1f;
heatOutput = 2f;
consumes.liquid(Liquids.slag, 20f / 60f);
consumes.power(0.5f / 60f);
}};
heatReactor = new HeatProducer("heat-reactor"){{