WIP: json model patterns

This commit is contained in:
Aleksey 2020-10-11 21:35:38 +03:00
parent b33b79fdc4
commit 758c2ef3b4
3 changed files with 26 additions and 2 deletions

View file

@ -1,13 +1,13 @@
{
"variants": {
"type=bottom": {
"model": "betterend:block/flavolite_slab"
"model": "betterend:pattern/slab/flavolite"
},
"type=double": {
"model": "betterend:block/flavolite"
},
"type=top": {
"model": "betterend:block/flavolite_slab_top"
"model": "betterend:pattern/slab_top/flavolite"
}
}
}

View file

@ -7,6 +7,7 @@
"WorldRendererMixin",
"BackgroundRendererMixin",
"ClientRecipeBookMixin",
"ModelLoaderMixin",
"ClientPlayNetworkHandlerMixin",
"MinecraftClientMixin"
],