update: 1.8.0

This commit is contained in:
nimsolated
2026-03-22 13:52:36 -07:00
parent f39f255e26
commit 43e451f984
51 changed files with 1547 additions and 8 deletions

View File

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