Bundle/tech tree fixes

This commit is contained in:
Anuken
2019-02-03 23:08:48 -05:00
parent 49a7da6393
commit 336256fc71
3 changed files with 6 additions and 1 deletions

View File

@@ -216,7 +216,9 @@ public class TechTree implements ContentList{
node(rtgGenerator, () -> {
node(differentialGenerator, () -> {
node(thoriumReactor, () -> {
node(impactReactor, () -> {
});
});
});
});