changed some hardcoded mars_stone surface rules to the rock layer system instead
This commit is contained in:
parent
3fd2fcc4d6
commit
cf8357cb20
1 changed files with 6 additions and 4 deletions
|
|
@ -493,8 +493,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"type": "kubejs_tfc:rock",
|
||||
"rock_block": "raw",
|
||||
"fallback_state": {
|
||||
"Name": "ad_astra:mars_stone"
|
||||
}
|
||||
}
|
||||
|
|
@ -617,8 +618,9 @@
|
|||
}
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:block",
|
||||
"result_state": {
|
||||
"type": "kubejs_tfc:rock",
|
||||
"rock_block": "raw",
|
||||
"fallback_state": {
|
||||
"Name": "ad_astra:mars_stone"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue