Environment bugfixes

This commit is contained in:
Anuken
2022-04-09 10:36:20 -04:00
parent 23539a6e53
commit 22332b53c2
3 changed files with 8 additions and 5 deletions

View File

@@ -112,7 +112,7 @@ public class Rules{
/** 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<>();
public ObjectSet<Item> hiddenBuildItems = Items.erekirOnlyItems.asSet();
/** HIGHLY UNSTABLE/EXPERIMENTAL. DO NOT USE THIS. */
public boolean fog = false;
/** If fog = true, this is whether static (black) fog is enabled. */