
方块farmer_delight_nullgr
野生水稻
farmer_delight_nullgr:wild_rice_top
custom,掉落表 loot_tables/wild_rice_top.json
概述
custom,掉落表 loot_tables/wild_rice_top.json
- 资料类型
- 方块
- 命名空间
- farmer_delight_nullgr
- 所属模组
- farmer-delight-null-gr
- 关联资料
- 1 条
方块farmer_delight_nullgr_item有掉落
用途与获取
- 该方块可作为配方、掉落、地物或实体资料的关联对象。
- 已关联 1 个掉落表,可从掉落区追踪来源。
关联知识
数据来源
- 来源文件
- farmer-delight-nullgr/FarmerDelight_NullGr_BP/netease_blocks/farmer_delight_nullgr_wild_rice_top.json
- 条目 ID
- farmer_delight_nullgr:wild_rice_top
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
方块信息
- 分类
- farmer_delight_nullgr_item
- 来源模组
- farmer-delight-null-gr
- 组件数
- 13
- 关联数量
- 1
技术区:组件 JSON
{
"category": "farmer_delight_nullgr_item",
"baseBlock": "",
"lootTable": "loot_tables/wild_rice_top.json",
"transformResult": "",
"destroyTime": 0,
"lightEmission": 0,
"solid": false,
"mayPlaceOn": [
"farmer_delight_nullgr:wild_rice_bottom"
],
"aabb": {
"collision": {
"max": [
0,
0,
0
],
"min": [
0,
0,
0
]
},
"clip": {
"max": [
0.8,
1,
0.8
],
"min": [
0.2,
0,
0.2
]
}
},
"render": {
"blockshape": "cross_texture",
"isotropic": {},
"sound": "grass",
"textures": "farmer_delight_nullgr:wild_rice_top"
},
"componentKeys": [
"minecraft:block_light_emission",
"netease:solid",
"netease:redstone_property",
"minecraft:destroy_time",
"netease:neighborchanged_sendto_script",
"minecraft:block_light_absorption",
"netease:water_destory",
"netease:may_place_on",
"minecraft:loot",
"netease:pathable",
"netease:connection",
"netease:render_layer",
"netease:aabb"
]
}