Path blocks

This commit is contained in:
paulevsGitch 2020-10-02 17:17:04 +03:00
parent e0cf41db63
commit ffd76ecad8
15 changed files with 183 additions and 8 deletions

View file

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

View file

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