From 6877166369c7606f26314c20e495b070b938e762 Mon Sep 17 00:00:00 2001 From: granny Date: Sun, 6 Oct 2024 16:08:25 -0700 Subject: [PATCH] these options should be off by default --- mkdocs/purpur/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs/purpur/configuration.md b/mkdocs/purpur/configuration.md index 0921eb4..260cbf4 100644 --- a/mkdocs/purpur/configuration.md +++ b/mkdocs/purpur/configuration.md @@ -525,13 +525,13 @@ spider_eye: # The food to edit #### anvil * ##### allow-inapplicable-enchants - - **default**: true + - **default**: false - **description**: Allows applying enchantments on tools or armour that are normally not applicable. For example, sharpness on a pickaxe. * ##### allow-incompatible-enchants - - **default**: true + - **default**: false - **description**: Allows applying enchantments together that are normally incompatible. For example, protection and fire protection or fortune and silk touch. * ##### allow-higher-enchants-levels - - **default**: true + - **default**: false - **description**: Allows the ability to increase enchantments passed their maximum level. For example, efficiency V + efficiency V = efficiency VI. * ##### replace-incompatible-enchants - **default**: false