Advertisement
plaguewolf

te

Oct 25th, 2015
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. {
  2. "modid": "ThermalExpansion",
  3. "segments": [
  4. {
  5. "class": "cofh.core.block.BlockCoFHBase",
  6. "type": "block",
  7. "actions": "RIGHT_CLICK",
  8. "meta": -1,
  9. "flags": "ACCESS"
  10. },
  11. {
  12. "class": "cofh.thermalexpansion.entity.projectile.EntityFlorb",
  13. "type": "entity",
  14. "actions": "TRACKED",
  15. "flags": "MODIFY",
  16. "owner": [
  17. {
  18. "element": "func_85052_h",
  19. "type": "METHOD"
  20. },
  21. {
  22. "element": "func_70005_c_",
  23. "type": "METHOD"
  24. }
  25. ],
  26. "range": 5
  27. },
  28. {
  29. "class": "cofh.thermalexpansion.item.tool.ItemWrench",
  30. "type": "item",
  31. "actions": "RIGHT_CLICK_BLOCK",
  32. "isAdjacent": false,
  33. "flags": "MODIFY"
  34. },
  35. {
  36. "class": "cofh.thermalexpansion.item.tool.ItemWrenchBattle",
  37. "type": "item",
  38. "actions": "RIGHT_CLICK_BLOCK",
  39. "isAdjacent": false,
  40. "flags": "MODIFY"
  41. }
  42. ]
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement