You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"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"
|
|
}
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|