This commit is contained in:
paulevsGitch 2020-10-26 00:34:04 +03:00
parent bb3a81ebb0
commit 4073e0a32c
11 changed files with 61 additions and 3 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/crystal_moss" },
{ "model": "betterend:block/crystal_moss", "y": 90 },
{ "model": "betterend:block/crystal_moss", "y": 180 },
{ "model": "betterend:block/crystal_moss", "y": 270 }
]
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"": [
{ "model": "betterend:block/crystal_moss_path" },
{ "model": "betterend:block/crystal_moss_path", "y": 90 },
{ "model": "betterend:block/crystal_moss_path", "y": 180 },
{ "model": "betterend:block/crystal_moss_path", "y": 270 }
]
}
}