changed some hardcoded mars_stone surface rules to the rock layer system instead

This commit is contained in:
Pyritie 2025-09-20 17:24:06 +01:00
parent 3fd2fcc4d6
commit cf8357cb20

View file

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