diff --git a/src/main/resources/data/dimdoors/pockets/generators/custom/purpur_hallway.json b/src/main/resources/data/dimdoors/pockets/generators/example/purpur_hallway.json similarity index 100% rename from src/main/resources/data/dimdoors/pockets/generators/custom/purpur_hallway.json rename to src/main/resources/data/dimdoors/pockets/generators/example/purpur_hallway.json diff --git a/src/main/resources/data/dimdoors/pockets/groups/dungeon.json b/src/main/resources/data/dimdoors/pockets/groups/dungeon.json index 3fa24eac..efa01645 100644 --- a/src/main/resources/data/dimdoors/pockets/groups/dungeon.json +++ b/src/main/resources/data/dimdoors/pockets/groups/dungeon.json @@ -1,8 +1,4 @@ [ - { - "id": "custom/purpur_hallway", - "type": "dimdoors:id" - }, { "id": "custom/waiting_room", "type": "dimdoors:id" diff --git a/src/main/resources/data/dimdoors/pockets/groups/example.json b/src/main/resources/data/dimdoors/pockets/groups/example.json new file mode 100644 index 00000000..c7e13f79 --- /dev/null +++ b/src/main/resources/data/dimdoors/pockets/groups/example.json @@ -0,0 +1,4 @@ +{ + "id": "example/purpur_hallway", + "type": "dimdoors:id" +}