block models and stuff

This commit is contained in:
2026-04-15 20:57:59 +02:00
parent 61a1c52106
commit 462a6d1bdf
7 changed files with 137 additions and 63 deletions

View File

@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "neocomputers:block/combustgen"
}
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "neocomputers:block/teto"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "neocomputers:block/combustgen"
}