返回上一级
可可豆盆栽
方块overweiht_farm_nullgr

可可豆盆栽

overweiht_farm_nullgr:pot_coco

custom,掉落表 loot_tables/cocoa_pot.json

概述

custom,掉落表 loot_tables/cocoa_pot.json

资料类型
方块
命名空间
overweiht_farm_nullgr
所属模组
over-weight-farm
关联资料
1 条
方块farmer_delight_free_dlc有掉落

用途与获取

  • 该方块可作为配方、掉落、地物或实体资料的关联对象。
  • 已关联 1 个掉落表,可从掉落区追踪来源。

关联知识

数据来源

来源文件
OverWeightFarm_BP/netease_blocks/sqeio_pot_coco.json
条目 ID
overweiht_farm_nullgr:pot_coco
解析依据
本地 AddOn JSON 与 .mcmod 补充资料
复核建议
关联信息已建立,可继续补充攻略

方块信息

分类
farmer_delight_free_dlc
来源模组
over-weight-farm
组件数
9
关联数量
1
技术区:组件 JSON
{
  "category": "farmer_delight_free_dlc",
  "baseBlock": "",
  "lootTable": "loot_tables/cocoa_pot.json",
  "transformResult": "",
  "destroyTime": 0.2,
  "lightEmission": 0,
  "solid": false,
  "mayPlaceOn": [],
  "aabb": {
    "collision": {
      "max": [
        0.6,
        0.38,
        0.69
      ],
      "min": [
        0.31,
        0,
        0.31
      ]
    },
    "clip": {
      "max": [
        0.69,
        0.38,
        0.69
      ],
      "min": [
        0.31,
        0,
        0.31
      ]
    }
  },
  "render": {
    "netease_model": "overweiht_farm_nullgr:pot_coco",
    "sound": "snow",
    "textures": {
      "down": "overweiht_farm_nullgr:overweight_beetroot_block_bottom",
      "side": "overweiht_farm_nullgr:overweight_beetroot_block_side",
      "up": "overweiht_farm_nullgr:overweight_beetroot_block_top"
    },
    "isotropic": {}
  },
  "componentKeys": [
    "minecraft:block_light_emission",
    "netease:solid",
    "netease:neighborchanged_sendto_script",
    "minecraft:block_light_absorption",
    "netease:face_directional",
    "minecraft:loot",
    "netease:aabb",
    "netease:render_layer",
    "minecraft:destroy_time"
  ]
}