Skip to content

Commit

Permalink
Add Dicey Heights game portals
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 authored and Patbox committed Jan 10, 2025
1 parent 9d61a8c commit 641fb01
Show file tree
Hide file tree
Showing 8 changed files with 106 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "plasmid:concurrent_game",
"game": "diceyheights:standard_dicey_heights_4_teams"
}
20 changes: 20 additions & 0 deletions data/nucleoid/game_portals/dicey_heights/four_teams/root.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "nucleoid_extras:styled/simple_menu",
"icon": {
"id": "minecraft:dispenser",
"count": 4
},
"games": [
"diceyheights:standard_dicey_heights_4_teams",
"diceyheights:separate_dicey_heights_4_teams",
"diceyheights:overload_dicey_heights_4_teams",
"diceyheights:separate_overload_dicey_heights_4_teams",
"diceyheights:standard_pillar_spawning_dicey_heights_4_teams",
"diceyheights:separate_pillar_spawning_dicey_heights_4_teams",
"diceyheights:overload_pillar_spawning_dicey_heights_4_teams",
"diceyheights:separate_overload_pillar_spawning_dicey_heights_4_teams"
],
"name": {
"translate": "game.nucleoid.four_teams"
}
}
33 changes: 33 additions & 0 deletions data/nucleoid/game_portals/dicey_heights/root.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "nucleoid_extras:styled/advanced_menu",
"name": {
"translate": "gameType.diceyheights.dicey_heights"
},
"icon": "minecraft:dispenser",
"entries": [
{
"type": "nucleoid_extras:quick_portal",
"portal": "nucleoid:dicey_heights/singles/root",
"quick_portal": "nucleoid:dicey_heights/singles/quick",
"message": {
"translate": "text.nucleoid_extras.ui.action.modes"
}
},
{
"type": "nucleoid_extras:quick_portal",
"portal": "nucleoid:dicey_heights/two_teams/root",
"quick_portal": "nucleoid:dicey_heights/two_teams/quick",
"message": {
"translate": "text.nucleoid_extras.ui.action.modes"
}
},
{
"type": "nucleoid_extras:quick_portal",
"portal": "nucleoid:dicey_heights/four_teams/root",
"quick_portal": "nucleoid:dicey_heights/four_teams/quick",
"message": {
"translate": "text.nucleoid_extras.ui.action.modes"
}
}
]
}
4 changes: 4 additions & 0 deletions data/nucleoid/game_portals/dicey_heights/singles/quick.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "plasmid:concurrent_game",
"game": "diceyheights:standard_dicey_heights"
}
17 changes: 17 additions & 0 deletions data/nucleoid/game_portals/dicey_heights/singles/root.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "nucleoid_extras:styled/simple_menu",
"icon": "minecraft:dispenser",
"games": [
"diceyheights:standard_dicey_heights",
"diceyheights:separate_dicey_heights",
"diceyheights:overload_dicey_heights",
"diceyheights:separate_overload_dicey_heights",
"diceyheights:standard_pillar_spawning_dicey_heights",
"diceyheights:separate_pillar_spawning_dicey_heights",
"diceyheights:overload_pillar_spawning_dicey_heights",
"diceyheights:separate_overload_pillar_spawning_dicey_heights"
],
"name": {
"translate": "game.nucleoid.singles"
}
}
4 changes: 4 additions & 0 deletions data/nucleoid/game_portals/dicey_heights/two_teams/quick.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "plasmid:concurrent_game",
"game": "diceyheights:standard_dicey_heights_2_teams"
}
20 changes: 20 additions & 0 deletions data/nucleoid/game_portals/dicey_heights/two_teams/root.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "nucleoid_extras:styled/simple_menu",
"icon": {
"id": "minecraft:dispenser",
"count": 2
},
"games": [
"diceyheights:standard_dicey_heights_2_teams",
"diceyheights:separate_dicey_heights_2_teams",
"diceyheights:overload_dicey_heights_2_teams",
"diceyheights:separate_overload_dicey_heights_2_teams",
"diceyheights:standard_pillar_spawning_dicey_heights_2_teams",
"diceyheights:separate_pillar_spawning_dicey_heights_2_teams",
"diceyheights:overload_pillar_spawning_dicey_heights_2_teams",
"diceyheights:separate_overload_pillar_spawning_dicey_heights_2_teams"
],
"name": {
"translate": "game.nucleoid.two_teams"
}
}
4 changes: 4 additions & 0 deletions data/nucleoid/game_portals/top_level/categories/combat.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
"type": "plasmid:portal",
"portal": "nucleoid:micro_battle/root"
},
{
"type": "plasmid:portal",
"portal": "nucleoid:dicey_heights/root"
},
{
"type": "plasmid:portal",
"portal": "nucleoid:beacon_breakers/root"
Expand Down

0 comments on commit 641fb01

Please sign in to comment.