Misc tweaks

This commit is contained in:
Anuken
2021-11-12 13:47:22 -05:00
parent 8da4e72e77
commit 757977b7b9
2 changed files with 4 additions and 4 deletions

View File

@@ -944,6 +944,7 @@ public class Blocks implements ContentList{
}};
heatReactor = new HeatProducer("heat-reactor"){{
//TODO quadvent
requirements(Category.crafting, with(Items.tungsten, 60, Items.graphite, 30));
size = 3;
consumeTime = 60f * 10f;
@@ -964,7 +965,7 @@ public class Blocks implements ContentList{
heatRequirement = 10f;
consumes.items(with(Items.tungsten, 1, Items.graphite, 2));
consumes.items(with(Items.tungsten, 2, Items.graphite, 3));
consumes.power(2f);
}};