Advertisement
Guest User

Untitled

a guest
Jan 4th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. {
  2. "forge_marker": 1,
  3. "defaults": {
  4. "model": "botania:tiny_potato",
  5. "textures": {
  6. "all": "botania:model/tinyPotatoCopy"
  7. },
  8. "transform": "forge:default-block"
  9. },
  10. "variants": {
  11. "variant": {
  12. "default": {},
  13. "halloween": {
  14. "textures": { "all": "botania:model/tinyPotato_halloweenCopy" }
  15. },
  16. "grayscale": {
  17. "textures": { "all": "botania:model/tinyPotatoGrayCopy" }
  18. }
  19. },
  20. "facing": {
  21. "north": {},
  22. "south": {},
  23. "west": {},
  24. "east": {}
  25. },
  26. "inventory": [{
  27. "transform": {
  28. "firstperson": {
  29. "translation": [ 0, 0.25, 0 ]
  30. }
  31. }
  32. }]
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement