Skip to content

Example Block JSON

jjlrjjlr edited this page Jun 7, 2020 · 1 revision
{
    "type": "simple_block",
    "id": "example_block",
    "material": "stone",
    "resistance": 3,
    "hardness": 1.5,
    "display": {
        "model": "minecraft:block/cube_all",
        "textures": {
            "all": "minecraft:block/stone"
        }
    },
    "block_item": {
        "is_fireproof": true,
        "rarity": "uncommon"
    }
}
Clone this wiki locally