Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gottsch authored Oct 3, 2018
1 parent 90f317c commit ffd515c
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions unlucky_chest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"pools": [
{
"name": "epic_items",
"rolls": 5,
"entries": [
{
"entryName": "torch",
"type": "item",
"name": "minecraft:torch",
"weight": 10
},
{
"entryName": "rotten_flesh",
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 30
},
{
"entryName": "bone",
"type": "item",
"name": "minecraft:bone",
"weight": 30
},
{
"entryName": "stick",
"type": "item",
"name": "minecraft:stick",
"weight": 30
},
{
"entryName": "dirt",
"type": "item",
"name": "minecraft:dirt",
"weight": 30,
"functions": [
{
"function": "set_data",
"data": 0
}
]
}
]
}
]
}

0 comments on commit ffd515c

Please sign in to comment.