Added a test loot table for later testing. Also fixed a small issue in the Routing Node documentation.
This commit is contained in:
parent
59135f5142
commit
99a4ac4fb3
2 changed files with 21 additions and 1 deletions
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:stone",
|
||||
"weight": 3,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_data",
|
||||
"data": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue