掉落farmer_delight_nullgr
loot_carrots_stage_3 掉落
loot_tables/loot_carrots_stage_3.json
掉落 minecraft:carrot、minecraft:carrot、minecraft:apple
概述
掉落 minecraft:carrot、minecraft:carrot、minecraft:apple
- 资料类型
- 掉落
- 命名空间
- farmer_delight_nullgr
- 所属模组
- farmer-delight-null-gr
- 关联资料
- 0 条
掉落minecraft:carrotminecraft:apple
用途与获取
- 这是掉落表资料,当前解析到 3 个掉落项。
- 主要掉落:minecraft:carrot、minecraft:carrot、minecraft:apple。
关联知识
当前解析结果还没有发现配方、掉落、地物或实体关联。
数据来源
- 来源文件
- farmer-delight-nullgr/FarmerDelight_NullGr_BP/loot_tables/loot_carrots_stage_3.json
- 条目 ID
- loot_tables/loot_carrots_stage_3.json
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 建议补充获取方式和用途
掉落
| 物品 | 权重 | 数量 |
|---|---|---|
| minecraft:carrot | 1 | 1 - 1 |
| minecraft:carrot | 4 | 1 - 1 |
| minecraft:apple | 3 | 0 - 0 |
技术区:组件 JSON
{
"loot": {
"id": "loot_tables/loot_carrots_stage_3.json",
"drops": [
{
"itemId": "minecraft:carrot",
"weight": 1,
"count": [
1,
1
]
},
{
"itemId": "minecraft:carrot",
"weight": 4,
"count": [
1,
1
]
},
{
"itemId": "minecraft:apple",
"weight": 3,
"count": [
0,
0
]
}
],
"pools": [
{
"entries": [
{
"functions": [
{
"count": {
"max": 1,
"min": 1
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "minecraft:carrot",
"type": "item",
"weight": 1
}
],
"rolls": 1
},
{
"entries": [
{
"functions": [
{
"count": {
"max": 1,
"min": 1
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "minecraft:carrot",
"type": "item",
"weight": 4
},
{
"functions": [
{
"count": {
"max": 0,
"min": 0
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "minecraft:apple",
"type": "item",
"weight": 3
}
],
"rolls": 3
}
]
},
"pools": [
{
"entries": [
{
"functions": [
{
"count": {
"max": 1,
"min": 1
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "minecraft:carrot",
"type": "item",
"weight": 1
}
],
"rolls": 1
},
{
"entries": [
{
"functions": [
{
"count": {
"max": 1,
"min": 1
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "minecraft:carrot",
"type": "item",
"weight": 4
},
{
"functions": [
{
"count": {
"max": 0,
"min": 0
},
"function": "set_count"
},
{
"data": 0,
"function": "set_data"
}
],
"name": "minecraft:apple",
"type": "item",
"weight": 3
}
],
"rolls": 3
}
]
}