mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 15:34:57 +00:00
Add minecraft bedrock server
This commit is contained in:
36
servers/bedrock/behavior_packs/vanilla_1.19.10/items/pufferfish.json
vendored
Normal file
36
servers/bedrock/behavior_packs/vanilla_1.19.10/items/pufferfish.json
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"format_version": "1.10",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "minecraft:pufferfish"
|
||||
},
|
||||
|
||||
"components": {
|
||||
"minecraft:use_duration": 32,
|
||||
"minecraft:max_damage": 0,
|
||||
"minecraft:stacked_by_data": true,
|
||||
|
||||
"minecraft:food": {
|
||||
"nutrition": 1,
|
||||
"saturation_modifier": "poor",
|
||||
"effects": [
|
||||
{
|
||||
"name": "poison",
|
||||
"duration": 60,
|
||||
"amplifier": 1
|
||||
},
|
||||
{
|
||||
"name": "nausea", // confusion
|
||||
"duration": 15,
|
||||
"amplifier": 1
|
||||
},
|
||||
{
|
||||
"name": "hunger",
|
||||
"duration": 15,
|
||||
"amplifier": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user