diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/terrain/ochrum_blob.json b/kubejs/data/tfg/worldgen/configured_feature/mars/terrain/ochrum_blob.json index 0b1a1a226..33ddee5aa 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/terrain/ochrum_blob.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/terrain/ochrum_blob.json @@ -10,7 +10,25 @@ }, "target": { "predicate_type": "minecraft:tag_match", - "tag": "ad_astra:mars_stone_replaceables" + "tag": "forge:stone" + } + }, + { + "state": { + "Name": "create:ochrum" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "forge:gravel" + } + }, + { + "state": { + "Name": "create:ochrum" + }, + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "tfc:dirt" } } ]