Recipe tweaks

This commit is contained in:
Anuken 2019-02-13 16:24:18 -05:00
parent 85f73fee02
commit 12ca4cda91

View File

@ -833,7 +833,7 @@ public class Blocks implements ContentList{
}};
thermalGenerator = new ThermalGenerator("thermal-generator"){{
requirements(Category.power, ItemStack.with(Items.copper, 80, Items.graphite, 70, Items.lead, 100, Items.silicon, 70, Items.thorium, 70));
requirements(Category.power, ItemStack.with(Items.copper, 80, Items.graphite, 70, Items.lead, 100, Items.silicon, 70, Items.metaglass, 80));
powerProduction = 3f;
generateEffect = Fx.redgeneratespark;
size = 2;