Custom Crops
RP/manifest.json
json
{
"format_version": 3,
"header": {
"name": "Custom Crops Example",
"description": "An add-on that demonstrates custom crops. Example from wiki.bedrock.dev!",
"uuid": "4aa947fb-1a1e-4fe2-9af4-76dd2b00fd30",
"version": "4.0.0",
"min_engine_version": "1.26.10"
},
"metadata": {
"authors": ["Bedrock OSS", "QuazChick"],
"license": "MIT",
"url": "https://wiki.bedrock.dev/blocks/custom-crops",
"product_type": "addon"
},
"modules": [
{
"type": "resources",
"uuid": "7bef3c33-b4d9-480e-b250-58938251cc4a",
"version": "4.0.0"
}
],
"dependencies": [
{
"uuid": "3e90193d-591f-4ed1-b95a-025263cc0530",
"version": "4.0.0"
}
],
"capabilities": ["pbr"]
}Code samples on this page are licensed under the MIT License