wip model resolver

This commit is contained in:
2026-07-19 21:58:39 -04:00
parent aedeeb63be
commit 72852eb1a5
8 changed files with 299 additions and 22 deletions

View File

@@ -1 +1,12 @@
{"parent":"block/cube","textures":{"particle":"#all","down":"#all","up":"#all","north":"#all","east":"#all","south":"#all","west":"#all"}}
{
"parent": "block/cube",
"textures": {
"particle": "#all",
"down": "#all",
"up": "#all",
"north": "#all",
"east": "#all",
"south": "#all",
"west": "#all"
}
}