Fix tech tree entry

This commit is contained in:
Patrick 'Quezler' Mounier
2020-01-24 20:26:49 +01:00
parent 58a79d8631
commit 6e970cb84d
+3 -4
View File
@@ -63,6 +63,7 @@ public class TechTree implements ContentList{
});
});
});
});
node(duo, () -> {
node(scatter, () -> {
@@ -285,8 +286,7 @@ public class TechTree implements ContentList{
});
node(daggerFactory, () -> {
node(commandCenter, () -> {
});
node(commandCenter, () -> {});
node(crawlerFactory, () -> {
node(titanFactory, () -> {
node(fortressFactory, () -> {
@@ -324,8 +324,7 @@ public class TechTree implements ContentList{
});
});
});
});
};
}
private static TechNode node(Block block, Runnable children){
ItemStack[] requirements = new ItemStack[block.requirements.length];