Skip to content

Commit b7b9737

Browse files
authored
Merge pull request #24 from valbrimi/1.19
Add the Canal map
2 parents c8df7db + 1248417 commit b7b9737

File tree

4 files changed

+35
-0
lines changed

4 files changed

+35
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"type": "siege:siege",
3+
"icon": "minecraft:iron_sword",
4+
"short_name": "gameType.siege.siege",
5+
"description": ["game.siege.desc"],
6+
"map": {
7+
"id": "siege:canal",
8+
"attacker_spawn_angle": 180
9+
},
10+
"players": {
11+
"min": 1,
12+
"max": 100,
13+
"threshold": 4
14+
},
15+
"time_limit_mins": 20
16+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"type": "siege:siege",
3+
"icon": "minecraft:iron_sword",
4+
"short_name": "gameType.siege.siege",
5+
"description": ["game.siege.desc", "game.siege.recapture.desc"],
6+
"map": {
7+
"id": "siege:canal",
8+
"attacker_spawn_angle": 180
9+
},
10+
"players": {
11+
"min": 1,
12+
"max": 100,
13+
"threshold": 4
14+
},
15+
"recapture": true,
16+
"time_limit_mins": 20
17+
}

src/main/resources/data/siege/lang/en_us.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"gameType.siege.siege": "Siege",
3+
"game.siege.canal": "Siege: Canal",
4+
"game.siege.canal_recapture": "Siege: Canal (with Recapture)",
35
"game.siege.jungle": "Siege: Jungle",
46
"game.siege.jungle_recapture": "Siege: Jungle (with Recapture)",
57
"game.siege.villagers_vs_pillagers": "Siege: Villagers vs Pillagers",
39 KB
Binary file not shown.

0 commit comments

Comments
 (0)