Ashes and Endtropy

This commit is contained in:
Vos
2025-11-18 21:49:08 -06:00
parent f931d2f5e2
commit e8b1d8cc55
26 changed files with 245 additions and 14 deletions
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "acesbs:block/infernal_ashes_block"
}
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "acesbs:block/infernal_ashes_block"
}
}
@@ -0,0 +1,3 @@
{
"parent": "acesbs:block/infernal_ashes_block"
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/raw_endtropy"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/stable_endtropy"
}
}