Skip to content

Instantly share code, notes, and snippets.

@codetaylor
Created March 17, 2018 22:38
Show Gist options
  • Save codetaylor/be73ad0bdcb278dd8e152e1d4512d072 to your computer and use it in GitHub Desktop.
Save codetaylor/be73ad0bdcb278dd8e152e1d4512d072 to your computer and use it in GitHub Desktop.
{
"rules": [
{
"debug": true,
"match": {
"blocks": {
"blocks": [
"minecraft:coal_ore"
]
}
},
"drops": [
{
"item": {
"items": [
"minecraft:bone:0"
],
"xp": {
"fixed": 0
},
"xpReplaceStrategy": "REPLACE"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment