行为包/example block (netease)

来自Minecraft基岩版开发Wiki
{
  "format_version": "1.10.0",
  "minecraft:block": {
    "description": {
      "identifier": "example:test_block_netease",
      "register_to_creative_menu": true,
      "category": "nature"
    },
    "components": {
      "minecraft:block_light_absorption": {
        "value": 0
      },
      "minecraft:block_light_emission": {
        "emission": 0.0
      },
      "minecraft:destroy_time": {
        "value": 0.0
      },
      "minecraft:explosion_resistance": {
        "value": 0.0
      },
      "minecraft:map_color": {
        "color": "#005500"
      },
      "netease:aabb": {
        "clip": {
          "max": [
            1.0,
            1.0,
            1.0
          ],
          "min": [
            0.0,
            0.0,
            0.0
          ]
        },
        "collision": {
          "max": [
            1.0,
            1.0,
            1.0
          ],
          "min": [
            0.0,
            0.0,
            0.0
          ]
        }
      },
      "netease:block_entity": {
        "movable": false,
        "tick": true
      },
      "netease:face_directional": {
        "type": "direction"
      },
      "netease:pathable": {
        "value": true
      },
      "netease:render_layer": {
        "value": "alpha"
      },
      "netease:solid": {
        "value": false
      },
      "netease:tier": {
        "destroy_special": false,
        "digger": "pickaxe",
        "level": 0
      }
    }
  }
}