diff --git a/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/basalt_columns_large.json b/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/basalt_columns_large.json index e52016bcb..a9eb54e9d 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/basalt_columns_large.json +++ b/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/basalt_columns_large.json @@ -1,19 +1,44 @@ { - "type": "minecraft:basalt_columns", + "type": "minecraft:random_patch", "config": { - "height": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 10, - "min_inclusive": 4 - } + "feature": { + "feature": { + "type": "minecraft:block_column", + "config": { + "allowed_placement": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + }, + "direction": "up", + "layers": [ + { + "height": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 10, + "min_inclusive": 4 + } + }, + "provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:basalt" + } + } + } + ], + "prioritize_tip": false + } + }, + "placement": [ + { + "type": "minecraft:heightmap", + "heightmap": "OCEAN_FLOOR" + } + ] }, - "reach": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 3, - "min_inclusive": 1 - } - } + "tries": 10, + "xz_spread": 4, + "y_spread": 1 } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/basalt_columns_small.json b/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/basalt_columns_small.json index 108d52449..16dd80c68 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/basalt_columns_small.json +++ b/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/basalt_columns_small.json @@ -1,13 +1,44 @@ { - "type": "minecraft:basalt_columns", + "type": "minecraft:random_patch", "config": { - "height": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 4, - "min_inclusive": 1 - } + "feature": { + "feature": { + "type": "minecraft:block_column", + "config": { + "allowed_placement": { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + }, + "direction": "up", + "layers": [ + { + "height": { + "type": "minecraft:uniform", + "value": { + "max_inclusive": 4, + "min_inclusive": 1 + } + }, + "provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:basalt" + } + } + } + ], + "prioritize_tip": false + } + }, + "placement": [ + { + "type": "minecraft:heightmap", + "heightmap": "OCEAN_FLOOR" + } + ] }, - "reach": 1 + "tries": 6, + "xz_spread": 3, + "y_spread": 1 } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/lava_fissure.json b/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/lava_fissure.json index a79f36a28..4068e766e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/lava_fissure.json +++ b/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/lava_fissure.json @@ -1,7 +1,7 @@ { "type": "tfc:fissure", "config": { - "wall_state": "beneath:crackrack", + "wall_state": "tfg:rock/hardened_crackrack", "fluid_state": "minecraft:lava", "count": 3, "radius": 6 diff --git a/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/lava_spring.json b/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/lava_spring.json index c749a23d8..f270b2d4c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/lava_spring.json +++ b/kubejs/data/tfg/worldgen/configured_feature/venus/terrain/lava_spring.json @@ -1,7 +1,6 @@ { "type": "tfc:hot_spring", "config": { - "wall_state": "beneath:crackrack", "fluid_state": "minecraft:lava", "radius": 16, "decoration": {