diff --git a/checklist.md b/checklist.md index 48064cab..256b7882 100644 --- a/checklist.md +++ b/checklist.md @@ -5,14 +5,15 @@ - [x] Add pool addition - [x] Rework processors for bounty board 2. Rat compatibility - - [] Create village building set - - [] Modify village pet shop set - - [] Add this through pool mod + - [x] Create village building set + - [x] Modify village pet shop set + - [x] Add this through pool mod 3. Ice and Fire compatibility - - [] Create village building set - - [] Add this through pool mod + - [ ] Create village building set + - [ ] Add this through pool mod 4. RPG Series - - [] Building jewelry workshop set - - [] Building Archery range set - - [] Add this through pool mod + - [ ] Building jewelry workshop set + - [ ] Building Archery range set + - [ ] Add this through pool mod 5. Fuse CTOV structure set to vanilla one. + - [x] Done diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/beach.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/beach.json index 7a1660a1..9c680b9c 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/beach.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/beach.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/christmas.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/christmas.json index d9959feb..ceb412a3 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/christmas.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/christmas.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/dark_forest.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/dark_forest.json index 1a62df2f..a976cdc4 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/dark_forest.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/dark_forest.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", + "type": "lithostitched:any_of", "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/desert.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/desert.json index f0384e58..842d443d 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/desert.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/desert.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/desert_oasis.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/desert_oasis.json index 35d35bfa..a606d471 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/desert_oasis.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/desert_oasis.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/jungle.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/jungle.json index abb01a00..7d1622dc 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/jungle.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/jungle.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/jungle_tree.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/jungle_tree.json index 235d9781..0f48c38c 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/jungle_tree.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/jungle_tree.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mesa.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mesa.json index 15a2b519..9a4802cd 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mesa.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mesa.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mesa_fortified.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mesa_fortified.json index 1511d09a..61f490b8 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mesa_fortified.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mesa_fortified.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mountain.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mountain.json index e1612186..2257f3e5 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mountain.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mountain.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mountain_alpine.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mountain_alpine.json index d84a8631..82fa56c4 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mountain_alpine.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mountain_alpine.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mushroom.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mushroom.json index b1c5dc3a..c96d88a5 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mushroom.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/mushroom.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/plains.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/plains.json index b1103af3..d48b5e06 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/plains.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/plains.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/plains_fortified.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/plains_fortified.json index 5e150f26..54320d66 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/plains_fortified.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/plains_fortified.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/savanna.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/savanna.json index 31d93c8d..e7a44568 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/savanna.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/savanna.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/savanna_na.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/savanna_na.json index 8bb554fb..7bb3f9d3 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/savanna_na.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/savanna_na.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/snowy.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/snowy.json index dacef6b3..bcad228a 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/snowy.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/snowy.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/swamp.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/swamp.json index 40f5c0f7..b73b1840 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/swamp.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/swamp.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/swamp_fortified.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/swamp_fortified.json index 496dd145..70e42a70 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/swamp_fortified.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/swamp_fortified.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/taiga.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/taiga.json index 4e0d9bee..a85ee261 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/taiga.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/taiga.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/taiga_fortified.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/taiga_fortified.json index d6ec510f..02ad7fb2 100644 --- a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/taiga_fortified.json +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/domesticationinnovation/taiga_fortified.json @@ -1,11 +1,15 @@ { "type": "lithostitched:add_template_pool_elements", "predicate": { - "type": "lithostitched:all_of", - "predicates": [ + "type": "lithostitched:any_of", + "predicates": [ { "type": "lithostitched:mod_loaded", "mod_id": "domesticationinnovation" + }, + { + "type": "lithostitched:mod_loaded", + "mod_id": "rats" } ] }, diff --git a/common/src/main/resources/data/ctov/structures/village/beach/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/beach/jobsite/petshop.nbt index 221fddfa..b566103e 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/beach/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/beach/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/christmas/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/christmas/jobsite/petshop.nbt index 17a2835f..25755679 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/christmas/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/christmas/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/desert/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/desert/jobsite/petshop.nbt index 6979e3f3..70c9d794 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/desert/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/desert/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/desert_oasis/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/desert_oasis/jobsite/petshop.nbt index c90ae0ad..155517af 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/desert_oasis/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/desert_oasis/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/halloween/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/halloween/jobsite/petshop.nbt index 8c293b0d..4092b529 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/halloween/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/halloween/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/jungle/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/jungle/jobsite/petshop.nbt index aab455bf..72028f9b 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/jungle/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/jungle/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/jungle_tree/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/jungle_tree/jobsite/petshop.nbt index 93a70a01..40de3d30 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/jungle_tree/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/jungle_tree/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mesa/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/mesa/jobsite/petshop.nbt index dba295e5..9aa0bb60 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/mesa/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/mesa/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mesa_fortified/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/mesa_fortified/jobsite/petshop.nbt index 8c7b432f..ef8be644 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/mesa_fortified/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/mesa_fortified/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mountain/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/mountain/jobsite/petshop.nbt index 6e6bb10f..2064f523 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/mountain/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/mountain/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mountain_alpine/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/mountain_alpine/jobsite/petshop.nbt index 9c7609e5..8c8a3a68 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/mountain_alpine/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/mountain_alpine/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mushroom/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/mushroom/jobsite/petshop.nbt index 3238eec1..8ae970db 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/mushroom/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/mushroom/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/plains/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/plains/jobsite/petshop.nbt index 2eeffe3f..8c316fee 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/plains/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/plains/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/plains_fortified/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/plains_fortified/jobsite/petshop.nbt index c0c7d21b..e409eb14 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/plains_fortified/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/plains_fortified/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/savanna/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/savanna/jobsite/petshop.nbt index 8e5a07b1..35c09fba 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/savanna/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/savanna/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/savanna_na/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/savanna_na/jobsite/petshop.nbt index 5ee7f741..c9ffbf02 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/savanna_na/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/savanna_na/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/snowy_igloo/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/snowy_igloo/jobsite/petshop.nbt index c8dd4f3e..0f8b2937 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/snowy_igloo/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/snowy_igloo/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/swamp/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/swamp/jobsite/petshop.nbt index 8be02d93..be15eb24 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/swamp/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/swamp/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/swamp_fortified/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/swamp_fortified/jobsite/petshop.nbt index a6e1c0bf..6d3ad912 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/swamp_fortified/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/swamp_fortified/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/taiga/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/taiga/jobsite/petshop.nbt index 0ef5ef3b..d5cc002e 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/taiga/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/taiga/jobsite/petshop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/taiga_fortified/jobsite/petshop.nbt b/common/src/main/resources/data/ctov/structures/village/taiga_fortified/jobsite/petshop.nbt index 8c2d0e5f..7b5155ff 100644 Binary files a/common/src/main/resources/data/ctov/structures/village/taiga_fortified/jobsite/petshop.nbt and b/common/src/main/resources/data/ctov/structures/village/taiga_fortified/jobsite/petshop.nbt differ