piston bellows is working with animations needs sounds updated rendering for 3rd persion and gui

This commit is contained in:
Mohammad-Ali Minaie
2017-01-07 23:36:22 -05:00
parent 597cd056bc
commit 4f0b965f57
22 changed files with 576 additions and 258 deletions

View File

@@ -1,8 +1,12 @@
{
"variants": {
"facing=north": { "model": "forgecraft:pistonbellows" },
"facing=east": { "model": "forgecraft:pistonbellows", "y": 90 },
"facing=south": { "model": "forgecraft:pistonbellows", "y": 180 },
"facing=west": { "model": "forgecraft:pistonbellows", "y": 270 }
"active=false,facing=north": { "model": "forgecraft:pistonbellows" },
"active=true,facing=north": { "model": "forgecraft:pistonbellows" },
"active=false,facing=east": { "model": "forgecraft:pistonbellows", "y": 90 },
"active=true,facing=east": { "model": "forgecraft:pistonbellows", "y": 90 },
"active=false,facing=south": { "model": "forgecraft:pistonbellows", "y": 180 },
"active=true,facing=south": { "model": "forgecraft:pistonbellows", "y": 180 },
"active=false,facing=west": { "model": "forgecraft:pistonbellows", "y": 270 },
"active=true,facing=west": { "model": "forgecraft:pistonbellows", "y": 270 }
}
}