Advertisement
Guest User

Untitled

a guest
Oct 12th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. {
  2. "forge_marker": 1,
  3. "defaults": {
  4. "model": "minecraft:block/cube_all",
  5. "transform": "forge:default-block",
  6. "textures": {
  7. "particle": "roots:blocks/runestone",
  8. "all": "roots:blocks/runestone"
  9. }
  10. },
  11. "variants":{
  12. "normal": [{}],
  13. "runetype": {
  14. "normal" :{ },
  15. "fairy": { },
  16. "wild": {
  17. "textures": {
  18. "particle": "roots:blocks/runestone",
  19. "all": "roots:blocks/runestone_wild"
  20. }
  21. },
  22. "natural": {
  23. "textures": {
  24. "particle": "roots:blocks/runestone",
  25. "all": "roots:blocks/runestone_natural"
  26. }
  27. },
  28. "mystic": { },
  29. "fungal": { },
  30. "forbidden": { }
  31. }
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement