-
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.
- Loading branch information
1 parent
b496ff3
commit 960997e
Showing
4 changed files
with
31 additions
and
15 deletions.
There are no files selected for viewing
7 changes: 4 additions & 3 deletions
7
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
12 changes: 8 additions & 4 deletions
12
src/generated/resources/data/aether_redux/neoforge/biome_modifier/add_cloudbed.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,10 @@ | ||
{ | ||
"type": "neoforge:add_features", | ||
"biomes": "#aether_redux:has_cloudbed", | ||
"features": "aether_redux:cloudbed", | ||
"step": "raw_generation" | ||
"type": "zenith:conditional", | ||
"modify": { | ||
"type": "neoforge:add_features", | ||
"biomes": "#aether_redux:has_cloudbed", | ||
"features": "aether_redux:cloudbed", | ||
"step": "raw_generation" | ||
}, | ||
"when": "zenith:cloudbed" | ||
} |
19 changes: 11 additions & 8 deletions
19
src/generated/resources/data/aether_redux/neoforge/biome_modifier/modify_sky_color.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,11 +1,14 @@ | ||
{ | ||
"type": "zenith:sky_color", | ||
"biomes": "#aether_redux:should_modify_sky_color", | ||
"condition": "zenith:sky_colors", | ||
"predicate": { | ||
"fog": 9671612, | ||
"sky": 12632319 | ||
"type": "zenith:conditional", | ||
"modify": { | ||
"type": "zenith:sky_color", | ||
"biomes": "#aether_redux:should_modify_sky_color", | ||
"predicate": { | ||
"fog": 9671612, | ||
"sky": 12632319 | ||
}, | ||
"water_color": 10462429, | ||
"water_fog_color": 12502245 | ||
}, | ||
"water_color": 10462429, | ||
"water_fog_color": 12502245 | ||
"when": "zenith:sky_colors" | ||
} |
8 changes: 8 additions & 0 deletions
8
...enerated/resources/data/aether_redux/neoforge/structure_modifier/remove_large_clouds.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 @@ | ||
{ | ||
"type": "zenith:conditional", | ||
"modify": { | ||
"type": "zenith:remove_structure", | ||
"structures": "aether:large_aercloud" | ||
}, | ||
"when": "zenith:cloudbed" | ||
} |