Fixed packing issues

This commit is contained in:
Anuken
2021-11-16 23:10:49 -05:00
parent 82eb3a9159
commit 7798bb6702
5 changed files with 6 additions and 2 deletions

View File

@@ -1035,7 +1035,7 @@ public class Blocks implements ContentList{
consumes.power(2f);
}};
//TODO implement
//TODO implement - is this even necessary?
if(false)
slagCentrifuge = new GenericCrafter("slag-centrifuge"){{
requirements(Category.crafting, with(Items.tungsten, 60, Items.graphite, 60, Items.oxide, 40));
@@ -1044,6 +1044,7 @@ public class Blocks implements ContentList{
}};
//TODO implement
//TODO should have a useful turret ammo byproduct?
//original: consumes.items(with(Items.copper, 3, Items.lead, 4, Items.titanium, 2, Items.silicon, 3));
if(false)
surgeCrucible = new GenericCrafter("surge-crucible"){{

View File

@@ -73,5 +73,7 @@ public class Liquids implements ContentList{
}};
//TODO dicyanoacetylene
//TODO molten lead (maybe)
}
}