Skip to content

Instantly share code, notes, and snippets.

@Dockter
Created March 28, 2020 16:45
Show Gist options
  • Save Dockter/7b2dd0f45457c7de4961e45e986595cf to your computer and use it in GitHub Desktop.
Save Dockter/7b2dd0f45457c7de4961e45e986595cf to your computer and use it in GitHub Desktop.
{
"material": "minecraft:rock",
"map_color": "minecraft:stone",
"solid": true,
"blocks_light": true,
"blocks_movement": true,
"render_layer": "solid",
"item_group": "almura:building",
"effective_tools": [
"minecraft:stone_pickaxe",
"minecraft:iron_pickaxe",
"minecraft:golden_pickaxe",
"minecraft:diamond_pickaxe"
],
"state": {
"facing=east": {
"parent": "facing=north"
},
"facing=south": {
"parent": "facing=north"
},
"facing=north": {
"hardness": 2.0,
"resistance": 10.0,
"light": {
"emission": 15.0,
"opacity": 0
},
"opaque": false,
"block_face_shape": "solid",
"action": {
"destroy": [
{
"drop": [
{
"item": "almura:horizontal/building/bricks_block_b_sbrick1",
"amount": 1
}
]
}
]
}
},
"facing=west": {
"parent": "facing=north"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment