More Ores

This commit is contained in:
Vos
2025-11-12 23:42:11 -06:00
parent fe43863064
commit 3ebd0075f4
28 changed files with 508 additions and 16 deletions
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "acesbs:block/endtropy_ore"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "acesbs:block/infernal_ashes_ore"
}
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "acesbs:block/endtropy_ore"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "acesbs:block/infernal_ashes_ore"
}
}
@@ -0,0 +1,3 @@
{
"parent": "acesbs:block/endtropy_ore"
}
@@ -0,0 +1,3 @@
{
"parent": "acesbs:block/infernal_ashes_ore"
}