diff --git a/src/main/java/com/hugman/the_towers/TheTowers.java b/src/main/java/com/hugman/the_towers/TheTowers.java index 0f326ef..873e142 100644 --- a/src/main/java/com/hugman/the_towers/TheTowers.java +++ b/src/main/java/com/hugman/the_towers/TheTowers.java @@ -20,6 +20,6 @@ public static Identifier id(String s) { @Override public void onInitialize() { TheTowersRegistries.register(); - GameType.register(TheTowers.id("the_towers"), TowersConfig.CODEC, TowersWaiting::open); + GameType.register(TheTowers.id("standard"), TowersConfig.CODEC, TowersWaiting::open); } } diff --git a/src/main/resources/data/the_towers/game_portals/root.json b/src/main/resources/data/the_towers/game_portals/root.json index 4051222..5611ef2 100644 --- a/src/main/resources/data/the_towers/game_portals/root.json +++ b/src/main/resources/data/the_towers/game_portals/root.json @@ -1,7 +1,7 @@ { "type": "nucleoid_extras:styled/simple_menu", "name": { - "translate": "game.the_towers.the_towers" + "translate": "game.the_towers" }, "icon": "minecraft:andesite_wall", "games": [ diff --git a/src/main/resources/data/the_towers/games/classic/four_teams.json b/src/main/resources/data/the_towers/games/classic/four_teams.json index 15c040a..c0ed591 100644 --- a/src/main/resources/data/the_towers/games/classic/four_teams.json +++ b/src/main/resources/data/the_towers/games/classic/four_teams.json @@ -1,5 +1,5 @@ { - "type": "the_towers:the_towers", + "type": "the_towers:standard", "translation": "game.the_towers.classic.four_teams", "map": "the_towers:classic/four_teams", "players": { diff --git a/src/main/resources/data/the_towers/games/classic/two_teams.json b/src/main/resources/data/the_towers/games/classic/two_teams.json index 482f95c..0a2acdc 100644 --- a/src/main/resources/data/the_towers/games/classic/two_teams.json +++ b/src/main/resources/data/the_towers/games/classic/two_teams.json @@ -1,5 +1,5 @@ { - "type": "the_towers:the_towers", + "type": "the_towers:standard", "translation": "game.the_towers.classic.two_teams", "map": "the_towers:classic/two_teams", "players": { diff --git a/src/main/resources/data/the_towers/lang/en_us.json b/src/main/resources/data/the_towers/lang/en_us.json index 02387ab..c0f1b81 100644 --- a/src/main/resources/data/the_towers/lang/en_us.json +++ b/src/main/resources/data/the_towers/lang/en_us.json @@ -1,5 +1,5 @@ { - "game.the_towers.the_towers": "The Towers", + "game.the_towers": "The Towers", "game.the_towers.classic.two_teams": "The Towers: Classic (2 Teams)", "game.the_towers.classic.four_teams": "The Towers: Classic (4 Teams)", diff --git a/src/main/resources/data/the_towers/lang/fr_fr.json b/src/main/resources/data/the_towers/lang/fr_fr.json index 9169480..20f1a36 100644 --- a/src/main/resources/data/the_towers/lang/fr_fr.json +++ b/src/main/resources/data/the_towers/lang/fr_fr.json @@ -1,6 +1,5 @@ { - "gameType.the_towers.the_towers": "The Towers", - "game.the_towers.the_towers": "The Towers", + "game.the_towers": "The Towers", "game.the_towers.classic.two_teams": "The Towers: Classique (2 équipes)", "game.the_towers.classic.four_teams": "The Towers: Classique (4 équipes)",