掉落corn_delight
Cron_corn_loot 掉落
loot_tables/Cron_corn_loot.json
掉落 corn_delight:maize、corn_delight:corn_kernel
掉落
| 物品 | 权重 | 数量 |
|---|---|---|
| corn_delight:maize | 1 | 2 - 3 |
| corn_delight:corn_kernel | 1 | 2 - 4 |
组件摘要
{
"loot": {
"id": "loot_tables/Cron_corn_loot.json",
"drops": [
{
"itemId": "corn_delight:maize",
"weight": 1,
"count": [
2,
3
]
},
{
"itemId": "corn_delight:corn_kernel",
"weight": 1,
"count": [
2,
4
]
}
],
"pools": [
{
"entries": [
{
"functions": [
{
"count": {
"max": 3,
"min": 2
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "corn_delight:maize",
"type": "item",
"weight": 1
}
],
"rolls": 1
},
{
"entries": [
{
"functions": [
{
"count": {
"max": 4,
"min": 2
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "corn_delight:corn_kernel",
"type": "item",
"weight": 1
}
],
"rolls": 1
}
]
},
"pools": [
{
"entries": [
{
"functions": [
{
"count": {
"max": 3,
"min": 2
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "corn_delight:maize",
"type": "item",
"weight": 1
}
],
"rolls": 1
},
{
"entries": [
{
"functions": [
{
"count": {
"max": 4,
"min": 2
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "corn_delight:corn_kernel",
"type": "item",
"weight": 1
}
],
"rolls": 1
}
]
}