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