返回首页
沙生灌木
方块farmer_delight_nullgr

沙生灌木

farmer_delight_nullgr:sandy_shrub

custom,掉落表 loot_tables/sandy_shrub.json

方块信息

分类
farmer_delight_nullgr_item
来源模组
farmer-delight-null-gr
组件数
13
关联数量
2

组件摘要

{
  "category": "farmer_delight_nullgr_item",
  "baseBlock": "",
  "lootTable": "loot_tables/sandy_shrub.json",
  "transformResult": "",
  "destroyTime": 0,
  "lightEmission": 0,
  "solid": false,
  "mayPlaceOn": [],
  "aabb": {
    "collision": {
      "max": [
        0,
        0,
        0
      ],
      "min": [
        0,
        0,
        0
      ]
    },
    "clip": {
      "max": [
        0.8,
        0.4,
        0.8
      ],
      "min": [
        0.2,
        0,
        0.2
      ]
    }
  },
  "render": {
    "isotropic": {},
    "netease_model": "farmer_delight_nullgr:sandy_shrub",
    "sound": "grass",
    "textures": "farmer_delight_nullgr:sandy_shrub"
  },
  "componentKeys": [
    "minecraft:block_light_emission",
    "netease:solid",
    "netease:redstone_property",
    "minecraft:destroy_time",
    "netease:neighborchanged_sendto_script",
    "minecraft:block_light_absorption",
    "netease:water_destory",
    "minecraft:loot",
    "netease:pathable",
    "netease:snow_recover_able",
    "netease:random_tick",
    "netease:render_layer",
    "netease:aabb"
  ]
}