More testing (successful!) with loot tables!
This commit is contained in:
parent
99a4ac4fb3
commit
0a2074c110
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue