Advertisement
42Scope42

Combining Models

Oct 16th, 2014
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. {
  2. "default": { "model": "base_model" },
  3. "variants": {
  4. "facing=north": { "model": "model_bit_1" },
  5. "facing=north": { "model": "model_bit_2" },
  6. "facing=north": { "model": "model_bit_3" },
  7. "facing=east": { "model": "model_bit_1", "y": 90 },
  8. "facing=east": { "model": "model_bit_2", "y": 90 },
  9. "facing=east": { "model": "model_bit_3", "y": 90 }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement