diff --git a/src/main/java/org/dimdev/dimdoors/pockets/SchematicV2Handler.java b/src/main/java/org/dimdev/dimdoors/pockets/SchematicV2Handler.java index 0d1ed843..701a3be8 100644 --- a/src/main/java/org/dimdev/dimdoors/pockets/SchematicV2Handler.java +++ b/src/main/java/org/dimdev/dimdoors/pockets/SchematicV2Handler.java @@ -28,6 +28,7 @@ import net.minecraft.util.profiler.Profiler; import org.apache.commons.lang3.ArrayUtils; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; +import org.dimdev.dimdoors.DimensionalDoorsInitializer; import org.dimdev.dimdoors.pockets.generator.PocketGenerator; import org.dimdev.dimdoors.pockets.virtual.VirtualPocket; import org.dimdev.dimdoors.util.PocketGenerationParameters; diff --git a/src/main/resources/data/dimdoors/pockets/groups/example.json b/src/main/resources/data/dimdoors/pockets/groups/example.json index c7e13f79..59708855 100644 --- a/src/main/resources/data/dimdoors/pockets/groups/example.json +++ b/src/main/resources/data/dimdoors/pockets/groups/example.json @@ -1,4 +1,6 @@ -{ - "id": "example/purpur_hallway", - "type": "dimdoors:id" -} +[ + { + "id": "example/purpur_hallway", + "type": "dimdoors:id" + } +] diff --git a/src/main/resources/data/dimdoors/pockets/groups/private.json b/src/main/resources/data/dimdoors/pockets/groups/private.json index 0c138f73..a154af72 100644 --- a/src/main/resources/data/dimdoors/pockets/groups/private.json +++ b/src/main/resources/data/dimdoors/pockets/groups/private.json @@ -1,4 +1,6 @@ -{ - "id": "private/default", - "type": "dimdoors:id" -} +[ + { + "id": "private/default", + "type": "dimdoors:id" + } +] diff --git a/src/main/resources/data/dimdoors/pockets/groups/public.json b/src/main/resources/data/dimdoors/pockets/groups/public.json index bc1bd5a1..526cca57 100644 --- a/src/main/resources/data/dimdoors/pockets/groups/public.json +++ b/src/main/resources/data/dimdoors/pockets/groups/public.json @@ -1,4 +1,6 @@ -{ - "id": "public/default", - "type": "dimdoors:id" -} +[ + { + "id": "public/default", + "type": "dimdoors:id" + } +]