返回上一级
黑石炉灶
方块nether_delight_nullgr

黑石炉灶

nether_delight_nullgr:blackstone_stove

custom,实体方块

方块信息

分类
none
来源模组
nether-delight
组件数
11
关联数量
0

组件摘要

{
  "category": "none",
  "baseBlock": "",
  "lootTable": "",
  "transformResult": "",
  "destroyTime": 2,
  "lightEmission": 0,
  "solid": true,
  "mayPlaceOn": [],
  "aabb": {
    "collision": {
      "max": [
        1,
        1,
        1
      ],
      "min": [
        0,
        0,
        0
      ]
    },
    "clip": {
      "max": [
        1,
        1,
        1
      ],
      "min": [
        0,
        0,
        0
      ]
    }
  },
  "render": {
    "isotropic": {},
    "sound": "normal",
    "textures": {
      "down": "nether_delight_nullgr:blackstone_stove_bottom",
      "east": "nether_delight_nullgr:blackstone_stove_side",
      "north": "nether_delight_nullgr:blackstone_stove_front",
      "south": "nether_delight_nullgr:blackstone_stove_side",
      "up": "nether_delight_nullgr:blackstone_stove_top",
      "west": "nether_delight_nullgr:blackstone_stove_side"
    }
  },
  "componentKeys": [
    "minecraft:block_light_emission",
    "netease:solid",
    "minecraft:block_light_absorption",
    "netease:listen_block_remove",
    "netease:face_directional",
    "netease:block_entity",
    "netease:pathable",
    "netease:tier",
    "netease:aabb",
    "netease:render_layer",
    "minecraft:destroy_time"
  ]
}