Added test

This commit is contained in:
DaanV2
2021-10-04 12:17:45 +02:00
parent afb309325c
commit a66db3805f

View File

@@ -0,0 +1,15 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:diamond_sword",
"weight": 1,
"functions": [{ "function": "specific_enchants", "enchants": [{ "id": "power", "level": 3 }] }]
}
]
}
]
}