Advertisement
plaguewolf

chis_err

Oct 25th, 2015
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. {
  2. "modid": "chisel",
  3. "segments": [
  4. {
  5. "class": "com.cricketcraft.chisel.item.chisel.ItemChisel",
  6. "type": "item",
  7. "actions": "LEFT_CLICK_BLOCK",
  8. "isAdjacent": false,
  9. "flags": "MODIFY"
  10. },
  11. {
  12. "class": "com.cricketcraft.chisel.entity.EntityBallOMoss",
  13. "type": "entity",
  14. "actions": "TRACKED",
  15. "flags": "MODIFY",
  16. "owner": [
  17. {
  18. "element": "func_85052_h",
  19. "type": "METHOD"
  20. }
  21. ],
  22. "range": 15
  23. },
  24. {
  25. "class": "com.cricketcraft.chisel.entity.EntityCloudInABottle",
  26. "type": "entity",
  27. "actions": "TRACKED",
  28. "flags": "MODIFY",
  29. "owner": [
  30. {
  31. "element": "func_85052_h",
  32. "type": "METHOD"
  33. }
  34. ],
  35. "range": 15
  36. },
  37. {
  38. "class": "com.cricketcraft.chisel.entity.EntitySmashingRock",
  39. "type": "entity",
  40. "actions": "TRACKED",
  41. "flags": "MODIFY",
  42. "owner": [
  43. {
  44. "element": "func_85052_h",
  45. "type": "METHOD"
  46. }
  47. ],
  48. "range": 15
  49. }
  50. ]
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement