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:
15
servers/bedrock/behavior_packs/vanilla/items/nether_wart.json
vendored
Normal file
15
servers/bedrock/behavior_packs/vanilla/items/nether_wart.json
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"format_version": "1.10",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "minecraft:nether_wart"
|
||||
},
|
||||
|
||||
"components": {
|
||||
"minecraft:seed": {
|
||||
"plant_at": "soul_sand",
|
||||
"crop_result": "nether_wart"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user