diff --git a/src/main/resources/data/totemhunt/games/blomhus_totem_hunt.json b/src/main/resources/data/totemhunt/games/blomhus_totem_hunt.json new file mode 100644 index 0000000..54f5228 --- /dev/null +++ b/src/main/resources/data/totemhunt/games/blomhus_totem_hunt.json @@ -0,0 +1,10 @@ +{ + "type": "totemhunt:totemhunt", + "map": "totemhunt:blomhus", + "totems": 1, + "players": { + "min": 1, + "max": 32, + "threshold": 4 + } +} diff --git a/src/main/resources/data/totemhunt/lang/en_us.json b/src/main/resources/data/totemhunt/lang/en_us.json index 2e65d52..190d43f 100644 --- a/src/main/resources/data/totemhunt/lang/en_us.json +++ b/src/main/resources/data/totemhunt/lang/en_us.json @@ -1,4 +1,5 @@ { + "game.totemhunt.blomhus_totem_hunt": "Blomhus Totem Hunt", "game.totemhunt.coral_mall_totem_hunt": "Coral Mall Totem Hunt", "game.totemhunt.lost_cavern_totem_hunt": "Lost Cavern Totem Hunt", "gameType.totemhunt.totemhunt": "Totem Hunt", diff --git a/src/main/resources/data/totemhunt/map_templates/blomhus.nbt b/src/main/resources/data/totemhunt/map_templates/blomhus.nbt new file mode 100644 index 0000000..ff0f7b7 Binary files /dev/null and b/src/main/resources/data/totemhunt/map_templates/blomhus.nbt differ