Skip to content

Instantly share code, notes, and snippets.

@Fireztonez
Created March 23, 2018 21:47
Show Gist options
  • Save Fireztonez/fb85c7ceb662e42f88ec83ee3455737d to your computer and use it in GitHub Desktop.
Save Fireztonez/fb85c7ceb662e42f88ec83ee3455737d to your computer and use it in GitHub Desktop.
{
"rules": [
{
"debug": true,
"match": {
"blocks": {
"blocks": [
"minecraft:quartz_ore"
]
}
},
"drops": [
{
"item": {
"items": [
"minecraft:quartz"
],
"quantity": {
"fixed": 1,
"min": 0,
"max": 1,
"fortuneModifier": 1
},
"xp": {
"min": 2,
"max": 6
},
"xpReplaceStrategy": "REPLACE"
}
}
]
},
{
"debug": true,
"match": {
"blocks": {
"blocks": [
"ore:oreCoal",
"ore:oreAnthracite",
"ore:oreLignite",
"ore:oreBituminous"
]
}
},
"drops": [
{
"item": {
"xp": {
"min": 0,
"max": 3
},
"xpReplaceStrategy": "REPLACE"
}
}
]
},
{
"debug": true,
"match": {
"blocks": {
"blocks": [
"ore:oreCoal",
"ore:oreAnthracite",
"ore:oreLignite",
"ore:oreBituminous"
]
}
},
"drops": [
{
"item": {
"xp": {
"min": 0,
"max": 3
},
"xpReplaceStrategy": "REPLACE"
}
}
]
},
{
"debug": true,
"match": {
"blocks": {
"blocks": [
"ore:oreCoal",
"ore:oreAnthracite",
"ore:oreLignite",
"ore:oreBituminous"
]
}
},
"drops": [
{
"item": {
"xp": {
"min": 0,
"max": 3
},
"xpReplaceStrategy": "REPLACE"
}
}
]
},
{
"debug": true,
"match": {
"blocks": {
"blocks": [
"ore:oreLapis"
]
}
},
"drops": [
{
"item": {
"xp": {
"min": 2,
"max": 6
},
"xpReplaceStrategy": "REPLACE"
}
}
]
},
{
"debug": true,
"match": {
"blocks": {
"blocks": [
"ore:oreDiamond"
]
}
},
"drops": [
{
"item": {
"xp": {
"min": 4,
"max": 9
},
"xpReplaceStrategy": "REPLACE"
}
}
]
},
{
"debug": true,
"match": {
"blocks": {
"blocks": [
"ore:oreRedstone"
]
}
},
"drops": [
{
"item": {
"xp": {
"min": 1,
"max": 5
},
"xpReplaceStrategy": "REPLACE"
}
}
]
},
{
"debug": true,
"match": {
"blocks": {
"blocks": [
"ore:oreEmerald"
]
}
},
"drops": [
{
"item": {
"xp": {
"min": 6,
"max": 10
},
"xpReplaceStrategy": "REPLACE"
}
}
]
},
{
"debug": true,
"match": {
"blocks": {
"blocks": [
"ore:oreCoralium",
"ore:oreCoraliumStone"
]
}
},
"drops": [
{
"item": {
"xp": {
"min": 2,
"max": 5
},
"xpReplaceStrategy": "REPLACE"
}
}
]
},
{
"debug": true,
"match": {
"blocks": {
"blocks": [
"ore:oreDimensionalShard"
]
}
},
"drops": [
{
"item": {
"xp": {
"min": 2,
"max": 6
},
"xpReplaceStrategy": "REPLACE"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment