-
-
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: Use has_structure/*_waystone tags to allow for better control o…
…ver where waystones spawn #903
- Loading branch information
1 parent
fc063aa
commit 329af2d
Showing
10 changed files
with
157 additions
and
44 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
...rated/resources/data/waystones/tags/worldgen/biome/has_structure/blackstone_waystone.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,8 @@ | ||
{ | ||
"values": [ | ||
{ | ||
"id": "#minecraft:is_nether", | ||
"required": false | ||
} | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
...erated/resources/data/waystones/tags/worldgen/biome/has_structure/end_stone_waystone.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,8 @@ | ||
{ | ||
"values": [ | ||
{ | ||
"id": "#minecraft:is_end", | ||
"required": false | ||
} | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
.../generated/resources/data/waystones/tags/worldgen/biome/has_structure/mossy_waystone.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,11 @@ | ||
{ | ||
"values": [ | ||
"minecraft:swamp", | ||
"minecraft:mangrove_swamp", | ||
"minecraft:mushroom_fields", | ||
{ | ||
"id": "#minecraft:is_jungle", | ||
"required": false | ||
} | ||
] | ||
} |
File renamed without changes.
53 changes: 53 additions & 0 deletions
53
...on/src/generated/resources/data/waystones/tags/worldgen/biome/has_structure/waystone.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,53 @@ | ||
{ | ||
"values": [ | ||
"minecraft:plains", | ||
"minecraft:sunflower_plains", | ||
"minecraft:snowy_plains", | ||
"minecraft:ice_spikes", | ||
"minecraft:forest", | ||
"minecraft:flower_forest", | ||
"minecraft:birch_forest", | ||
"minecraft:dark_forest", | ||
"minecraft:old_growth_birch_forest", | ||
"minecraft:old_growth_pine_taiga", | ||
"minecraft:old_growth_spruce_taiga", | ||
"minecraft:taiga", | ||
"minecraft:snowy_taiga", | ||
"minecraft:savanna", | ||
"minecraft:savanna_plateau", | ||
"minecraft:windswept_hills", | ||
"minecraft:windswept_gravelly_hills", | ||
"minecraft:windswept_forest", | ||
"minecraft:windswept_savanna", | ||
"minecraft:jungle", | ||
"minecraft:sparse_jungle", | ||
"minecraft:bamboo_jungle", | ||
"minecraft:badlands", | ||
"minecraft:eroded_badlands", | ||
"minecraft:wooded_badlands", | ||
"minecraft:meadow", | ||
"minecraft:cherry_grove", | ||
"minecraft:grove", | ||
"minecraft:snowy_slopes", | ||
"minecraft:frozen_peaks", | ||
"minecraft:jagged_peaks", | ||
"minecraft:stony_peaks", | ||
"minecraft:river", | ||
"minecraft:frozen_river", | ||
"minecraft:beach", | ||
"minecraft:snowy_beach", | ||
"minecraft:stony_shore", | ||
"minecraft:warm_ocean", | ||
"minecraft:lukewarm_ocean", | ||
"minecraft:deep_lukewarm_ocean", | ||
"minecraft:ocean", | ||
"minecraft:deep_ocean", | ||
"minecraft:cold_ocean", | ||
"minecraft:deep_cold_ocean", | ||
"minecraft:frozen_ocean", | ||
"minecraft:deep_frozen_ocean", | ||
"minecraft:dripstone_caves", | ||
"minecraft:lush_caves", | ||
"minecraft:deep_dark" | ||
] | ||
} |
5 changes: 0 additions & 5 deletions
5
common/src/generated/resources/data/waystones/tags/worldgen/biome/is_mushroom.json
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
common/src/generated/resources/data/waystones/tags/worldgen/biome/is_swamp.json
This file was deleted.
Oops, something went wrong.
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
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
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