piston bellows is working with animations needs sounds updated rendering for 3rd persion and gui
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user