cawezs_expanded_world/elements/AmberEnchant.mod.json
2024-04-28 11:00:35 -04:00

29 lines
579 B
JSON
Executable File

{
"_fv": 47,
"_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
}
}