biglifantasy/elements/Bless.mod.json
weold957 c0b7d604af new
2023-09-07 23:31:36 +08:00

25 lines
533 B
JSON

{
"_fv": 47,
"_type": "enchantment",
"definition": {
"name": "Bless",
"type": "BREAKABLE",
"rarity": "COMMON",
"minLevel": 1,
"maxLevel": 1,
"damageModifier": 1,
"compatibleEnchantments": [],
"excludeEnchantments": false,
"compatibleItems": [
{
"value": "Items.WATER_BUCKET"
}
],
"excludeItems": false,
"isTreasureEnchantment": true,
"isCurse": false,
"isAllowedOnBooks": true,
"canGenerateInLootTables": false,
"canVillagerTrade": false
}
}