返回首页
马铃薯
方块farmer_delight_nullgr

马铃薯

farmer_delight_nullgr:potatoes_stage_0

custom_crop_block,掉落表 loot_tables/loots_potatoes_stage_0.json

方块信息

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

组件摘要

{
  "category": "commands",
  "baseBlock": "custom_crop_block",
  "lootTable": "loot_tables/loots_potatoes_stage_0.json",
  "transformResult": "",
  "destroyTime": 0,
  "lightEmission": 0,
  "solid": false,
  "mayPlaceOn": [],
  "aabb": {
    "collision": {
      "max": [
        0,
        0,
        0
      ],
      "min": [
        0,
        0,
        0
      ]
    },
    "clip": {
      "max": [
        0.65,
        0.25,
        0.65
      ],
      "min": [
        0.35,
        0,
        0.35
      ]
    }
  },
  "render": {
    "blockshape": "cross_texture",
    "isotropic": {},
    "sound": "grass",
    "textures": "farmer_delight_nullgr:potatoes_stage_0"
  },
  "componentKeys": [
    "minecraft:block_light_emission",
    "netease:solid",
    "netease:connection",
    "netease:redstone_property",
    "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"
  ]
}