Finally added endtopy blocks and made the raw entropy block have a consistant name

This commit is contained in:
Vos
2026-03-10 17:51:42 -05:00
parent b9d5ede404
commit bb6f0c34cf
42 changed files with 486 additions and 47 deletions
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "acesbs:block/raw_endtropy_block"
}
}
}
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "acesbs:block/stable_endtropy_block"
}
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "acesbs:block/raw_endtropy_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "acesbs:block/stable_endtropy_block"
}
}
@@ -0,0 +1,3 @@
{
"parent": "acesbs:block/raw_endtropy_block"
}
@@ -0,0 +1,3 @@
{
"parent": "acesbs:block/stable_endtropy_block"
}