Skip to content

Commit b1f21ef

Browse files
ellieisjellyPatbox
authored andcommitted
Fix Sabotage Game Portals (#100)
1 parent d3c730b commit b1f21ef

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

data/nucleoid/game_portals/sabotage/maps/root.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@
2828
"name": {
2929
"translate": "map.sabotage.skybound"
3030
}
31+
},
32+
{
33+
"type": "plasmid:game",
34+
"icon": "minecraft:oak_door",
35+
"game": "sabotage:town",
36+
"name": {
37+
"translate": "map.sabotage.town"
38+
}
3139
}
3240
]
33-
}
41+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "plasmid:concurrent_game",
3+
"game": "nucleoid:sabotage/random"
4+
}

data/nucleoid/game_portals/sabotage/root.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"type": "nucleoid_extras:quick_portal",
1010
"icon": "sabotage:sabotage_chest",
11-
"portal": "nucleoid:sabotage/maps",
11+
"portal": "nucleoid:sabotage/maps/root",
1212
"quick_portal": "nucleoid:sabotage/random",
1313
"message": {
1414
"translate": "text.nucleoid_extras.ui.action.maps"
@@ -19,4 +19,4 @@
1919
}
2020
}
2121
]
22-
}
22+
}

data/nucleoid/plasmid/game/sabotage/random.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"games": [
44
"sabotage:village",
55
"sabotage:skybound",
6-
"sabotage:hellbound"
6+
"sabotage:hellbound",
7+
"sabotage:town"
78
],
89
"name": {
910
"translate": "gameType.sabotage.sabotage"
1011
},
1112
"icon": {
1213
"id": "minecraft:shears"
1314
}
14-
}
15+
}

0 commit comments

Comments
 (0)