mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-22 10:06:11 +00:00
25 lines
455 B
JSON
25 lines
455 B
JSON
{
|
|
"format_version": "1.10",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "minecraft:spider_eye"
|
|
},
|
|
|
|
"components": {
|
|
"minecraft:use_duration": 32,
|
|
|
|
"minecraft:food": {
|
|
"nutrition": 2,
|
|
"saturation_modifier": "good",
|
|
"effects": [
|
|
{
|
|
"name": "poison",
|
|
"chance": 1.0,
|
|
"duration": 5,
|
|
"amplifier": 0
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |