Small deconstructor
This commit is contained in:
@@ -3244,7 +3244,6 @@ public class Blocks{
|
||||
consumes.power(6f);
|
||||
}};
|
||||
|
||||
if(false)
|
||||
smallDeconstructor = new PayloadDeconstructor("small-deconstructor"){{
|
||||
requirements(Category.units, with(Items.thorium, 80, Items.silicon, 80, Items.graphite, 80));
|
||||
itemCapacity = 100;
|
||||
|
||||
@@ -43,10 +43,14 @@ public class ErekirTechTree{
|
||||
});
|
||||
});
|
||||
|
||||
node(deconstructor, () -> {
|
||||
node(smallDeconstructor, () -> {
|
||||
node(largeConstructor, () -> {
|
||||
|
||||
});
|
||||
|
||||
node(deconstructor, () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user