diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/terrain/lush_caves_clay.json b/kubejs/data/tfg/worldgen/configured_feature/nether/terrain/lush_caves_clay.json index 37e9ec8d5..0daf9f8dd 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/terrain/lush_caves_clay.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/terrain/lush_caves_clay.json @@ -1,18 +1,31 @@ { - "type": "minecraft:simple_random_selector", + "type": "minecraft:random_selector", "config": { + "default": { + "feature": "tfg:nether/terrain/clay_patch", + "placement": [] + }, "features": [ { - "feature": "tfg:nether/terrain/clay_pool", - "placement": [] + "chance": 0.3, + "feature": { + "feature": "tfg:nether/terrain/clay_pool", + "placement": [] + } }, { - "feature": "tfg:nether/terrain/clay_patch", - "placement": [] + "feature": { + "feature": "tfg:nether/terrain/clay_patch", + "placement": [] + }, + "chance": 0.5 }, { - "feature": "tfg:nether/terrain/clay_patch_kaolin", - "placement": [] + "feature": { + "feature": "tfg:nether/terrain/clay_patch_kaolin", + "placement": [] + }, + "chance": 0.2 } ] }