Added deployment scripts

This commit is contained in:
Anuken
2019-08-21 14:46:36 -04:00
parent 66ff7b1592
commit 4bb6a25055
6 changed files with 193 additions and 122 deletions

View File

@@ -227,12 +227,14 @@ public class TechTree implements ContentList{
node(turbineGenerator, () -> {
node(thermalGenerator, () -> {
node(rtgGenerator, () -> {
node(differentialGenerator, () -> {
node(thoriumReactor, () -> {
node(impactReactor, () -> {
node(differentialGenerator, () -> {
node(thoriumReactor, () -> {
node(impactReactor, () -> {
});
node(rtgGenerator, () -> {
});
});
});
});