Annnd they're back

This commit is contained in:
Nicholas Ignoffo 2017-01-02 00:19:44 -08:00
parent c34ee90b4e
commit 4ec321aaac
796 changed files with 15806 additions and 0 deletions

View file

@ -0,0 +1,25 @@
{
"pools": [
{
"name": "Testing",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:stone",
"weight": 3,
"functions": [
{
"function": "set_data",
"data": 0
},
{
"function": "set_count",
"count": 1
}
]
}
]
}
]
}