mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
Add minecraft bedrock server
This commit is contained in:
24
servers/bedrock/behavior_packs/vanilla/items/chicken.json
vendored
Normal file
24
servers/bedrock/behavior_packs/vanilla/items/chicken.json
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"format_version": "1.10",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "minecraft:chicken"
|
||||
},
|
||||
|
||||
"components": {
|
||||
"minecraft:use_duration": 32,
|
||||
"minecraft:food": {
|
||||
"nutrition": 2,
|
||||
"saturation_modifier": "low",
|
||||
"effects": [
|
||||
{
|
||||
"name": "hunger",
|
||||
"chance": 0.3,
|
||||
"duration": 30,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user