Evil Block

This commit is contained in:
Vos
2025-11-06 18:58:15 -06:00
parent 6aefb8af6b
commit f6a46c555c
11 changed files with 78 additions and 3 deletions
@@ -0,0 +1,10 @@
{
"variants": {
"clicked=false": {
"model": "acesbs:block/evil_block"
},
"clicked=true": {
"model": "acesbs:block/evil_block_on"
}
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "acesbs:block/evil_block"
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "acesbs:block/evil_block_on"
}
}
@@ -0,0 +1,3 @@
{
"parent": "acesbs:block/evil_block"
}