Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugman76 committed Aug 22, 2023
1 parent f4b71c8 commit c0f30fc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/hugman/the_towers/TheTowers.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
2 changes: 1 addition & 1 deletion src/main/resources/data/the_towers/game_portals/root.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/the_towers/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -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)",

Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/data/the_towers/lang/fr_fr.json
Original file line number Diff line number Diff line change
@@ -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)",

Expand Down

0 comments on commit c0f30fc

Please sign in to comment.