-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add remaining raider camps (amazon, barbarian, desert)
- Loading branch information
Showing
40 changed files
with
351 additions
and
1 deletion.
There are no files selected for viewing
Binary file modified
BIN
-681 Bytes
(99%)
src/main/resources/data/minecolonies/structure/ships/large_norse_ship.nbt
Binary file not shown.
Binary file modified
BIN
-258 Bytes
(100%)
src/main/resources/data/minecolonies/structure/ships/large_pirate_ship.nbt
Binary file not shown.
Binary file modified
BIN
-175 Bytes
(100%)
src/main/resources/data/minecolonies/structure/ships/medium_norse_ship.nbt
Binary file not shown.
Binary file modified
BIN
-106 Bytes
(100%)
src/main/resources/data/minecolonies/structure/ships/medium_pirate_ship.nbt
Binary file not shown.
Binary file modified
BIN
-152 Bytes
(98%)
src/main/resources/data/minecolonies/structure/ships/small_norse_ship.nbt
Binary file not shown.
Binary file modified
BIN
-160 Bytes
(98%)
src/main/resources/data/minecolonies/structure/ships/small_pirate_ship.nbt
Binary file not shown.
Binary file added
BIN
+1.21 KB
src/main/resources/data/minecolonies/structures/camps/amazon/amazon_jungle_barrel_shaft.nbt
Binary file not shown.
Binary file added
BIN
+2.91 KB
src/main/resources/data/minecolonies/structures/camps/amazon/amazon_jungle_boss.nbt
Binary file not shown.
Binary file added
BIN
+4.03 KB
src/main/resources/data/minecolonies/structures/camps/amazon/amazon_jungle_boss2.nbt
Binary file not shown.
Binary file added
BIN
+1.08 KB
src/main/resources/data/minecolonies/structures/camps/amazon/amazon_jungle_corner.nbt
Binary file not shown.
Binary file added
BIN
+1.06 KB
src/main/resources/data/minecolonies/structures/camps/amazon/amazon_jungle_intersection.nbt
Binary file not shown.
Binary file added
BIN
+2.25 KB
src/main/resources/data/minecolonies/structures/camps/amazon/amazon_jungle_ladder.nbt
Binary file not shown.
Binary file added
BIN
+3.31 KB
src/main/resources/data/minecolonies/structures/camps/amazon/amazon_jungle_pit_shaft.nbt
Binary file not shown.
Binary file added
BIN
+9.61 KB
src/main/resources/data/minecolonies/structures/camps/amazon/amazon_jungle_pyramid.nbt
Binary file not shown.
Binary file added
BIN
+1.3 KB
...esources/data/minecolonies/structures/camps/amazon/amazon_jungle_ruined_spawner_shaft.nbt
Binary file not shown.
Binary file added
BIN
+1.31 KB
.../data/minecolonies/structures/camps/amazon/amazon_jungle_ruined_spawner_shaft_deadend.nbt
Binary file not shown.
Binary file added
BIN
+1.12 KB
src/main/resources/data/minecolonies/structures/camps/amazon/amazon_jungle_shaft.nbt
Binary file not shown.
Binary file added
BIN
+1.06 KB
...main/resources/data/minecolonies/structures/camps/amazon/amazon_jungle_spawner_corner.nbt
Binary file not shown.
Binary file added
BIN
+1.18 KB
...esources/data/minecolonies/structures/camps/amazon/amazon_jungle_spawner_intersection.nbt
Binary file not shown.
Binary file added
BIN
+1.3 KB
src/main/resources/data/minecolonies/structures/camps/amazon/amazon_jungle_spawner_shaft.nbt
Binary file not shown.
Binary file added
BIN
+1.42 KB
src/main/resources/data/minecolonies/structures/camps/amazon/amazon_jungle_tnt_shaft.nbt
Binary file not shown.
Binary file added
BIN
+1.25 KB
...main/resources/data/minecolonies/structures/camps/amazon/amazon_jungle_trapped_corner.nbt
Binary file not shown.
Binary file added
BIN
+39.7 KB
src/main/resources/data/minecolonies/structures/camps/desert_camp.nbt
Binary file not shown.
Binary file added
BIN
+39.9 KB
src/main/resources/data/minecolonies/structures/camps/large_barbarian_camp.nbt
Binary file not shown.
Binary file added
BIN
+20.7 KB
src/main/resources/data/minecolonies/structures/camps/small_barbarian_camp.nbt
Binary file not shown.
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/amazon_camp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"#minecraft:is_jungle" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/barbarian_camp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:plains", | ||
"#forge:is_plains", | ||
"minecraft:sunflower_plains", | ||
"minecraft:snowy_plains", | ||
"minecraft:forest", | ||
"#minecraft:is_forest", | ||
"minecraft:flower_forest", | ||
"minecraft:birch_forest", | ||
"minecraft:old_growth_birch_forest", | ||
"minecraft:windswept_hills", | ||
"minecraft:windswept_forest", | ||
"minecraft:meadow" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/desert_camp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"#forge:is_desert" | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
...ain/resources/data/minecolonies/tags/worldgen/biome/has_structure/desertoasis_colony.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:desert" | ||
"#forge:is_desert" | ||
] | ||
} |
44 changes: 44 additions & 0 deletions
44
...n/resources/data/minecolonies/worldgen/processor_list/placeholder_replacement_desert.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"processors": [ | ||
{ | ||
"blocks": [ | ||
{ | ||
"Name": "structurize:blocksubstitution" | ||
}, | ||
{ | ||
"Name": "minecolonies:blockwaypoint" | ||
} | ||
], | ||
"processor_type": "minecraft:block_ignore" | ||
}, | ||
{ | ||
"rules": [ | ||
{ | ||
"output_state": { | ||
"Name": "minecraft:sand" | ||
}, | ||
"input_predicate": { | ||
"block": "structurize:blocksolidsubstitution", | ||
"predicate_type": "minecraft:block_match" | ||
}, | ||
"location_predicate": { | ||
"predicate_type": "minecraft:always_true" | ||
} | ||
}, | ||
{ | ||
"output_state": { | ||
"Name": "minecraft:water" | ||
}, | ||
"input_predicate": { | ||
"block": "structurize:blockfluidsubstitution", | ||
"predicate_type": "minecraft:block_match" | ||
}, | ||
"location_predicate": { | ||
"predicate_type": "minecraft:always_true" | ||
} | ||
} | ||
], | ||
"processor_type": "minecraft:rule" | ||
} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
src/main/resources/data/minecolonies/worldgen/structure/amazon_camp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "minecraft:jigsaw", | ||
"biomes": "#minecolonies:has_structure/amazon_camp", | ||
"adapt_noise": false, | ||
"start_pool": "minecolonies:amazon_camp", | ||
"spawn_overrides": {}, | ||
"size": 7, | ||
"step": "surface_structures", | ||
|
||
"start_height": { | ||
"absolute": 0 | ||
}, | ||
"project_start_to_heightmap": "WORLD_SURFACE_WG", | ||
"max_distance_from_center": 16, | ||
"use_expansion_hack": false | ||
} |
16 changes: 16 additions & 0 deletions
16
src/main/resources/data/minecolonies/worldgen/structure/barbarian_camp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"type": "minecraft:jigsaw", | ||
"biomes": "#minecolonies:has_structure/barbarian_camp", | ||
"adapt_noise": false, | ||
"start_pool": "minecolonies:barbarian_camp", | ||
"spawn_overrides": {}, | ||
"size": 1, | ||
"step": "surface_structures", | ||
|
||
"start_height": { | ||
"absolute": 0 | ||
}, | ||
"project_start_to_heightmap": "WORLD_SURFACE_WG", | ||
"max_distance_from_center": 16, | ||
"use_expansion_hack": false | ||
} |
17 changes: 17 additions & 0 deletions
17
src/main/resources/data/minecolonies/worldgen/structure/desert_camp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"type": "minecraft:jigsaw", | ||
"biomes": "#minecolonies:has_structure/desert_camp", | ||
"adapt_noise": false, | ||
"start_pool": "minecolonies:desert_camp", | ||
"spawn_overrides": {}, | ||
"size": 1, | ||
"step": "surface_structures", | ||
|
||
"start_height": { | ||
"absolute": 0 | ||
}, | ||
"terrain_adaptation": "beard_box", | ||
"project_start_to_heightmap": "WORLD_SURFACE_WG", | ||
"max_distance_from_center": 16, | ||
"use_expansion_hack": false | ||
} |
14 changes: 14 additions & 0 deletions
14
src/main/resources/data/minecolonies/worldgen/structure_set/amazon_camp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"structures": [ | ||
{ | ||
"structure": "minecolonies:amazon_camp", | ||
"weight": 1 | ||
} | ||
], | ||
"placement": { | ||
"salt": 1223366777, | ||
"spacing": 55, | ||
"separation": 25, | ||
"type": "minecraft:random_spread" | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
src/main/resources/data/minecolonies/worldgen/structure_set/barbarian_camp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"structures": [ | ||
{ | ||
"structure": "minecolonies:barbarian_camp", | ||
"weight": 1 | ||
} | ||
], | ||
"placement": { | ||
"salt": 1223366777, | ||
"spacing": 55, | ||
"separation": 25, | ||
"type": "minecraft:random_spread" | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
src/main/resources/data/minecolonies/worldgen/structure_set/desert_camp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"structures": [ | ||
{ | ||
"structure": "minecolonies:desert_camp", | ||
"weight": 1 | ||
} | ||
], | ||
"placement": { | ||
"salt": 1223366777, | ||
"spacing": 55, | ||
"separation": 25, | ||
"type": "minecraft:random_spread" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
src/main/resources/data/minecolonies/worldgen/template_pool/amazon_camp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "minecolonies:start_pool", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 1, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_pyramid", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
} | ||
] | ||
} |
132 changes: 132 additions & 0 deletions
132
src/main/resources/data/minecolonies/worldgen/template_pool/amazon_jungle_pyramid.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
{ | ||
"name": "minecolonies:amazon_jungle_pyramid", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 1, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_boss", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
}, | ||
{ | ||
"weight": 1, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_boss2", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
}, | ||
{ | ||
"weight": 10, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_corner", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
}, | ||
{ | ||
"weight": 10, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_intersection", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
}, | ||
{ | ||
"weight": 1, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_ladder", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
}, | ||
{ | ||
"weight": 10, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_pit_shaft", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
}, | ||
{ | ||
"weight": 10, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_ruined_spawner_shaft", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
}, | ||
{ | ||
"weight": 10, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_ruined_spawner_shaft_deadend", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
}, | ||
{ | ||
"weight": 10, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_ruined_shaft", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
}, | ||
{ | ||
"weight": 10, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_spawner_corner", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
}, | ||
{ | ||
"weight": 10, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_spawner_intersection", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
}, | ||
{ | ||
"weight": 10, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_spawner_shaft", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
}, | ||
{ | ||
"weight": 10, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_tnt_shaft", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
}, | ||
{ | ||
"weight": 10, | ||
"element": { | ||
"location": "minecolonies:camps/amazon/amazon_jungle_trapped_corner", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
} | ||
] | ||
} |
24 changes: 24 additions & 0 deletions
24
src/main/resources/data/minecolonies/worldgen/template_pool/barbarian_camp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "minecolonies:start_pool", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 1, | ||
"element": { | ||
"location": "minecolonies:camps/large_barbarian_camp", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
}, | ||
{ | ||
"weight": 1, | ||
"element": { | ||
"location": "minecolonies:camps/small_barbarian_camp", | ||
"processors": "minecolonies:placeholder_replacement", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
src/main/resources/data/minecolonies/worldgen/template_pool/desert_camp.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "minecolonies:start_pool", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 1, | ||
"element": { | ||
"location": "minecolonies:camps/desert_camp", | ||
"processors": "minecolonies:placeholder_replacement_desert", | ||
"projection": "rigid", | ||
"element_type": "minecraft:single_pool_element" | ||
} | ||
} | ||
] | ||
} |