Ice Rocks!

This commit is contained in:
Martin Prokoph
2024-09-17 00:34:28 +02:00
parent da7af06774
commit 34ae7e922b
20 changed files with 256 additions and 21 deletions

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_rock",
"textures": {
"0": "block/packed_ice",
"particle": "block/packed_ice"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_rock",
"textures": {
"0": "block/packed_ice",
"particle": "block/packed_ice"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_rock",
"textures": {
"0": "block/packed_ice",
"particle": "block/packed_ice"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/tiny_rock",
"textures": {
"0": "block/packed_ice",
"particle": "block/packed_ice"
}
}