diff --git a/eco-core/core-plugin/src/main/resources/types.yml b/eco-core/core-plugin/src/main/resources/types.yml index 425ef476..845c1c77 100644 --- a/eco-core/core-plugin/src/main/resources/types.yml +++ b/eco-core/core-plugin/src/main/resources/types.yml @@ -15,8 +15,15 @@ types: high-level-bias: 0 no-grindstone: true # If enchants of this type should not be removable in the grindstone + - id: spell + format: "" + limit: 1 + high-level-bias: 0.5 + no-grindstone: false # If enchants of this type should not be removable in the grindstone + - id: special format: "" limit: 1 high-level-bias: 0.7 no-grindstone: false # If enchants of this type should not be removable in the grindstone +