Teneanea improvements and leaves

This commit is contained in:
paulevsGitch 2020-11-26 15:16:53 +03:00
parent e3d5065e12
commit 5ee7a94ef6
28 changed files with 469 additions and 54 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"facing=up": { "model": "betterend:block/tenanea_outer_leaves" },
"facing=down": { "model": "betterend:block/tenanea_outer_leaves", "x": 180 },
"facing=north": { "model": "betterend:block/tenanea_outer_leaves", "x": 90 },
"facing=south": { "model": "betterend:block/tenanea_outer_leaves", "x": 90, "y": 180 },
"facing=east": { "model": "betterend:block/tenanea_outer_leaves", "x": 90, "y": 90 },
"facing=west": { "model": "betterend:block/tenanea_outer_leaves", "x": 90, "y": 270 }
}
}