From 21bf81ad8b806834a700d919a1cfc94b6c16f409 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 26 Aug 2025 01:55:20 +0100 Subject: [PATCH] fix ochrum so it only spawns in stone/dirt/gravel and not sand --- .../mars/terrain/ochrum_blob.json | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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" } } ]