Files
Aris-Random-Additions/elements/PassiveIncomeEnchantment.mod.json
2026-03-14 11:32:30 -07:00

22 lines
464 B
JSON

{
"_fv": 73,
"_type": "enchantment",
"definition": {
"name": "Passive Income",
"supportedSlots": "armor",
"weight": 1,
"anvilCost": 8,
"maxLevel": 5,
"damageModifier": 0,
"incompatibleEnchantments": [],
"supportedItems": [
{
"value": "TAG:minecraft:enchantable/armor"
}
],
"isTreasureEnchantment": false,
"isCurse": false,
"canGenerateInLootTables": true,
"canVillagerTrade": true
}
}