Skip to content

Commit

Permalink
chore: datagen
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jan 5, 2025
1 parent 602db24 commit c8e7c5f
Show file tree
Hide file tree
Showing 7 changed files with 228 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.1 2025-01-05T14:57:04.0371054 Registries
// 1.21.1 2025-01-05T15:32:59.3952921 Registries
1bf1e96a91388f7bf47c90dab07b1152d3861b11 data/aether/worldgen/configured_feature/crystal_tree.json
36359e7f855c63655f66afb67ad5e5bffb49b9ad data/aether/worldgen/configured_feature/golden_oak_tree.json
47ec4dab1e49d10c7a9d88096f1d8297e837b2e8 data/aether/worldgen/configured_feature/skyroot_tree.json
Expand All @@ -7,10 +7,11 @@ b1924e11e2a4cc074084f391e61ba8b59b590874 data/aether_redux/neoforge/biome_modifi
153a8395e69deb42c8ce94ce097e7110ccd0e329 data/aether_redux/neoforge/biome_modifier/add_sentrite.json
80e78c3961c994390ac7e9e070ead01a6ff24bba data/aether_redux/neoforge/biome_modifier/add_wyndsprouts.json
35449027148b0a4224081b47e833d7239aee6b28 data/aether_redux/neoforge/biome_modifier/modify_music.json
8811495225a25e9a4d1203b563aed6f61a6814ce data/aether_redux/neoforge/biome_modifier/modify_sky_color.json
093c9fca32cae26bfdc28ca166682786ab35d86d data/aether_redux/neoforge/biome_modifier/modify_sky_color.json
83b35b6092b680cc1622e2e6c19932499f99e62f data/aether_redux/neoforge/biome_modifier/modify_water_color.json
4a5be552b9f72acc559173e300fee91cca2aba4f data/aether_redux/neoforge/structure_modifier/remove_large_clouds.json
b70383ff80e31243b986fcefb5fd78247ee1b1de data/aether_redux/worldgen/biome/gilded_groves.json
2e6b2d98e48cd48508d8cf53d29b408a1c90e8a1 data/aether_redux/worldgen/biome/the_blight.json
c8e73592a257316a1bc906517b4393ae86f79d4d data/aether_redux/worldgen/configured_feature/ambrosium_rock.json
32a486a178bb1f8641a3f3de2c59c9948769389f data/aether_redux/worldgen/configured_feature/aurum_patch.json
6cabdb26a2cb8eeca1a072c6842fae953c90d839 data/aether_redux/worldgen/configured_feature/bleakmoss_bonemeal.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.21.1 2025-01-05T15:02:12.6246132 Block States: aether_redux
// 1.21.1 2025-01-05T15:32:59.3703075 Block States: aether_redux
6d5a134587a37ec8ac1798d9ca3e527d0a1d99b9 assets/aether_redux/blockstates/aurum.json
f433d1039df84e5eda2ee884c561b89a7d192634 assets/aether_redux/blockstates/bleakmoss_block.json
7bf476bc0929c45c938b439e80604f1e425efb82 assets/aether_redux/blockstates/bleakmoss_carpet.json
Expand Down Expand Up @@ -75,7 +75,7 @@ e4a4d10ceb7ca8da8230ae385d0e937d72eede53 assets/aether_redux/blockstates/raw_ver
7033907fbae21b5426d807f7bc4b5cd61ae5c86d assets/aether_redux/blockstates/runelight.json
efc3a38e6517408652a86923b564e45b2022ec59 assets/aether_redux/blockstates/runic_lantern.json
ddf80e03b9d60dbd6e2fe38929a54e149481e7b3 assets/aether_redux/blockstates/sentrite.json
1243937fe6fd33f9910354a0ae224ee7cadf0db6 assets/aether_redux/blockstates/sentrite_bars.json
7b4331d71e454b29167519efcc128dde18e1f9d9 assets/aether_redux/blockstates/sentrite_bars.json
32325c658f9a9ae024be2ac574624a9273b991ea assets/aether_redux/blockstates/sentrite_bricks.json
28987a7eeed5ddfcc524c1ab31e2e101085cee6f assets/aether_redux/blockstates/sentrite_brick_slab.json
0f5747e4c532a5fdca904311c4291bba0d866ed0 assets/aether_redux/blockstates/sentrite_brick_stairs.json
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,82 +18,82 @@
},
{
"apply": {
"model": "aether_redux:block/sentrite_bars_cap",
"y": 90
"model": "aether_redux:block/sentrite_bars_cap_alt"
},
"when": {
"east": "true",
"east": "false",
"north": "false",
"south": "false",
"south": "true",
"west": "false"
}
},
{
"apply": {
"model": "aether_redux:block/sentrite_bars_side",
"y": 90
"model": "aether_redux:block/sentrite_bars_side_alt"
},
"when": {
"east": "true"
"south": "true"
}
},
{
"apply": {
"model": "aether_redux:block/sentrite_bars_cap_alt",
"y": 90
"model": "aether_redux:block/sentrite_bars_cap"
},
"when": {
"east": "false",
"north": "false",
"north": "true",
"south": "false",
"west": "true"
"west": "false"
}
},
{
"apply": {
"model": "aether_redux:block/sentrite_bars_side_alt",
"y": 90
"model": "aether_redux:block/sentrite_bars_side"
},
"when": {
"west": "true"
"north": "true"
}
},
{
"apply": {
"model": "aether_redux:block/sentrite_bars_cap"
"model": "aether_redux:block/sentrite_bars_cap",
"y": 90
},
"when": {
"east": "false",
"north": "true",
"east": "true",
"north": "false",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "aether_redux:block/sentrite_bars_side"
"model": "aether_redux:block/sentrite_bars_side",
"y": 90
},
"when": {
"north": "true"
"east": "true"
}
},
{
"apply": {
"model": "aether_redux:block/sentrite_bars_cap_alt"
"model": "aether_redux:block/sentrite_bars_cap_alt",
"y": 90
},
"when": {
"east": "false",
"north": "false",
"south": "true",
"west": "false"
"south": "false",
"west": "true"
}
},
{
"apply": {
"model": "aether_redux:block/sentrite_bars_side_alt"
"model": "aether_redux:block/sentrite_bars_side_alt",
"y": 90
},
"when": {
"south": "true"
"west": "true"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"sky": 10462429
},
"fog_map": {
"aether_redux:gilded_groves": 14539226
"aether_redux:gilded_groves": 14539226,
"aether_redux:the_blight": 12369378
},
"sky_map": {
"aether_redux:gilded_groves": 12893610
"aether_redux:gilded_groves": 12893610,
"aether_redux:the_blight": 9408698
}
},
"when": "aether_redux:sky_colors"
Expand Down
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
}
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
}
}

0 comments on commit c8e7c5f

Please sign in to comment.