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:
34
servers/bedrock/behavior_packs/vanilla/items/golden_apple.json
vendored
Normal file
34
servers/bedrock/behavior_packs/vanilla/items/golden_apple.json
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"format_version": "1.10",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "minecraft:golden_apple"
|
||||
},
|
||||
|
||||
"components": {
|
||||
"minecraft:stacked_by_data": true,
|
||||
"minecraft:use_duration": 32,
|
||||
"minecraft:foil": false,
|
||||
|
||||
"minecraft:food": {
|
||||
"nutrition": 4,
|
||||
"saturation_modifier": "supernatural",
|
||||
"can_always_eat": true,
|
||||
"effects": [
|
||||
{
|
||||
"name": "regeneration",
|
||||
"chance": 1.0,
|
||||
"duration": 5,
|
||||
"amplifier": 1
|
||||
},
|
||||
{
|
||||
"name": "absorption",
|
||||
"chance": 1.0,
|
||||
"duration": 120, // 2 * 60
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user