mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-22 10:06:11 +00:00
21 lines
461 B
JSON
21 lines
461 B
JSON
{
|
|
"format_version": "1.14",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "minecraft:honey_bottle"
|
|
},
|
|
"components": {
|
|
"minecraft:use_duration": 40,
|
|
"minecraft:max_stack_size": 16,
|
|
"minecraft:food": {
|
|
"nutrition": 6,
|
|
"saturation_modifier": "poor",
|
|
"can_always_eat": true,
|
|
"using_converts_to": "glass_bottle",
|
|
"remove_effects": [
|
|
"poison"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |