-
Notifications
You must be signed in to change notification settings - Fork 0
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"
}
}