Added large canvas to tech tree
This commit is contained in:
@@ -6883,7 +6883,7 @@ public class Blocks{
|
|||||||
}};
|
}};
|
||||||
|
|
||||||
largeCanvas = new CanvasBlock("large-canvas"){{
|
largeCanvas = new CanvasBlock("large-canvas"){{
|
||||||
requirements(Category.logic, BuildVisibility.shown, with(Items.silicon, 15, Items.beryllium, 15, Items.tungsten, 10));
|
requirements(Category.logic, BuildVisibility.shown, with(Items.silicon, 15, Items.beryllium, 15, Items.surgeAlloy, 5));
|
||||||
|
|
||||||
canvasSize = 24;
|
canvasSize = 24;
|
||||||
padding = 7f / 4f * 2f;
|
padding = 7f / 4f * 2f;
|
||||||
|
|||||||
@@ -95,7 +95,9 @@ public class ErekirTechTree{
|
|||||||
});
|
});
|
||||||
|
|
||||||
node(reinforcedMessage, Seq.with(new OnSector(aegis)), () -> {
|
node(reinforcedMessage, Seq.with(new OnSector(aegis)), () -> {
|
||||||
node(canvas);
|
node(canvas, () -> {
|
||||||
|
node(largeCanvas);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user