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:
19
servers/bedrock/behavior_packs/vanilla/items/salmon.json
vendored
Normal file
19
servers/bedrock/behavior_packs/vanilla/items/salmon.json
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"format_version": "1.10",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "minecraft:salmon"
|
||||
},
|
||||
|
||||
"components": {
|
||||
"minecraft:use_duration": 32,
|
||||
"minecraft:max_damage": 0,
|
||||
"minecraft:stacked_by_data": true,
|
||||
|
||||
"minecraft:food": {
|
||||
"nutrition": 2,
|
||||
"saturation_modifier": "poor"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user