-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Waystones to Cherry and Bamboo Repurposed Structures villag…
…es (#735) * Add Waystones to Cherry and Bamboo Repurposed Structures villages * Added ocean waystone for ocean village
- Loading branch information
1 parent
d464d03
commit efa4b0a
Showing
7 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
.../src/main/resources/data/repurposed_structures/pool_additions/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,16 @@ | ||
{ | ||
"name": "repurposed_structures:villages/bamboo/houses", | ||
"fallback": "repurposed_structures:villages/bamboo/terminators", | ||
"elements": [ | ||
{ | ||
"weight": 3, | ||
"element": { | ||
"location": "waystones:village/common/waystone", | ||
"processors": "minecraft:empty", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
}, | ||
"condition": "waystones:config" | ||
} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
.../src/main/resources/data/repurposed_structures/pool_additions/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,16 @@ | ||
{ | ||
"name": "repurposed_structures:villages/cherry/houses", | ||
"fallback": "repurposed_structures:villages/cherry/terminators", | ||
"elements": [ | ||
{ | ||
"weight": 3, | ||
"element": { | ||
"location": "waystones:village/common/waystone", | ||
"processors": "minecraft:empty", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
}, | ||
"condition": "waystones:config" | ||
} | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
...d/src/main/resources/data/repurposed_structures/pool_additions/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,16 @@ | ||
{ | ||
"name": "repurposed_structures:villages/ocean/houses", | ||
"fallback": "repurposed_structures:villages/ocean/terminators", | ||
"elements": [ | ||
{ | ||
"weight": 3, | ||
"element": { | ||
"location": "waystones:village/common/waystone_waterlogged", | ||
"processors": "minecraft:empty", | ||
"projection": "rigid", | ||
"element_type": "minecraft:legacy_single_pool_element" | ||
}, | ||
"condition": "waystones:config" | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
...resources/data/repurposed_structures/rs_pieces_spawn_counts_additions/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,10 @@ | ||
{ | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "waystones:village/common/waystone", | ||
"always_spawn_this_many": 1, | ||
"never_spawn_more_than_this_many": 1, | ||
"condition": "waystones:config" | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
...resources/data/repurposed_structures/rs_pieces_spawn_counts_additions/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,10 @@ | ||
{ | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "waystones:village/common/waystone", | ||
"always_spawn_this_many": 1, | ||
"never_spawn_more_than_this_many": 1, | ||
"condition": "waystones:config" | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
.../resources/data/repurposed_structures/rs_pieces_spawn_counts_additions/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,10 @@ | ||
{ | ||
"pieces_spawn_counts": [ | ||
{ | ||
"nbt_piece_name": "waystones:village/common/waystone_waterlogged", | ||
"always_spawn_this_many": 1, | ||
"never_spawn_more_than_this_many": 1, | ||
"condition": "waystones:config" | ||
} | ||
] | ||
} |
Binary file added
BIN
+1.14 KB
shared/src/main/resources/data/waystones/structures/village/common/waystone_waterlogged.nbt
Binary file not shown.