Skip to content

Instantly share code, notes, and snippets.

@Victorious3
Last active October 20, 2015 16:19
Show Gist options
  • Save Victorious3/8dc3024a99d6519ce7d3 to your computer and use it in GitHub Desktop.
Save Victorious3/8dc3024a99d6519ce7d3 to your computer and use it in GitHub Desktop.
{
"rolls": {
"min": 2,
"max": 6
},
"items": {
"minecraft:diamond" : {
"weight": 5,
"count" : [2, 7]
},
"minecraft:saddle" : {
"weight": 3
},
"minecraft:iron_pickaxe" : {
"weight": 3,
"enchant_with_levels" : {
"treasure": true,
"levels" : [20, 39]
}
}
And so on...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment