-
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
602db24
commit c8e7c5f
Showing
7 changed files
with
228 additions
and
33 deletions.
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
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
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/e0d3d0b8d9c807675613821fa865a35f707cd83f
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,4 +1,4 @@ | ||
// 1.21.1 2025-01-04T17:13:22.4807594 Data Maps | ||
d0ac01bc51e64edaf31c196aa33cf2f1baada1ec data/aether_unity/data_maps/worldgen/biome/tint/aether_grass.json | ||
// 1.21.1 2025-01-05T15:32:59.3932931 Data Maps | ||
eeb51c841f5806b880ddf7da745876d220d1432e data/aether_unity/data_maps/worldgen/biome/tint/aether_grass.json | ||
f347b8b4c2f008387d7410a801dd83120fb6cbfb data/neoforge/data_maps/item/compostables.json | ||
9223bf639390a2d961106c1b65b84da5735a62a4 data/neoforge/data_maps/item/furnace_fuels.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
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
191 changes: 191 additions & 0 deletions
191
src/generated/resources/data/aether_redux/worldgen/biome/the_blight.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,191 @@ | ||
{ | ||
"carvers": {}, | ||
"creature_spawn_probability": 0.25, | ||
"downfall": 0.0, | ||
"effects": { | ||
"fog_color": 9671612, | ||
"foliage_color": 11665355, | ||
"grass_color": 11665355, | ||
"music": { | ||
"max_delay": 24000, | ||
"min_delay": 12000, | ||
"replace_current_music": true, | ||
"sound": "aether:music.aether" | ||
}, | ||
"sky_color": 12632319, | ||
"water_color": 4159204, | ||
"water_fog_color": 329011 | ||
}, | ||
"features": [ | ||
[ | ||
"aether:quicksoil_shelf" | ||
], | ||
[ | ||
"aether_redux:surface_rule_water_lake" | ||
], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[ | ||
"aether:aether_dirt_ore", | ||
"aether:icestone_ore", | ||
"aether:ambrosium_ore", | ||
"aether:zanite_ore", | ||
"aether:gravitite_ore_buried", | ||
"aether:gravitite_ore" | ||
], | ||
[], | ||
[ | ||
"aether:water_spring" | ||
], | ||
[ | ||
"aether:skyroot_forest_trees", | ||
"aether:holiday_tree", | ||
"aether:grass_patch", | ||
"aether:tall_grass_patch", | ||
"aether:white_flower_patch", | ||
"aether:purple_flower_patch", | ||
"aether:berry_bush_patch" | ||
], | ||
[ | ||
"aether:crystal_island", | ||
"aether:cold_aercloud", | ||
"aether:blue_aercloud", | ||
"aether:golden_aercloud" | ||
] | ||
], | ||
"has_precipitation": false, | ||
"spawn_costs": { | ||
"aether:aechor_plant": { | ||
"charge": 0.4, | ||
"energy_budget": 0.11 | ||
}, | ||
"aether:aerwhale": { | ||
"charge": 0.5, | ||
"energy_budget": 0.11 | ||
}, | ||
"aether:blue_swet": { | ||
"charge": 0.5, | ||
"energy_budget": 0.1 | ||
}, | ||
"aether:cockatrice": { | ||
"charge": 0.5, | ||
"energy_budget": 0.15 | ||
}, | ||
"aether:evil_whirlwind": { | ||
"charge": 0.4, | ||
"energy_budget": 0.1 | ||
}, | ||
"aether:golden_swet": { | ||
"charge": 0.5, | ||
"energy_budget": 0.1 | ||
}, | ||
"aether:whirlwind": { | ||
"charge": 0.4, | ||
"energy_budget": 0.1 | ||
}, | ||
"aether:zephyr": { | ||
"charge": 0.6, | ||
"energy_budget": 0.16 | ||
} | ||
}, | ||
"spawners": { | ||
"aether:aether_aerwhale": [ | ||
{ | ||
"type": "aether:aerwhale", | ||
"maxCount": 1, | ||
"minCount": 1, | ||
"weight": 10 | ||
} | ||
], | ||
"aether:aether_darkness_monster": [ | ||
{ | ||
"type": "aether:cockatrice", | ||
"maxCount": 1, | ||
"minCount": 1, | ||
"weight": 8 | ||
} | ||
], | ||
"aether:aether_sky_monster": [ | ||
{ | ||
"type": "aether:zephyr", | ||
"maxCount": 1, | ||
"minCount": 1, | ||
"weight": 20 | ||
} | ||
], | ||
"aether:aether_surface_monster": [ | ||
{ | ||
"type": "aether:aechor_plant", | ||
"maxCount": 1, | ||
"minCount": 1, | ||
"weight": 7 | ||
}, | ||
{ | ||
"type": "aether:blue_swet", | ||
"maxCount": 1, | ||
"minCount": 1, | ||
"weight": 6 | ||
}, | ||
{ | ||
"type": "aether:golden_swet", | ||
"maxCount": 1, | ||
"minCount": 1, | ||
"weight": 6 | ||
}, | ||
{ | ||
"type": "aether:whirlwind", | ||
"maxCount": 1, | ||
"minCount": 1, | ||
"weight": 3 | ||
}, | ||
{ | ||
"type": "aether:evil_whirlwind", | ||
"maxCount": 1, | ||
"minCount": 1, | ||
"weight": 1 | ||
} | ||
], | ||
"ambient": [], | ||
"axolotls": [], | ||
"creature": [ | ||
{ | ||
"type": "aether:phyg", | ||
"maxCount": 4, | ||
"minCount": 3, | ||
"weight": 10 | ||
}, | ||
{ | ||
"type": "aether:sheepuff", | ||
"maxCount": 4, | ||
"minCount": 3, | ||
"weight": 12 | ||
}, | ||
{ | ||
"type": "aether:flying_cow", | ||
"maxCount": 5, | ||
"minCount": 2, | ||
"weight": 12 | ||
}, | ||
{ | ||
"type": "aether:aerbunny", | ||
"maxCount": 3, | ||
"minCount": 3, | ||
"weight": 11 | ||
}, | ||
{ | ||
"type": "aether:moa", | ||
"maxCount": 3, | ||
"minCount": 1, | ||
"weight": 8 | ||
} | ||
], | ||
"misc": [], | ||
"monster": [], | ||
"underground_water_creature": [], | ||
"water_ambient": [], | ||
"water_creature": [] | ||
}, | ||
"temperature": 0.8 | ||
} |
3 changes: 2 additions & 1 deletion
3
src/generated/resources/data/aether_unity/data_maps/worldgen/biome/tint/aether_grass.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,5 +1,6 @@ | ||
{ | ||
"values": { | ||
"aether_redux:gilded_groves": 15990749 | ||
"aether_redux:gilded_groves": 15990749, | ||
"aether_redux:the_blight": 12496613 | ||
} | ||
} |