Disabled broken enchants
This commit is contained in:
parent
6e5399b77c
commit
537c147434
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue