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

黑石炉灶

nether_delight_nullgr:blackstone_stove_on

custom,实体方块

方块信息

分类
farmer_delight_free_dlc
来源模组
nether-delight
组件数
12
关联数量
1

组件摘要

{
  "category": "farmer_delight_free_dlc",
  "baseBlock": "",
  "lootTable": "",
  "transformResult": "",
  "destroyTime": 2,
  "lightEmission": 1,
  "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_on",
      "south": "nether_delight_nullgr:blackstone_stove_side",
      "up": "nether_delight_nullgr:blackstone_stove_top_on",
      "west": "nether_delight_nullgr:blackstone_stove_side"
    }
  },
  "componentKeys": [
    "netease:on_stand_on",
    "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"
  ]
}