Skip to content

Commit

Permalink
chore: datagen
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 22, 2024
1 parent 2fbdbac commit 087d021
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.20.4 2024-06-22T17:47:20.9331524 Registries
// 1.20.4 2024-06-22T17:55:06.6406252 Registries
1bf1e96a91388f7bf47c90dab07b1152d3861b11 data/aether/worldgen/configured_feature/crystal_tree.json
8a507cefcf541bbc45bcce1bcd6fff668c4429cd data/aether/worldgen/configured_feature/golden_oak_tree.json
3d89e7c030d3ec47419f92a3c9d150c15ffe05a9 data/aether/worldgen/configured_feature/grass_patch.json
Expand Down Expand Up @@ -26,13 +26,13 @@ f8ec4e4b773e6d10bf361f5edeebad4777daa5d3 data/aether_redux/worldgen/configured_f
15626864bc7c207008638ad249d0e3597d690a9b data/aether_redux/worldgen/density_function/cloudbed_noise.json
123716e2850a50ab2cec88cc5d642fe27e09e41f data/aether_redux/worldgen/density_function/cloudbed_y_offset.json
d30e768357242063e77a87bc153d5bd7a88479e8 data/aether_redux/worldgen/density_function/redux_final_density.json
5c70bbdd047cddd4e819eb6a5d90c6514411df9b data/aether_redux/worldgen/placed_feature/aurum_patch.json
edd95831704750d6bbfaf296874790ac709a94dc data/aether_redux/worldgen/placed_feature/aurum_patch.json
2e8ce4c531982cca5248401ec7558993018f12df data/aether_redux/worldgen/placed_feature/cloudbed.json
8b12954e0cac03680abc4b12f49d262e7559a4d6 data/aether_redux/worldgen/placed_feature/dense_ambrosium_ore.json
2cdb57bbf592d7f051c022af159a15cb3e4533fa data/aether_redux/worldgen/placed_feature/dense_blue_aercloud.json
e2a2442c7d70015e6cb6662a672968da3cd947e6 data/aether_redux/worldgen/placed_feature/dense_zanite_ore.json
8611a12de09600863cade0ec3fc22fbf49c8d766 data/aether_redux/worldgen/placed_feature/gilded_groves_trees.json
40569c23b6f1bb2ef8b3b97695e12db1a2c6eef1 data/aether_redux/worldgen/placed_feature/golden_clovers_patch.json
5c595237537d380a71c5b8b6331d4d7088881e40 data/aether_redux/worldgen/placed_feature/gilded_groves_trees.json
28d01a384e0c28e856633dec8a2995b584b47ce6 data/aether_redux/worldgen/placed_feature/golden_clovers_patch.json
667257c68f50d4873605192cbb3fc468ae584632 data/aether_redux/worldgen/placed_feature/sentrite_ore.json
1741f6c947a7d82f7a6ee104b166cfa1b83bbfab data/aether_redux/worldgen/placed_feature/sparse_ambrosium_ore.json
12c684bf1f4a41f655e365c0e1603b98c4513046 data/aether_redux/worldgen/placed_feature/sparse_blue_aercloud.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"feature": "aether_redux:aurum_patch",
"placement": [
{
"type": "minecraft:noise_threshold_count",
"above_noise": 10,
"below_noise": 5,
"noise_level": -0.8
},
{
"type": "aether:improved_layer_placement",
"count": {
Expand All @@ -21,7 +15,7 @@
},
{
"type": "minecraft:rarity_filter",
"chance": 12
"chance": 8
},
{
"type": "minecraft:biome"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"type": "minecraft:weighted_list",
"distribution": [
{
"data": 9,
"data": 7,
"weight": 9
},
{
"data": 7,
"data": 5,
"weight": 3
},
{
"data": 3,
"data": 2,
"weight": 5
},
{
"data": 16,
"data": 12,
"weight": 1
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"count": {
"type": "minecraft:biased_to_bottom",
"value": {
"max_inclusive": 2,
"max_inclusive": 1,
"min_inclusive": 0
}
},
Expand All @@ -21,7 +21,7 @@
},
{
"type": "minecraft:rarity_filter",
"chance": 6
"chance": 2
},
{
"type": "minecraft:biome"
Expand Down

0 comments on commit 087d021

Please sign in to comment.