Disabled broken enchants

This commit is contained in:
patience 2025-10-19 17:03:50 +01:00
parent 6e5399b77c
commit 537c147434
No known key found for this signature in database

View file

@ -6,7 +6,8 @@
"minecraft:feather_falling", "minecraft:feather_falling",
"minecraft:flame", "minecraft:flame",
"minecraft:fortune", "minecraft:fortune",
"minecraft:frost_walker", "enchancement:bouncy",
"enchancement:warp",
"minecraft:impaling", "minecraft:impaling",
"minecraft:infinity", "minecraft:infinity",
"minecraft:knockback", "minecraft:knockback",
@ -51,12 +52,12 @@
"negateEnderPearlDamage": true, "negateEnderPearlDamage": true,
"projectilesBypassCooldown": true, "projectilesBypassCooldown": true,
"projectilesNegateVelocity": true, "projectilesNegateVelocity": true,
"randomMobEnchantments": true, "randomMobEnchantments": false,
"rebalanceArmor": true, "rebalanceArmor": false,
"safeChanneling": true, "safeChanneling": true,
"tridentsReturnFromVoid": true, "tridentsReturnFromVoid": true,
"weakerFireAspect": true, "weakerFireAspect": true,
"weakerGoldenApple": true, "weakerGoldenApple": false,
"weakerPotions": true, "weakerPotions": true,
"weaponEnchantmentCooldownRequirement": 0.7, "weaponEnchantmentCooldownRequirement": 0.7,
"maxExtractingBlocks": 64, "maxExtractingBlocks": 64,
@ -68,4 +69,4 @@
"coloredEnchantmentNames": true, "coloredEnchantmentNames": true,
"allowDuplicateKeybindings": "VANILLA_AND_ENCHANCEMENT", "allowDuplicateKeybindings": "VANILLA_AND_ENCHANCEMENT",
"singlePressStrafe": false "singlePressStrafe": false
} }