Cleaned up diode
Before Width: | Height: | Size: 679 B After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 932 B After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 741 B After Width: | Height: | Size: 739 B |
Before Width: | Height: | Size: 931 KiB After Width: | Height: | Size: 720 KiB |
Before Width: | Height: | Size: 304 KiB After Width: | Height: | Size: 278 KiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 260 KiB |
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 134 KiB |
Before Width: | Height: | Size: 331 KiB After Width: | Height: | Size: 888 KiB |
@ -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"){{
|
||||
|
@ -215,8 +215,10 @@ public class TechTree implements ContentList{
|
||||
node(combustionGenerator, () -> {
|
||||
node(powerNode, () -> {
|
||||
node(powerNodeLarge, () -> {
|
||||
node(surgeTower, () -> {
|
||||
node(diode, () -> {
|
||||
node(surgeTower, () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=22534a12fc0d39eee77e1369c043444999a4e725
|
||||
archash=900a4966bf9b05272c8b0c258dc534540c0628fb
|
||||
|