Added hiddenBuildItems rule

This commit is contained in:
Anuken
2021-10-20 16:25:24 -04:00
parent 085a974350
commit 699364580e
3 changed files with 5 additions and 3 deletions

View File

@@ -101,6 +101,8 @@ public class Rules{
public ObjectSet<Block> revealedBlocks = new ObjectSet<>();
/** Unlocked content names. Only used in multiplayer when the campaign is enabled. */
public ObjectSet<String> researched = new ObjectSet<>();
/** Block containing these items as requirements are hidden. */
public ObjectSet<Item> hiddenBuildItems = new ObjectSet<>();
/** Whether ambient lighting is enabled. */
public boolean lighting = false;
/** Whether enemy lighting is visible.