-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add built-in Repurposed Structures compat (#193)
* Add built-in Repurposed Structures compat * Add to ChangeLog Signed-off-by: Joseph T. McQuigg <[email protected]> * Exclude RP Files from Forge Jar Signed-off-by: Joseph T. McQuigg <[email protected]> * credits Signed-off-by: Joseph T. McQuigg <[email protected]> --------- Signed-off-by: Joseph T. McQuigg <[email protected]> Co-authored-by: Joseph T. McQuigg <[email protected]>
- Loading branch information
1 parent
da99635
commit 4ba9df1
Showing
41 changed files
with
405 additions
and
1 deletion.
There are no files selected for viewing
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
9 changes: 9 additions & 0 deletions
9
...es/data/biomeswevegone/rs_pieces_spawn_counts/repurposed_structures/village_badlands.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,9 @@ | ||
{ | ||
"target_structure": "repurposed_structures:village_badlands", | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "biomeswevegone:repurposed_structures/villages/badlands/forager", | ||
"never_spawn_more_than_this_many": 1 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
...rces/data/biomeswevegone/rs_pieces_spawn_counts/repurposed_structures/village_bamboo.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,9 @@ | ||
{ | ||
"target_structure": "repurposed_structures:village_bamboo", | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "biomeswevegone:repurposed_structures/villages/bamboo/forager", | ||
"never_spawn_more_than_this_many": 1 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
...urces/data/biomeswevegone/rs_pieces_spawn_counts/repurposed_structures/village_birch.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,9 @@ | ||
{ | ||
"target_structure": "repurposed_structures:village_birch", | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "biomeswevegone:repurposed_structures/villages/birch/forager", | ||
"never_spawn_more_than_this_many": 1 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
...rces/data/biomeswevegone/rs_pieces_spawn_counts/repurposed_structures/village_cherry.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,9 @@ | ||
{ | ||
"target_structure": "repurposed_structures:village_cherry", | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "biomeswevegone:repurposed_structures/villages/cherry/forager", | ||
"never_spawn_more_than_this_many": 1 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
...data/biomeswevegone/rs_pieces_spawn_counts/repurposed_structures/village_dark_forest.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,9 @@ | ||
{ | ||
"target_structure": "repurposed_structures:village_dark_forest", | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "biomeswevegone:repurposed_structures/villages/dark_forest/forager", | ||
"never_spawn_more_than_this_many": 1 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
...data/biomeswevegone/rs_pieces_spawn_counts/repurposed_structures/village_giant_taiga.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,9 @@ | ||
{ | ||
"target_structure": "repurposed_structures:village_giant_taiga", | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "biomeswevegone:repurposed_structures/villages/giant_taiga/forager", | ||
"never_spawn_more_than_this_many": 1 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
...rces/data/biomeswevegone/rs_pieces_spawn_counts/repurposed_structures/village_jungle.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,9 @@ | ||
{ | ||
"target_structure": "repurposed_structures:village_jungle", | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "biomeswevegone:repurposed_structures/villages/jungle/forager", | ||
"never_spawn_more_than_this_many": 1 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
...s/data/biomeswevegone/rs_pieces_spawn_counts/repurposed_structures/village_mountains.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,9 @@ | ||
{ | ||
"target_structure": "repurposed_structures:village_mountains", | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "biomeswevegone:repurposed_structures/villages/mountains/forager", | ||
"never_spawn_more_than_this_many": 1 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
...es/data/biomeswevegone/rs_pieces_spawn_counts/repurposed_structures/village_mushroom.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,9 @@ | ||
{ | ||
"target_structure": "repurposed_structures:village_mushroom", | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "biomeswevegone:repurposed_structures/villages/mushroom/forager", | ||
"never_spawn_more_than_this_many": 1 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
...sources/data/biomeswevegone/rs_pieces_spawn_counts/repurposed_structures/village_oak.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,9 @@ | ||
{ | ||
"target_structure": "repurposed_structures:village_oak", | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "biomeswevegone:repurposed_structures/villages/oak/forager", | ||
"never_spawn_more_than_this_many": 1 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
...urces/data/biomeswevegone/rs_pieces_spawn_counts/repurposed_structures/village_ocean.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,9 @@ | ||
{ | ||
"target_structure": "repurposed_structures:village_ocean", | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "biomeswevegone:repurposed_structures/villages/ocean/forager", | ||
"never_spawn_more_than_this_many": 1 | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
...urces/data/biomeswevegone/rs_pieces_spawn_counts/repurposed_structures/village_swamp.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,9 @@ | ||
{ | ||
"target_structure": "repurposed_structures:village_swamp", | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "biomeswevegone:repurposed_structures/villages/swamp/forager", | ||
"never_spawn_more_than_this_many": 1 | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...data/biomeswevegone/rs_pool_additions/repurposed_structures/villages/badlands/houses.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 @@ | ||
{ | ||
"target_pool": "repurposed_structures:villages/badlands/houses", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 8, | ||
"element": { | ||
"location": "biomeswevegone:repurposed_structures/villages/badlands/forager", | ||
"processors": "repurposed_structures:villages/badlands/randomizer", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
} | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...s/data/biomeswevegone/rs_pool_additions/repurposed_structures/villages/bamboo/houses.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 @@ | ||
{ | ||
"target_pool": "repurposed_structures:villages/bamboo/houses", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 13, | ||
"element": { | ||
"location": "biomeswevegone:repurposed_structures/villages/bamboo/forager", | ||
"processors": "repurposed_structures:villages/bamboo/mossify", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
} | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...es/data/biomeswevegone/rs_pool_additions/repurposed_structures/villages/birch/houses.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 @@ | ||
{ | ||
"target_pool": "repurposed_structures:villages/birch/houses", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 8, | ||
"element": { | ||
"location": "biomeswevegone:repurposed_structures/villages/birch/forager", | ||
"processors": "repurposed_structures:villages/birch/mossify", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
} | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...s/data/biomeswevegone/rs_pool_additions/repurposed_structures/villages/cherry/houses.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 @@ | ||
{ | ||
"target_pool": "repurposed_structures:villages/cherry/houses", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 13, | ||
"element": { | ||
"location": "biomeswevegone:repurposed_structures/villages/cherry/forager", | ||
"processors": "repurposed_structures:villages/cherry/mossify", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
} | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...a/biomeswevegone/rs_pool_additions/repurposed_structures/villages/dark_forest/houses.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 @@ | ||
{ | ||
"target_pool": "repurposed_structures:villages/dark_forest/houses", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 8, | ||
"element": { | ||
"location": "biomeswevegone:repurposed_structures/villages/dark_forest/forager", | ||
"processors": "repurposed_structures:villages/dark_forest/mossify", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
} | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...a/biomeswevegone/rs_pool_additions/repurposed_structures/villages/giant_taiga/houses.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 @@ | ||
{ | ||
"target_pool": "repurposed_structures:villages/giant_taiga/houses", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 8, | ||
"element": { | ||
"location": "biomeswevegone:repurposed_structures/villages/giant_taiga/forager", | ||
"processors": "repurposed_structures:villages/giant_taiga/mossify", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
} | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...s/data/biomeswevegone/rs_pool_additions/repurposed_structures/villages/jungle/houses.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 @@ | ||
{ | ||
"target_pool": "repurposed_structures:villages/jungle/houses", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 13, | ||
"element": { | ||
"location": "biomeswevegone:repurposed_structures/villages/jungle/forager", | ||
"processors": "repurposed_structures:villages/jungle/mossify", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
} | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...ata/biomeswevegone/rs_pool_additions/repurposed_structures/villages/mountains/houses.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 @@ | ||
{ | ||
"target_pool": "repurposed_structures:villages/mountains/houses", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 8, | ||
"element": { | ||
"location": "biomeswevegone:repurposed_structures/villages/mountains/forager", | ||
"processors": "repurposed_structures:villages/mountains/mossify", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
} | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...data/biomeswevegone/rs_pool_additions/repurposed_structures/villages/mushroom/houses.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 @@ | ||
{ | ||
"target_pool": "repurposed_structures:villages/mushroom/houses", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 18, | ||
"element": { | ||
"location": "biomeswevegone:repurposed_structures/villages/mushroom/forager", | ||
"processors": "repurposed_structures:villages/mushroom/general_randomizer", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
} | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...rces/data/biomeswevegone/rs_pool_additions/repurposed_structures/villages/oak/houses.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 @@ | ||
{ | ||
"target_pool": "repurposed_structures:villages/oak/houses", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 8, | ||
"element": { | ||
"location": "biomeswevegone:repurposed_structures/villages/oak/forager", | ||
"processors": "repurposed_structures:villages/oak/mossify", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
} | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...es/data/biomeswevegone/rs_pool_additions/repurposed_structures/villages/ocean/houses.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 @@ | ||
{ | ||
"target_pool": "repurposed_structures:villages/ocean/houses", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 8, | ||
"element": { | ||
"location": "biomeswevegone:repurposed_structures/villages/ocean/forager", | ||
"processors": "repurposed_structures:villages/ocean/randomize", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
} | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
...es/data/biomeswevegone/rs_pool_additions/repurposed_structures/villages/swamp/houses.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 @@ | ||
{ | ||
"target_pool": "repurposed_structures:villages/swamp/houses", | ||
"fallback": "minecraft:empty", | ||
"elements": [ | ||
{ | ||
"weight": 11, | ||
"element": { | ||
"location": "biomeswevegone:repurposed_structures/villages/swamp/forager", | ||
"processors": "repurposed_structures:villages/swamp/mossify", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
} | ||
} | ||
] | ||
} |
Binary file added
BIN
+2.31 KB
...sources/data/biomeswevegone/structure/repurposed_structures/villages/badlands/forager.nbt
Binary file not shown.
Binary file added
BIN
+4.03 KB
...resources/data/biomeswevegone/structure/repurposed_structures/villages/bamboo/forager.nbt
Binary file not shown.
Binary file added
BIN
+4.46 KB
.../resources/data/biomeswevegone/structure/repurposed_structures/villages/birch/forager.nbt
Binary file not shown.
Binary file added
BIN
+2.2 KB
...resources/data/biomeswevegone/structure/repurposed_structures/villages/cherry/forager.nbt
Binary file not shown.
Binary file added
BIN
+4.44 KB
...rces/data/biomeswevegone/structure/repurposed_structures/villages/dark_forest/forager.nbt
Binary file not shown.
Binary file added
BIN
+2.19 KB
...rces/data/biomeswevegone/structure/repurposed_structures/villages/giant_taiga/forager.nbt
Binary file not shown.
Binary file added
BIN
+4.02 KB
...resources/data/biomeswevegone/structure/repurposed_structures/villages/jungle/forager.nbt
Binary file not shown.
Binary file added
BIN
+2.22 KB
...ources/data/biomeswevegone/structure/repurposed_structures/villages/mountains/forager.nbt
Binary file not shown.
Binary file added
BIN
+4.56 KB
...sources/data/biomeswevegone/structure/repurposed_structures/villages/mushroom/forager.nbt
Binary file not shown.
Binary file added
BIN
+3.96 KB
...in/resources/data/biomeswevegone/structure/repurposed_structures/villages/oak/forager.nbt
Binary file not shown.
Binary file added
BIN
+2.82 KB
.../resources/data/biomeswevegone/structure/repurposed_structures/villages/ocean/forager.nbt
Binary file not shown.
Binary file added
BIN
+273 Bytes
...rc/main/resources/data/biomeswevegone/structure/repurposed_structures/villages/shroom.nbt
Binary file not shown.
Binary file added
BIN
+3.98 KB
.../resources/data/biomeswevegone/structure/repurposed_structures/villages/swamp/forager.nbt
Binary file not shown.
Oops, something went wrong.