-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent huts & wells being placed near structures, renames
- Loading branch information
Showing
9 changed files
with
26 additions
and
19 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
src/generated/resources/.cache/103d9f3f36b01595f1aa5172191e60eff02e6924
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
// 1.19.3 2023-02-26T18:36:00.15921 Registries | ||
aba8be044d575cb4d04c269e79b41545848490b1 data/umbral_skies/forge/biome_modifier/aether_modifier.json | ||
// 1.19.3 2023-02-26T19:02:58.095239 Registries | ||
dc30deb0308d04c7074580797bd33214b5aeb47d data/umbral_skies/forge/biome_modifier/aether_modifier.json | ||
a6ea005b69078dbe1d4f2cdc9fb22e51df9220fc data/umbral_skies/twilight/wood_palettes/holystone.json | ||
3ab6fe39cfd30b5c8a72fa74333d8fa3373ce862 data/umbral_skies/twilight/wood_palettes/skyroot.json | ||
28bb0151a994d3b650196b10f2916121b6be4187 data/umbral_skies/worldgen/configured_feature/aether_palette_fancy_well.json | ||
fadbd729899dec40d05018f8fccc3f2791b4cf49 data/umbral_skies/worldgen/configured_feature/aether_palette_hut.json | ||
a18ddc1f62db8465f5f7cfb20534452e019c69f8 data/umbral_skies/worldgen/configured_feature/aether_palette_simple_well.json | ||
37249399088d6ff17815eaf9bfb29fb65e517cdb data/umbral_skies/worldgen/configured_feature/randomized_aether_well.json | ||
27d09de0633e3a54c6f573f01ef1b4fbd4d77167 data/umbral_skies/worldgen/placed_feature/aether_druid_hut.json | ||
6d79e16209e7b9561e20ee18dba9524327e53630 data/umbral_skies/worldgen/placed_feature/aether_well.json | ||
a82d68fd4d91c44def60722133272a1898ec077d data/umbral_skies/worldgen/placed_feature/aether_druid_hut.json | ||
c0448cc605a8e4e08c2b4f9938af75687d365249 data/umbral_skies/worldgen/placed_feature/aether_well.json |
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/567e4f271f5c6bd0382fa521f9dd4c4e04d8c87b
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// 1.19.3 2023-02-26T18:39:02.127467 Tags for minecraft:worldgen/placed_feature mod id umbral_skies | ||
da3aea4a4d29c1e6384acef18f4cb21249c3d75b data/umbral_skies/tags/worldgen/placed_feature/aether_features.json | ||
// 1.19.3 2023-02-26T19:02:58.095894 Tags for minecraft:worldgen/placed_feature mod id umbral_skies | ||
da3aea4a4d29c1e6384acef18f4cb21249c3d75b data/umbral_skies/tags/worldgen/placed_feature/twilight_to_aether_features.json |
2 changes: 1 addition & 1 deletion
2
src/generated/resources/data/umbral_skies/forge/biome_modifier/aether_modifier.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"type": "forge:add_features", | ||
"biomes": "#aether:is_aether", | ||
"features": "#umbral_skies:aether_features", | ||
"features": "#umbral_skies:twilight_to_aether_features", | ||
"step": "surface_structures" | ||
} |
File renamed without changes.
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 |
---|---|---|
|
@@ -4,6 +4,9 @@ | |
{ | ||
"type": "minecraft:rarity_filter", | ||
"chance": 32 | ||
}, | ||
{ | ||
"type": "aether:dungeon_blacklist_filter" | ||
} | ||
] | ||
} |
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
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