Advertisement
Guest User

Untitled

a guest
Dec 24th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. {
  2. "type": "entity",
  3. "mixins": "file(beehive_ghost.json)",
  4. "components": {
  5. "stonehearth:entity_forms": {
  6. "iconic_form": "file(beehive_iconic.json)",
  7. "ghost_form": "file(beehive_ghost.json)",
  8. "placeable_on_ground": true,
  9.  
  10. },
  11. "region_collision_shape": {
  12. "region": [
  13. {
  14. "min": {
  15. "x": -0.5,
  16. "y": 0,
  17. "z": -0.5
  18. },
  19. "max": {
  20. "x": 1.5,
  21. "y": 1,
  22. "z": 1.5
  23. }
  24. }
  25. ]
  26. }
  27. },
  28. "entity_data": {
  29. "stonehearth:net_worth": {
  30. "value_in_gold": 30,
  31. "rarity": "common",
  32. "shop_info": {
  33. "buyable": true,
  34. "sellable": true,
  35. "shopkeeper_level": 1,
  36. "shopkeeper_type": "caravan"
  37. }
  38. }
  39. }
  40. }
  41.  
  42.  
  43.  
  44.  
  45. Parse error on line 8:
  46. ... }, "region_c
  47. ----------------------^
  48. Expecting 'STRING'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement