diff --git a/src/main/resources/data/sabotage/game_portals/root.json b/src/main/resources/data/sabotage/game_portals/root.json deleted file mode 100644 index dde6b56..0000000 --- a/src/main/resources/data/sabotage/game_portals/root.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "type": "nucleoid_extras:styled/advanced_menu", - "name": { - "translate": "gameType.sabotage.sabotage" - }, - "icon": "minecraft:shears", - "entries": [ - { - "type": "plasmid:game", - "icon": "sabotage:sabotage_chest", - "game": "sabotage:random", - "name": { - "translate": "map.sabotage.random" - } - }, - { - "type": "plasmid:game", - "icon": "minecraft:villager_spawn_egg", - "game": "sabotage:village", - "name": { - "translate": "map.sabotage.village" - } - }, - { - "type": "plasmid:game", - "icon": "minecraft:netherrack", - "game": "sabotage:hellbound", - "name": { - "translate": "map.sabotage.hellbound" - } - }, - { - "type": "plasmid:game", - "icon": "minecraft:white_wool", - "game": "sabotage:skybound", - "name": { - "translate": "map.sabotage.skybound" - } - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/sabotage/games/random.json b/src/main/resources/data/sabotage/games/random.json deleted file mode 100644 index 325242d..0000000 --- a/src/main/resources/data/sabotage/games/random.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "type": "plasmid:random", - "games": [ - "sabotage:village", - "sabotage:skybound", - "sabotage:hellbound" - ], - "name": { - "translate": "gameType.sabotage.sabotage" - }, - "icon": { - "id": "minecraft:shears" - } -} \ No newline at end of file