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:
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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
31
servers/bedrock/behavior_packs/vanilla_1.19.10/items/sweet_berries.json
vendored
Normal file
31
servers/bedrock/behavior_packs/vanilla_1.19.10/items/sweet_berries.json
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.10",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "minecraft:sweet_berries"
|
||||
},
|
||||
|
||||
"components": {
|
||||
"minecraft:use_duration": 32,
|
||||
|
||||
"minecraft:food": {
|
||||
"nutrition": 2,
|
||||
"saturation_modifier": "low",
|
||||
"is_meat": false
|
||||
},
|
||||
"minecraft:seed": {
|
||||
"crop_result": "sweet_berry_bush",
|
||||
"plant_at": [
|
||||
"grass",
|
||||
"dirt",
|
||||
"podzol",
|
||||
"moss_block",
|
||||
"mycelium",
|
||||
"mud",
|
||||
"muddy_mangrove_roots",
|
||||
"dirt_with_roots"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user