Added test
This commit is contained in:
15
test/files/correct/data_bp/loot_tables/enchan_test.json
Normal file
15
test/files/correct/data_bp/loot_tables/enchan_test.json
Normal 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 }] }]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user