44 lines
1002 B
JSON
44 lines
1002 B
JSON
{
|
|
"format_version": "1.17.0",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "mw_alko:alcohol",
|
|
"category": "Equipment"
|
|
},
|
|
"components": {
|
|
"minecraft:icon": {
|
|
"texture": "mw_alko",
|
|
"frame": 2
|
|
},
|
|
"minecraft:display_name": {
|
|
"value": "Самогон"
|
|
},
|
|
"minecraft:use_animation": "drink",
|
|
"minecraft:hand_equipped": false,
|
|
"minecraft:max_stack_size": 1,
|
|
"minecraft:foil": false,
|
|
"minecraft:food": {
|
|
"saturation_modifier": "low",
|
|
"nutrition": 4,
|
|
"can_always_eat": true,
|
|
"on_consume": {
|
|
"event": "mw_alko:effect"
|
|
},
|
|
"remove_effects": [],
|
|
"using_converts_to": "mw_alko:bottle"
|
|
},
|
|
"minecraft:use_duration": 3
|
|
},
|
|
"events": {
|
|
"mw_alko:effect": {
|
|
"run_command": {
|
|
"command": [
|
|
"effect @s nausea 120 0 true",
|
|
"effect @s poison 4 1 true",
|
|
"effect @s slowness 30 0 true"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |