48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"format_version": "1.17.0",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "mw_alko:beer",
|
|
"category": "Equipment"
|
|
},
|
|
"components": {
|
|
"minecraft:creative_category": {
|
|
"parent": "itemGroup.name.potion"
|
|
},
|
|
"minecraft:icon": {
|
|
"texture": "mw_alko_beer"
|
|
},
|
|
"minecraft:display_name": {
|
|
"value": "Пиво"
|
|
},
|
|
"minecraft:render_offsets": "miscellaneous",
|
|
"minecraft:use_animation": "drink",
|
|
"minecraft:hand_equipped": false,
|
|
"minecraft:max_stack_size": 1,
|
|
"minecraft:foil": false,
|
|
"minecraft:stack_by_data": true,
|
|
"minecraft:food": {
|
|
"saturation_modifier": "normal",
|
|
"nutrition": 4,
|
|
"can_always_eat": true,
|
|
"effects": [
|
|
{
|
|
"name": "nausea",
|
|
"chance": 1,
|
|
"duration": 80,
|
|
"amplifier": 0
|
|
},
|
|
{
|
|
"name": "strength",
|
|
"chance": 1,
|
|
"duration": 20,
|
|
"amplifier": 0
|
|
}
|
|
],
|
|
"remove_effects": [],
|
|
"using_converts_to": "mw_alko:bottle"
|
|
},
|
|
"minecraft:use_duration": 32
|
|
}
|
|
}
|
|
} |