diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_common.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_common.json index 62c6bb3ed..9bf041184 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_common.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_common.json @@ -14,6 +14,14 @@ { "type": "minecraft:heightmap", "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_block_tag", + "offset": [ 0, -1, 0 ], + "tag": "ad_astra:moon_stone_replaceables" + } } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_rare.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_rare.json index 0a937d0b2..a77dd4bc8 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_rare.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/warped_vine_rare.json @@ -14,6 +14,14 @@ { "type": "minecraft:heightmap", "heightmap": "MOTION_BLOCKING" + }, + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:matching_block_tag", + "offset": [ 0, -1, 0 ], + "tag": "ad_astra:moon_stone_replaceables" + } } ] } \ No newline at end of file