Merge pull request #20 from J-onasJones/loot-table-fix

Loot table fix
This commit is contained in:
Jonas_Jones 2023-05-15 18:40:46 +02:00 committed by GitHub
commit 61a3e49a2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,14 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "nec:fletching_stairs"
}
]
}
]
}