More wooden materials, gui, mixins, registries

This commit is contained in:
paulevsGitch 2020-09-26 16:36:48 +03:00
parent 6ec2b53edd
commit 720103bd45
97 changed files with 2414 additions and 14 deletions

View file

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