Make some more stone types chiselable.

This commit is contained in:
IntegratedQuantum 2024-06-07 21:24:09 +02:00
parent 848b3d5526
commit d579262b38
3 changed files with 3 additions and 1 deletions

View File

@ -6,5 +6,6 @@
"auto"
],
"model" : "cube",
"rotation" : "stairs",
"texture" : "cubyz:colorado_stone"
}

View File

@ -5,7 +5,7 @@
"drops" : [
"auto"
],
"rotation" : "cube",
"rotation" : "stairs",
"model" : "cube",
"texture" : "cubyz:limestone"
}

View File

@ -5,6 +5,7 @@
"drops" : [
"cubyz:void_stone"
],
"rotation" : "stairs",
"model" : "cube",
"texture" : "cubyz:void_stone"
}