{ "type": "origins:multiple", "name": "Cookie Policy", "description": "You shouldn't accept cookies from others. You really shouldn't.", "badges": [ { "type": "origins:tooltip", "sprite": "minecraft:textures/item/cookie.png", "text": "Is it worth it?" } ], "cookie_bang": { "type": "origins:action_on_being_used", "item_condition": { "type": "origins:ingredient", "ingredient": { "item": "minecraft:cookie" } }, "held_item_action": { "type": "origins:consume", "amount": 1 }, "bientity_action": { "type": "origins:target_action", "action": { "type": "origins:and", "actions": [ { "type": "origins:explode", "power": 20, "destruction_type": "keep", "damage_self": false, "create_fire": true }, { "type": "origins:apply_effect", "effect": { "id": "minecraft:hunger", "duration": 50, "amplifier": 255 } } ] } } } }