Advertisement
MrCyberdragon

Untitled

Dec 30th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. {
  2. "variants": {
  3. "facing=south,in_wall=false,open=false": { "model": "ltn:glowing_fence_gate_closed", "uvlock": true },
  4. "facing=west,in_wall=false,open=false": { "model": "ltn:glowing_fence_gate_closed", "uvlock": true, "y": 90 },
  5. "facing=north,in_wall=false,open=false": { "model": "ltn:glowing_fence_gate_closed", "uvlock": true, "y": 180 },
  6. "facing=east,in_wall=false,open=false": { "model": "ltn:glowing_fence_gate_closed", "uvlock": true, "y": 270 },
  7. "facing=south,in_wall=false,open=true": { "model": "ltn:glowing_fence_gate_open", "uvlock": true },
  8. "facing=west,in_wall=false,open=true": { "model": "ltn:glowing_fence_gate_open", "uvlock": true, "y": 90 },
  9. "facing=north,in_wall=false,open=true": { "model": "ltn:glowing_fence_gate_open", "uvlock": true, "y": 180 },
  10. "facing=east,in_wall=false,open=true": { "model": "ltn:glowing_fence_gate_open", "uvlock": true, "y": 270 },
  11. "facing=south,in_wall=true,open=false": { "model": "ltn:glowing_wall_gate_closed", "uvlock": true },
  12. "facing=west,in_wall=true,open=false": { "model": "ltn:glowing_wall_gate_closed", "uvlock": true, "y": 90 },
  13. "facing=north,in_wall=true,open=false": { "model": "ltn:glowing_wall_gate_closed", "uvlock": true, "y": 180 },
  14. "facing=east,in_wall=true,open=false": { "model": "ltn:glowing_wall_gate_closed", "uvlock": true, "y": 270 },
  15. "facing=south,in_wall=true,open=true": { "model": "ltn:glowing_wall_gate_open", "uvlock": true },
  16. "facing=west,in_wall=true,open=true": { "model": "ltn:glowing_wall_gate_open", "uvlock": true, "y": 90 },
  17. "facing=north,in_wall=true,open=true": { "model": "ltn:glowing_wall_gate_open", "uvlock": true, "y": 180 },
  18. "facing=east,in_wall=true,open=true": { "model": "ltn:glowing_wall_gate_open", "uvlock": true, "y": 270 }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement