diff --git a/CHANGES.md b/CHANGES.md index 926b4474..3dc1f0fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,4 @@ # What's changed -+ Increase village size across the board. -+ Guarantee spawn for waystone and bounty board but it can be anywhere in the village. -+ Added lithostitched as requirement as it should have been -+ Added Ice and Fire Compat {[#159](https://github.com/ChoiceTheorem/ChoiceTheorem-s-overhauled-village/issues/159)} -+ Added Rat cage in petshops -+ Added Cloud Storage Compat {[#160](https://github.com/ChoiceTheorem/ChoiceTheorem-s-overhauled-village/issues/160)} +- Added Jewelry Compat +- Added Archers Compat diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/beach.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/beach.json new file mode 100644 index 00000000..ff31f690 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/beach.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/beach/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/beach/house", + "location": "ctov:village/beach/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/christmas.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/christmas.json new file mode 100644 index 00000000..9cf8e2de --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/christmas.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/christmas/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/christmas/house", + "location": "ctov:village/christmas/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/dark_forest.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/dark_forest.json new file mode 100644 index 00000000..1da8f123 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/dark_forest.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/halloween/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/halloween/house", + "location": "ctov:village/dark_forest/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/desert.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/desert.json new file mode 100644 index 00000000..a9c0c8dc --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/desert.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/desert/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/desert/house", + "location": "ctov:village/desert/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/desert_oasis.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/desert_oasis.json new file mode 100644 index 00000000..cd5c311a --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/desert_oasis.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/desert_oasis/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/desert/house", + "location": "ctov:village/desert_oasis/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/jungle.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/jungle.json new file mode 100644 index 00000000..27bdb2cf --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/jungle.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/jungle/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/jungle/house", + "location": "ctov:village/jungle/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/jungle_tree.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/jungle_tree.json new file mode 100644 index 00000000..ff14070f --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/jungle_tree.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/jungle_tree/terminator", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/jungle/house", + "location": "ctov:village/jungle_tree/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mesa.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mesa.json new file mode 100644 index 00000000..6481783a --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mesa.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/mesa/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/mesa/house", + "location": "ctov:village/mesa/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mesa_fortified.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mesa_fortified.json new file mode 100644 index 00000000..a8381406 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mesa_fortified.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/mesa_fortified/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/mesa_fortified/house", + "location": "ctov:village/mesa_fortified/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mountain.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mountain.json new file mode 100644 index 00000000..7ec4bda0 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mountain.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/mountain/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/mountain/house", + "location": "ctov:village/mountain/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mountain_alpine.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mountain_alpine.json new file mode 100644 index 00000000..37e49b8f --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mountain_alpine.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/mountain_alpine/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/mountain/house", + "location": "ctov:village/mountain_alpine/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mushroom.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mushroom.json new file mode 100644 index 00000000..3f83b06d --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/mushroom.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/mushroom/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/mushroom/house_red", + "location": "ctov:village/mushroom/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/plains.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/plains.json new file mode 100644 index 00000000..c90b7243 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/plains.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/plains/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/plains/house", + "location": "ctov:village/plains/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/plains_fortified.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/plains_fortified.json new file mode 100644 index 00000000..580f598e --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/plains_fortified.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/plains_fortified/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/plains/house", + "location": "ctov:village/plains_fortified/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/savanna.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/savanna.json new file mode 100644 index 00000000..71ab7750 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/savanna.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/savanna/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/savanna/house_orange", + "location": "ctov:village/savanna/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/savanna_na.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/savanna_na.json new file mode 100644 index 00000000..355070ee --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/savanna_na.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/savanna_na/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/savanna_na/hut", + "location": "ctov:village/savanna_na/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/snowy.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/snowy.json new file mode 100644 index 00000000..c055ef15 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/snowy.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/snowy_igloo/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/snowy/house_snow", + "location": "ctov:village/snowy_igloo/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/swamp.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/swamp.json new file mode 100644 index 00000000..68fcb5b3 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/swamp.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/swamp/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/swamp/house", + "location": "ctov:village/swamp/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/swamp_fortified.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/swamp_fortified.json new file mode 100644 index 00000000..e499ec93 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/swamp_fortified.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/swamp_fortified/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/swamp/house", + "location": "ctov:village/swamp_fortified/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/taiga.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/taiga.json new file mode 100644 index 00000000..134eff57 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/taiga.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/taiga/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/taiga/house", + "location": "ctov:village/taiga/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/taiga_fortified.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/taiga_fortified.json new file mode 100644 index 00000000..d1e6b71f --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/archers/taiga_fortified.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "archers" + } + ] + }, + "template_pool": "ctov:village/taiga_fortified/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/taiga/house", + "location": "ctov:village/taiga_fortified/jobsite/archery_range" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/beach.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/beach.json new file mode 100644 index 00000000..53cf6f38 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/beach.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/beach/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/beach/house", + "location": "ctov:village/beach/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/christmas.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/christmas.json new file mode 100644 index 00000000..b1235149 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/christmas.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/christmas/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/christmas/house", + "location": "ctov:village/christmas/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/dark_forest.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/dark_forest.json new file mode 100644 index 00000000..f7f352fb --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/dark_forest.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/halloween/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/halloween/house", + "location": "ctov:village/dark_forest/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/desert.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/desert.json new file mode 100644 index 00000000..ab4937f8 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/desert.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/desert/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/desert/house", + "location": "ctov:village/desert/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/desert_oasis.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/desert_oasis.json new file mode 100644 index 00000000..e2c17c39 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/desert_oasis.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/desert_oasis/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/desert/house", + "location": "ctov:village/desert_oasis/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/jungle.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/jungle.json new file mode 100644 index 00000000..d0304020 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/jungle.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/jungle/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/jungle/house", + "location": "ctov:village/jungle/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/jungle_tree.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/jungle_tree.json new file mode 100644 index 00000000..2e236e73 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/jungle_tree.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/jungle_tree/terminator", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/jungle/house", + "location": "ctov:village/jungle_tree/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mesa.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mesa.json new file mode 100644 index 00000000..77366f2c --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mesa.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/mesa/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/mesa/house", + "location": "ctov:village/mesa/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mesa_fortified.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mesa_fortified.json new file mode 100644 index 00000000..2849c218 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mesa_fortified.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/mesa_fortified/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/mesa_fortified/house", + "location": "ctov:village/mesa_fortified/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mountain.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mountain.json new file mode 100644 index 00000000..dd2ecc8a --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mountain.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/mountain/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/mountain/house", + "location": "ctov:village/mountain/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mountain_alpine.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mountain_alpine.json new file mode 100644 index 00000000..15e573d2 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mountain_alpine.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/mountain_alpine/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/mountain/house", + "location": "ctov:village/mountain_alpine/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mushroom.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mushroom.json new file mode 100644 index 00000000..2509a709 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/mushroom.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/mushroom/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/mushroom/house_red", + "location": "ctov:village/mushroom/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/plains.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/plains.json new file mode 100644 index 00000000..243528cc --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/plains.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/plains/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/plains/house", + "location": "ctov:village/plains/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/plains_fortified.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/plains_fortified.json new file mode 100644 index 00000000..0cb93fa2 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/plains_fortified.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/plains_fortified/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/plains/house", + "location": "ctov:village/plains_fortified/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/savanna.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/savanna.json new file mode 100644 index 00000000..01b15ea0 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/savanna.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/savanna/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/savanna/house_orange", + "location": "ctov:village/savanna/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/savanna_na.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/savanna_na.json new file mode 100644 index 00000000..142c1fcc --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/savanna_na.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/savanna_na/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/savanna_na/hut", + "location": "ctov:village/savanna_na/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/snowy.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/snowy.json new file mode 100644 index 00000000..788396df --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/snowy.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/snowy_igloo/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/snowy/house_snow", + "location": "ctov:village/snowy_igloo/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/swamp.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/swamp.json new file mode 100644 index 00000000..f69ca56d --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/swamp.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/swamp/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/swamp/house", + "location": "ctov:village/swamp/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/swamp_fortified.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/swamp_fortified.json new file mode 100644 index 00000000..0f6e1707 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/swamp_fortified.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/swamp_fortified/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/swamp/house", + "location": "ctov:village/swamp_fortified/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/taiga.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/taiga.json new file mode 100644 index 00000000..3cb2495e --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/taiga.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/taiga/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/taiga/house", + "location": "ctov:village/taiga/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/taiga_fortified.json b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/taiga_fortified.json new file mode 100644 index 00000000..d4a612f4 --- /dev/null +++ b/common/src/main/resources/data/ctov/lithostitched/worldgen_modifier/jewelry/taiga_fortified.json @@ -0,0 +1,29 @@ +{ + "type": "lithostitched:add_template_pool_elements", + "predicate": { + "type": "lithostitched:all_of", + "predicates": [ + { + "type": "lithostitched:mod_loaded", + "mod_id": "jewelry" + } + ] + }, + "template_pool": "ctov:village/taiga_fortified/house", + "elements": [ + { + "weight": 5, + "element": { + "element_type": "lithostitched:guaranteed", + "delegate": { + "element_type": "minecraft:single_pool_element", + "projection": "rigid", + "processors": "ctov:village/taiga/house", + "location": "ctov:village/taiga_fortified/jobsite/jewelry_shop" + }, + "count": 1, + "min_depth": 3 + } + } + ] +} \ No newline at end of file diff --git a/common/src/main/resources/data/ctov/structures/village/beach/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/beach/jobsite/archery_range.nbt new file mode 100644 index 00000000..5ee456b1 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/beach/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/beach/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/beach/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..85caad75 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/beach/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/christmas/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/christmas/jobsite/archery_range.nbt new file mode 100644 index 00000000..14122c89 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/christmas/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/christmas/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/christmas/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..83cd36bb Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/christmas/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/desert/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/desert/jobsite/archery_range.nbt new file mode 100644 index 00000000..b9946bf3 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/desert/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/desert/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/desert/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..acaaac62 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/desert/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/desert_oasis/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/desert_oasis/jobsite/archery_range.nbt new file mode 100644 index 00000000..fb744bca Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/desert_oasis/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/desert_oasis/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/desert_oasis/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..b073a621 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/desert_oasis/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/halloween/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/halloween/jobsite/archery_range.nbt new file mode 100644 index 00000000..a41cbb4e Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/halloween/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/halloween/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/halloween/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..9f67a699 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/halloween/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/jungle/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/jungle/jobsite/archery_range.nbt new file mode 100644 index 00000000..bef916eb Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/jungle/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/jungle/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/jungle/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..358da98f Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/jungle/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/jungle_tree/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/jungle_tree/jobsite/archery_range.nbt new file mode 100644 index 00000000..445eb34b Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/jungle_tree/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/jungle_tree/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/jungle_tree/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..71c258a7 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/jungle_tree/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mesa/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/mesa/jobsite/archery_range.nbt new file mode 100644 index 00000000..593d476f Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/mesa/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mesa/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/mesa/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..1027d39d Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/mesa/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mesa_fortified/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/mesa_fortified/jobsite/archery_range.nbt new file mode 100644 index 00000000..8dd93d09 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/mesa_fortified/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mesa_fortified/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/mesa_fortified/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..40727d35 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/mesa_fortified/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mountain/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/mountain/jobsite/archery_range.nbt new file mode 100644 index 00000000..5949a02d Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/mountain/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mountain/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/mountain/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..4ddda470 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/mountain/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mountain_alpine/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/mountain_alpine/jobsite/archery_range.nbt new file mode 100644 index 00000000..618c41d8 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/mountain_alpine/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mountain_alpine/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/mountain_alpine/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..39687b7a Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/mountain_alpine/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mushroom/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/mushroom/jobsite/archery_range.nbt new file mode 100644 index 00000000..52be60c4 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/mushroom/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/mushroom/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/mushroom/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..d78f8553 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/mushroom/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/plains/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/plains/jobsite/archery_range.nbt new file mode 100644 index 00000000..c015e7ee Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/plains/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/plains/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/plains/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..c65cbae8 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/plains/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/plains_fortified/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/plains_fortified/jobsite/archery_range.nbt new file mode 100644 index 00000000..d4fc2ff2 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/plains_fortified/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/plains_fortified/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/plains_fortified/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..6f8641a9 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/plains_fortified/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/savanna/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/savanna/jobsite/archery_range.nbt new file mode 100644 index 00000000..ad5939f2 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/savanna/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/savanna/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/savanna/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..ca06aff9 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/savanna/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/savanna_na/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/savanna_na/jobsite/archery_range.nbt new file mode 100644 index 00000000..e99ab92f Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/savanna_na/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/savanna_na/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/savanna_na/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..107d3cd2 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/savanna_na/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/snowy_igloo/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/snowy_igloo/jobsite/archery_range.nbt new file mode 100644 index 00000000..bc183b12 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/snowy_igloo/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/snowy_igloo/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/snowy_igloo/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..5190b86f Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/snowy_igloo/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/swamp/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/swamp/jobsite/archery_range.nbt new file mode 100644 index 00000000..3111a15f Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/swamp/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/swamp/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/swamp/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..5c4a6873 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/swamp/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/swamp_fortified/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/swamp_fortified/jobsite/archery_range.nbt new file mode 100644 index 00000000..f2a8a958 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/swamp_fortified/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/swamp_fortified/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/swamp_fortified/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..ab4aad06 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/swamp_fortified/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/taiga/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/taiga/jobsite/archery_range.nbt new file mode 100644 index 00000000..ed585bb4 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/taiga/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/taiga/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/taiga/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..3879cc99 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/taiga/jobsite/jewelry_shop.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/taiga_fortified/jobsite/archery_range.nbt b/common/src/main/resources/data/ctov/structures/village/taiga_fortified/jobsite/archery_range.nbt new file mode 100644 index 00000000..e414cd2d Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/taiga_fortified/jobsite/archery_range.nbt differ diff --git a/common/src/main/resources/data/ctov/structures/village/taiga_fortified/jobsite/jewelry_shop.nbt b/common/src/main/resources/data/ctov/structures/village/taiga_fortified/jobsite/jewelry_shop.nbt new file mode 100644 index 00000000..2c133d19 Binary files /dev/null and b/common/src/main/resources/data/ctov/structures/village/taiga_fortified/jobsite/jewelry_shop.nbt differ diff --git a/gradle.properties b/gradle.properties index bfc0a0fd..8781144a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,14 +16,14 @@ mapping_version=1.20.2 # Environment properties minecraft_version=1.20.2 enabled_platforms=quilt,fabric,neoforge,forge -mod_version=3.4.5 +mod_version=3.4.6 # The Minecraft version minecraft_version_range=[1.20,1.21) architectury_version=10.0.17 # The Forge version -forge_version=48.1.20 +forge_version=48.1.0 # The NeoForge version neo_version=20.2.88 neo_mc_version_range=[20,) diff --git a/settings.gradle b/settings.gradle index 8c080614..9adaab51 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,4 +13,4 @@ include("fabric") include("fabric-base") // include("quilt") include("forge") -// include("neoforge") \ No newline at end of file +include("neoforge") \ No newline at end of file