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:
26
servers/bedrock/behavior_packs/vanilla_1.17.0/items/glow_berries.json
vendored
Normal file
26
servers/bedrock/behavior_packs/vanilla_1.17.0/items/glow_berries.json
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.16.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "minecraft:glow_berries"
|
||||
},
|
||||
|
||||
"components": {
|
||||
"minecraft:use_duration": 32,
|
||||
"minecraft:food": {
|
||||
"nutrition": 2,
|
||||
"saturation_modifier": "low",
|
||||
"is_meat": false
|
||||
},
|
||||
"minecraft:seed": {
|
||||
"crop_result": "cave_vines",
|
||||
"plant_at": [
|
||||
"cave_vines",
|
||||
"cave_vines_head_with_berries"
|
||||
],
|
||||
"plant_at_any_solid_surface": true,
|
||||
"plant_at_face": "DOWN"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
27
servers/bedrock/behavior_packs/vanilla_1.17.0/items/sweet_berries.json
vendored
Normal file
27
servers/bedrock/behavior_packs/vanilla_1.17.0/items/sweet_berries.json
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user