This commit is contained in:
nimsolated
2026-03-23 22:09:44 -07:00
parent 519ac6e06f
commit 0daca60588
11 changed files with 208 additions and 15 deletions

View File

@@ -0,0 +1,26 @@
{
"_fv": 73,
"_type": "enchantment",
"definition": {
"name": "Sweet Blade",
"supportedSlots": "mainhand",
"weight": 2,
"anvilCost": 1,
"maxLevel": 3,
"damageModifier": 0,
"incompatibleEnchantments": [
{
"value": "FIRE_ASPECT"
}
],
"supportedItems": [
{
"value": "TAG:minecraft:swords"
}
],
"isTreasureEnchantment": false,
"isCurse": false,
"canGenerateInLootTables": true,
"canVillagerTrade": true
}
}