Cleaned up diode

This commit is contained in:
Anuken
2019-11-11 23:32:49 -05:00
parent f5c1eb74af
commit 56917483d6
12 changed files with 2110 additions and 2108 deletions

View File

@@ -1066,7 +1066,7 @@ public class Blocks implements ContentList{
}};
diode = new PowerDiode("diode"){{
requirements(Category.power, ItemStack.with(Items.silicon, 10, Items.phasefabric, 5, Items.plastanium, 2, Items.metaglass, 1));
requirements(Category.power, ItemStack.with(Items.silicon, 10, Items.plastanium, 5, Items.metaglass, 10));
}};
battery = new Battery("battery"){{

View File

@@ -215,8 +215,10 @@ public class TechTree implements ContentList{
node(combustionGenerator, () -> {
node(powerNode, () -> {
node(powerNodeLarge, () -> {
node(surgeTower, () -> {
node(diode, () -> {
node(surgeTower, () -> {
});
});
});