diff --git a/data/nucleoid/game_portals/blockhunt.json b/data/nucleoid/game_portals/blockhunt.json new file mode 100644 index 0000000..96d9da5 --- /dev/null +++ b/data/nucleoid/game_portals/blockhunt.json @@ -0,0 +1,10 @@ +{ + "type": "nucleoid_extras:styled/simple_menu", + "icon": "minecraft:pot", + "games": [ + "blockhunt:fort_du_perdu" + ], + "name": { + "translate": "gameType.blockhunt.blockhunt" + } + } \ No newline at end of file diff --git a/data/nucleoid/games/blockhunt/blockhunt.json b/data/nucleoid/games/blockhunt/blockhunt.json new file mode 100644 index 0000000..89bb362 --- /dev/null +++ b/data/nucleoid/games/blockhunt/blockhunt.json @@ -0,0 +1,10 @@ +{ + "type": "blockhunt:blockhunt", + "games": [ + "blockhunt:fort_du_perdu" + ], + "name": { + "translate": "game.blockhunt.blockhunt" + }, + "icon": "minecraft:campfire" +} \ No newline at end of file