This commit is contained in:
Pomik108
2021-02-20 12:06:34 +01:00
parent 6eb8ba4ea4
commit 283bd3949f
4 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/coal_ore_2"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/gold_ore_2"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/iron_ore_2"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "minecraft:block/redstone_ore_2"
}
}