Skip to content

Instantly share code, notes, and snippets.

@tykora
Last active August 6, 2019 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tykora/ed51532d4692c31c84f9207aa7e9c4c9 to your computer and use it in GitHub Desktop.
Save tykora/ed51532d4692c31c84f9207aa7e9c4c9 to your computer and use it in GitHub Desktop.
{
"block_pools": [
{
"name": "Bedrock",
"type": {
"type": "block",
"name": "minecraft:bedrock"
},
"clicktype": "rightclick",
"properties": [
{
"type": "require_sneak",
"type": "require_empty_hand",
"effects": [
"type": "play_sound": {
"name": "minecraft:block.wood.place"
},
]
}
],
"drops": [
{
"name": "minecraft.stone"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment