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