Unlinked global items of Serpulo and Erekir

This commit is contained in:
Anuken
2022-09-15 17:06:35 -04:00
parent e6213dd7b4
commit a0535395eb
4 changed files with 68 additions and 70 deletions

View File

@@ -93,6 +93,8 @@ public class TechTree{
public Seq<Objective> objectives = new Seq<>();
/** Nodes that depend on this node. */
public final Seq<TechNode> children = new Seq<>();
/** Planet associated with this tech node. Null to auto-detect, or use Serpulo if no associated planet is found. */
public @Nullable Planet planet;
public TechNode(@Nullable TechNode parent, UnlockableContent content, ItemStack[] requirements){
if(parent != null){