mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-12 03:37:27 +07:00
Recipe tweaks
This commit is contained in:
parent
85f73fee02
commit
12ca4cda91
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user