mirror of
https://github.com/Faithful-Resource-Pack/Faithful-32x-Java.git
synced 2026-04-17 08:46:58 -04:00
stuff
This commit is contained in:
6
assets/minecraft/models/block/coal_ore.json
Normal file
6
assets/minecraft/models/block/coal_ore.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "minecraft:block/coal_ore_2"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/gold_ore.json
Normal file
6
assets/minecraft/models/block/gold_ore.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "minecraft:block/gold_ore_2"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/iron_ore.json
Normal file
6
assets/minecraft/models/block/iron_ore.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "minecraft:block/iron_ore_2"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/redstone_ore.json
Normal file
6
assets/minecraft/models/block/redstone_ore.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "minecraft:block/redstone_ore_2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user