Changed DungeonHelper into a singleton
Changed DungeonHelper into a singleton. Changed code in other classes to interface with it properly.
This commit is contained in:
@@ -159,7 +159,7 @@ public class SchematicLoader
|
||||
}
|
||||
public int transformMetadata(int metadata, int orientation, int blockID)
|
||||
{
|
||||
if(mod_pocketDim.dungeonHelper.metadataFlipList.contains(blockID))
|
||||
if (DungeonHelper.instance().metadataFlipList.contains(blockID))
|
||||
{
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user