37 lines
867 B
JSON
37 lines
867 B
JSON
{
|
|
"format_version": "1.10",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "mw_alko:alcohol",
|
|
"category": "items"
|
|
},
|
|
"components": {
|
|
"minecraft:hand_equipped": false,
|
|
"minecraft:max_stack_size": 1,
|
|
"minecraft:foil": false,
|
|
"minecraft:stack_by_data": true,
|
|
"minecraft:food": {
|
|
"saturation_modifier": "low",
|
|
"nutrition": 4,
|
|
"can_always_eat": true,
|
|
"effects": [
|
|
{
|
|
"name": "nausea",
|
|
"chance": 1,
|
|
"duration": 120,
|
|
"amplifier": 2
|
|
},
|
|
{
|
|
"name": "slowness",
|
|
"chance": 1,
|
|
"duration": 30,
|
|
"amplifier": 2
|
|
}
|
|
],
|
|
"remove_effects": [],
|
|
"using_converts_to": "mw_alko:bottle"
|
|
},
|
|
"minecraft:use_duration": 32
|
|
}
|
|
}
|
|
} |