Advertisement
Guest User

Untitled

a guest
Aug 20th, 2016
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1.  
  2. blockstates/hive
  3.  
  4. {
  5. "parent": "block/cube",
  6.  
  7. "variants":
  8. {
  9. "hive=rock": {"model": "morebees:rockhive"},
  10. "inventory": {"model": "morebees:rockhive"}
  11. }
  12.  
  13.  
  14. }
  15.  
  16.  
  17. models/blocks/rockhive
  18. {
  19. "parent": "block/cube",
  20. "textures": {
  21. "particle": "forestry:blocks/apiary.4",
  22. "down": "forestry:blocks/apiary.0",
  23. "up": "forestry:blocks/apiary.1",
  24. "north": "forestry:blocks/apiary.2",
  25. "east": "forestry:blocks/apiary.4",
  26. "south": "forestry:blocks/apiary.4",
  27. "west": "forestry:blocks/apiary.4"
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement