方块dumpling_delight_nullgr
大蒜作物
dumpling_delight_nullgr:garlic_crop_stage3
custom_crop_block,掉落表 loot_tables/a_wild_garlic_loot.json
概述
custom_crop_block,掉落表 loot_tables/a_wild_garlic_loot.json
- 资料类型
- 方块
- 命名空间
- dumpling_delight_nullgr
- 所属模组
- ube-delight
- 关联资料
- 1 条
方块farmer_delight_free_dlc自定义作物方块作物有掉落
用途与获取
- 该方块可作为配方、掉落、地物或实体资料的关联对象。
- 已关联 1 个掉落表,可从掉落区追踪来源。
关联知识
数据来源
- 来源文件
- Ube_Delight_BP/netease_blocks/ube_delight_nullgr_garlic_crop_stage3.json
- 条目 ID
- dumpling_delight_nullgr:garlic_crop_stage3
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
方块信息
- 分类
- farmer_delight_free_dlc
- 来源模组
- ube-delight
- 组件数
- 9
- 关联数量
- 1
技术区:组件 JSON
{
"category": "farmer_delight_free_dlc",
"baseBlock": "custom_crop_block",
"lootTable": "loot_tables/a_wild_garlic_loot.json",
"transformResult": "",
"destroyTime": 0,
"lightEmission": 0,
"solid": false,
"mayPlaceOn": [
"minecraft:farmland",
"farmer_delight_nullgr:rich_farmland"
],
"aabb": {
"collision": {
"max": [
0,
0,
0
],
"min": [
0,
0,
0
]
},
"clip": {
"max": [
1,
0.87,
1
],
"min": [
0,
0,
0
]
}
},
"render": {
"netease_model": "dumpling_delight_nullgr:garlic_crop_stage3",
"sound": "sweet_berry_bush",
"textures": "ube_delight_nullgr:"
},
"componentKeys": [
"minecraft:block_light_emission",
"netease:solid",
"netease:neighborchanged_sendto_script",
"minecraft:block_light_absorption",
"minecraft:loot",
"netease:may_place_on",
"netease:random_tick",
"netease:render_layer",
"netease:aabb"
]
}