Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. {
  2. "name": "machine_chassis",
  3. "variants": ["hardened_chassis", "reinforced_chassis", resonant_chassis"]
  4. "traits": {
  5. "ore_dictionary": [
  6. "blockChassis"
  7. ],
  8. "visual": {
  9. "transparent": false,
  10. "full_cube": true
  11. },
  12. "physical": {
  13. "material": "METAL",
  14. "hardness": 50,
  15. "resistance": 2000,
  16. "light": 0,
  17. "gravity": false
  18. },
  19. "variants": {
  20. "hardened_chassis": { "light": 15 },
  21. "reinforced_chassis": { "light": 15 },
  22. "resonant_chassis": { "hardness": 15 }
  23. }
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement