diff --git a/assets/minecraft/models/block/coal_ore.json b/assets/minecraft/models/block/coal_ore.json new file mode 100644 index 000000000..c2b4d0255 --- /dev/null +++ b/assets/minecraft/models/block/coal_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/coal_ore_2" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/gold_ore.json b/assets/minecraft/models/block/gold_ore.json new file mode 100644 index 000000000..db3ad35d8 --- /dev/null +++ b/assets/minecraft/models/block/gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/gold_ore_2" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/iron_ore.json b/assets/minecraft/models/block/iron_ore.json new file mode 100644 index 000000000..454b0950e --- /dev/null +++ b/assets/minecraft/models/block/iron_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/iron_ore_2" + } +} \ No newline at end of file diff --git a/assets/minecraft/models/block/redstone_ore.json b/assets/minecraft/models/block/redstone_ore.json new file mode 100644 index 000000000..fc94240fb --- /dev/null +++ b/assets/minecraft/models/block/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "minecraft:block/redstone_ore_2" + } +} \ No newline at end of file