Advertisement
Guest User

Untitled

a guest
Dec 16th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. {
  2. "forge_marker": 1,
  3. "defaults": {
  4. "model": "forge:multi-layer",
  5. "custom": {
  6. "base": "aura:fortifiedWood#base",
  7. "Solid": "aura:fortifiedWood#base",
  8. "Translucent": "aura:fortifiedWood#breaking"
  9. },
  10. "transform": "forge:default-block"
  11. },
  12. "variants": {
  13. "normal": [{}],
  14. "inventory": [{}],
  15. "base": [{
  16. "model": "cube_all",
  17. "textures": { "all": "aura:blocks/fortifiedWood" }
  18. }],
  19. "breaking": [{
  20. "model": "cube_all",
  21. "textures": { "all": "minecraft:blocks/destroy_stage_9" }
  22. }]
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement