Skip to content

Block 3.0 (Template)

Chris Sanders edited this page Jun 19, 2017 · 1 revision
# 3.0

{
    "aabb" : {
        "collision" : {
            "box" : [
                0.0,
                0.0,
                0.0,
                1.0,
                1.0,
                1.0
            ],
            "type" : "custom" // vanilla, custom, or none. box can be omitted if none or vanilla.
        },
        "wireframe" : {
            "box" : [
                0.0,
                0.0,
                0.0,
                1.0,
                1.0,
                1.0
            ],
            "type" : "custom" // vanilla or custom. box can be omitted if vanilla.
        }
    },
    "general" : {
        "hardness" : 0.5,
        "resistance" : 6000000,
        "show-in-creative-tab" : true,
        "light" : {
            "emission" : 15,
            "opacity" : 200
        },
        "tooltip" : [
            "This is a test tooltip"
        ]
    }
}