This commit is contained in:
nimsolated
2026-03-22 20:38:37 -07:00
parent ae0bd0f411
commit be17e85eef
22 changed files with 601 additions and 164 deletions

View File

@@ -0,0 +1,26 @@
{
"_fv": 73,
"_type": "enchantment",
"definition": {
"name": "Life Mending",
"supportedSlots": "any",
"weight": 1,
"anvilCost": 1,
"maxLevel": 1,
"damageModifier": 0,
"incompatibleEnchantments": [
{
"value": "MENDING"
}
],
"supportedItems": [
{
"value": "TAG:minecraft:enchantable/equippable"
}
],
"isTreasureEnchantment": false,
"isCurse": false,
"canGenerateInLootTables": true,
"canVillagerTrade": true
}
}