Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "modid": "ThermalExpansion",
- "segments": [
- {
- "class": "cofh.core.block.BlockCoFHBase",
- "type": "block",
- "actions": "RIGHT_CLICK",
- "meta": -1,
- "flags": "ACCESS"
- },
- {
- "class": "cofh.thermalexpansion.entity.projectile.EntityFlorb",
- "type": "entity",
- "actions": "TRACKED",
- "flags": "MODIFY",
- "owner": [
- {
- "element": "func_85052_h",
- "type": "METHOD"
- },
- {
- "element": "func_70005_c_",
- "type": "METHOD"
- }
- ],
- "range": 5
- },
- {
- "class": "cofh.thermalexpansion.item.tool.ItemWrench",
- "type": "item",
- "actions": "RIGHT_CLICK_BLOCK",
- "isAdjacent": false,
- "flags": "MODIFY"
- },
- {
- "class": "cofh.thermalexpansion.item.tool.ItemWrenchBattle",
- "type": "item",
- "actions": "RIGHT_CLICK_BLOCK",
- "isAdjacent": false,
- "flags": "MODIFY"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement