Bedrock Snippets

Custom Crops

View Source

custom_crops > bp > loot_tables > blocks > custom_crop_young.json

{
    "pools": [
        {
            "rolls": 1,
            "entries": [
                {
                    "type": "item",
                    "name": "wiki:custom_seeds"
                }
            ]
        }
    ]
}
Copied to Clipboard