Translations, amber grass & path

This commit is contained in:
paulevsGitch 2020-11-26 01:32:22 +03:00
parent 5679061765
commit 6b1029a628
13 changed files with 128 additions and 25 deletions

View file

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

View file

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