Filalux textures & models

This commit is contained in:
paulevsGitch 2021-03-14 22:07:29 +03:00
parent 292c169007
commit 5b3c889263
15 changed files with 281 additions and 1 deletions

View file

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