Fix tech tree entry

This commit is contained in:
Patrick 'Quezler' Mounier
2020-01-24 20:26:49 +01:00
parent 58a79d8631
commit 6e970cb84d

View File

@@ -63,6 +63,7 @@ public class TechTree implements ContentList{
}); });
}); });
}); });
});
node(duo, () -> { node(duo, () -> {
node(scatter, () -> { node(scatter, () -> {
@@ -285,8 +286,7 @@ public class TechTree implements ContentList{
}); });
node(daggerFactory, () -> { node(daggerFactory, () -> {
node(commandCenter, () -> { node(commandCenter, () -> {});
});
node(crawlerFactory, () -> { node(crawlerFactory, () -> {
node(titanFactory, () -> { node(titanFactory, () -> {
node(fortressFactory, () -> { node(fortressFactory, () -> {
@@ -324,8 +324,7 @@ public class TechTree implements ContentList{
}); });
}); });
}); });
}); }
};
private static TechNode node(Block block, Runnable children){ private static TechNode node(Block block, Runnable children){
ItemStack[] requirements = new ItemStack[block.requirements.length]; ItemStack[] requirements = new ItemStack[block.requirements.length];