
方块letsdobakey_nullgr
草莓苗
letsdobakey_nullgr:strawberries_stage4
custom_crop_block,可生长为 letsdobakey_nullgr:strawberries_stage5
概述
custom_crop_block,可生长为 letsdobakey_nullgr:strawberries_stage5
- 资料类型
- 方块
- 命名空间
- letsdobakey_nullgr
- 所属模组
- lets-do-bakey
- 关联资料
- 1 条
方块none自定义作物方块作物有掉落
用途与获取
- 该方块可作为配方、掉落、地物或实体资料的关联对象。
- 已关联 1 个掉落表,可从掉落区追踪来源。
关联知识
数据来源
- 来源文件
- LetsDoBakey_BP/netease_blocks/letsdobakey_nullgr_strawberries_stage4.json
- 条目 ID
- letsdobakey_nullgr:strawberries_stage4
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
方块信息
- 分类
- none
- 来源模组
- lets-do-bakey
- 组件数
- 10
- 关联数量
- 1
技术区:组件 JSON
{
"category": "none",
"baseBlock": "custom_crop_block",
"lootTable": "loot_tables/strawberries_stage2.json",
"transformResult": "letsdobakey_nullgr:strawberries_stage5",
"destroyTime": 0,
"lightEmission": 0,
"solid": false,
"mayPlaceOn": [],
"aabb": {
"collision": {
"max": [
0,
0,
0
],
"min": [
0,
0,
0
]
},
"clip": {
"max": [
0.85,
0.8,
0.85
],
"min": [
0.15,
0,
0.15
]
}
},
"render": {
"blockshape": "cross_texture",
"isotropic": {},
"sound": "grass",
"textures": "letsdobakey_nullgr:strawberries_stage4"
},
"componentKeys": [
"minecraft:block_light_emission",
"netease:transform",
"netease:solid",
"netease:neighborchanged_sendto_script",
"minecraft:block_light_absorption",
"netease:face_directional",
"minecraft:loot",
"netease:aabb",
"netease:render_layer",
"minecraft:destroy_time"
]
}