Fix tech tree entry
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user