WIP: patterns

This commit is contained in:
Aleksey 2020-10-12 22:38:55 +03:00
parent 7e1d018140
commit bde2ac8291
9 changed files with 76 additions and 29 deletions

View file

@ -1,15 +0,0 @@
{
"variants": {
"type=bottom": {
"model": "betterend:block/flavolite_slab"
},
"type=double": {
"model": "betterend:block/flavolite"
},
"type=top": {
"model": "betterend:block/flavolite_slab",
"uvlock": true,
"x": 180
}
}
}

View file

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

View file

@ -11,6 +11,7 @@
"ModelVariantMapMixin",
"DeserializationContextMixin",
"ClientPlayNetworkHandlerMixin",
"NamespaceResourceManagerMixin",
"MinecraftClientMixin"
],
"injectors": {