cawezs_expanded_world/elements/AmberEnchant.mod.json
COW_ILLUMINATI ea3188c2f7 1.3.2
2024-06-01 07:40:53 -04:00

29 lines
579 B
JSON
Executable File

{
"_fv": 60,
"_type": "enchantment",
"definition": {
"name": "Amber",
"type": "BREAKABLE",
"rarity": "VERY_RARE",
"minLevel": 1,
"maxLevel": 1,
"damageModifier": 0,
"compatibleEnchantments": [
{
"value": "MENDING"
}
],
"excludeEnchantments": true,
"compatibleItems": [
{
"value": "Items.ELYTRA"
}
],
"excludeItems": false,
"isTreasureEnchantment": false,
"isCurse": false,
"isAllowedOnBooks": false,
"canGenerateInLootTables": false,
"canVillagerTrade": false
}
}