Add option to generate item models

- BetterEnd and BetterNether need this to show custom models at all.
This commit is contained in:
Martin Prokoph
2024-12-24 17:07:05 +01:00
parent 9fc9932f6a
commit b0a167a837
10 changed files with 61 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "betternether:block/ink_bush_leaves"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "betterleaves:block/leaves",
"textures": {
"all": "betternether:block/rubeus_leaves"
}
}