mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
fix: source code
This commit is contained in:
22
elements/PassiveIncomeEnchantment.mod.json
Normal file
22
elements/PassiveIncomeEnchantment.mod.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "enchantment",
|
||||
"definition": {
|
||||
"name": "Passive Income",
|
||||
"supportedSlots": "armor",
|
||||
"weight": 1,
|
||||
"anvilCost": 8,
|
||||
"maxLevel": 5,
|
||||
"damageModifier": 0,
|
||||
"incompatibleEnchantments": [],
|
||||
"supportedItems": [
|
||||
{
|
||||
"value": "TAG:enchantable/equippable"
|
||||
}
|
||||
],
|
||||
"isTreasureEnchantment": true,
|
||||
"isCurse": false,
|
||||
"canGenerateInLootTables": true,
|
||||
"canVillagerTrade": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user