Jungle fern

This commit is contained in:
paulevsGitch 2020-12-25 18:52:50 +03:00
parent 71a3e88b62
commit 1aeeb158fd
11 changed files with 162 additions and 2 deletions

View file

@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "betterend:block/jungle_fern", "y": 180 },
"facing=south": { "model": "betterend:block/jungle_fern" },
"facing=east": { "model": "betterend:block/jungle_fern", "y": 270 },
"facing=west": { "model": "betterend:block/jungle_fern", "y": 90 }
}
}