返回首页
野生茄子
方块cultural_delight_nullgr

野生茄子

cultural_delight_nullgr:wild_eggplants

custom_crop_block,掉落表 loot_tables/wild_eggplants.json

方块信息

分类
farmer_delight_free_dlc
来源模组
cultural-delight
组件数
14
关联数量
2

组件摘要

{
  "category": "farmer_delight_free_dlc",
  "baseBlock": "custom_crop_block",
  "lootTable": "loot_tables/wild_eggplants.json",
  "transformResult": "",
  "destroyTime": 0.2,
  "lightEmission": 0,
  "solid": false,
  "mayPlaceOn": [],
  "aabb": {
    "collision": {
      "max": [
        0,
        0,
        0
      ],
      "min": [
        0,
        0,
        0
      ]
    },
    "clip": {
      "max": [
        0.9,
        0.9,
        0.9
      ],
      "min": [
        0.1,
        0,
        0.1
      ]
    }
  },
  "render": {
    "blockshape": "cross_texture",
    "sound": "sweet_berry_bush",
    "textures": "cultural_delight_nullgr:wild_eggplants"
  },
  "componentKeys": [
    "minecraft:block_light_emission",
    "netease:solid",
    "netease:redstone_property",
    "netease:neighborchanged_sendto_script",
    "minecraft:block_light_absorption",
    "netease:water_destory",
    "minecraft:loot",
    "minecraft:map_color",
    "netease:random_tick",
    "netease:pathable",
    "netease:aabb",
    "netease:block_properties",
    "netease:render_layer",
    "minecraft:destroy_time"
  ]
}