fix ochrum so it only spawns in stone/dirt/gravel and not sand

This commit is contained in:
Pyritie 2025-08-26 01:55:20 +01:00
parent a928e0d709
commit 21bf81ad8b

View file

@ -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"
}
}
]