fix ochrum so it only spawns in stone/dirt/gravel and not sand
This commit is contained in:
parent
a928e0d709
commit
21bf81ad8b
1 changed files with 19 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue