Custom Crops
📝 BP/loot_tables/wiki/blocks/custom_crop_mature.json
json
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "wiki:custom_food",
"functions": [
{
"function": "set_count",
"count": { "min": 2, "max": 5 }
}
]
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "wiki:custom_seeds",
"functions": [
{
"function": "set_count",
"count": { "min": 1, "max": 4 }
}
]
}
]
}
]
}Code samples on this page are licensed under the MIT License