Add enchancement configuration
This commit is contained in:
parent
8445b01a3d
commit
11d8f39b48
71
overrides/config/enchancement.json
Normal file
71
overrides/config/enchancement.json
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"disallowedEnchantments": [
|
||||
"minecraft:aqua_affinity",
|
||||
"minecraft:binding_curse",
|
||||
"minecraft:depth_strider",
|
||||
"minecraft:feather_falling",
|
||||
"minecraft:flame",
|
||||
"minecraft:fortune",
|
||||
"minecraft:frost_walker",
|
||||
"minecraft:impaling",
|
||||
"minecraft:infinity",
|
||||
"minecraft:knockback",
|
||||
"minecraft:looting",
|
||||
"minecraft:loyalty",
|
||||
"minecraft:lure",
|
||||
"minecraft:mending",
|
||||
"minecraft:multishot",
|
||||
"minecraft:piercing",
|
||||
"minecraft:power",
|
||||
"minecraft:protection",
|
||||
"minecraft:punch",
|
||||
"minecraft:quick_charge",
|
||||
"minecraft:respiration",
|
||||
"minecraft:sharpness",
|
||||
"minecraft:soul_speed",
|
||||
"minecraft:sweeping",
|
||||
"minecraft:swift_sneak",
|
||||
"minecraft:thorns",
|
||||
"minecraft:unbreaking",
|
||||
"minecraft:vanishing_curse",
|
||||
"spectrum:indestructible",
|
||||
"spectrum:autosmelt"
|
||||
],
|
||||
"invertedList": false,
|
||||
"overhaulEnchantingTable": true,
|
||||
"allowTreasureEnchantmentsInEnchantingTable": false,
|
||||
"singleLevelMode": false,
|
||||
"enchantmentLimit": 1,
|
||||
"accurateFishingBobbers": true,
|
||||
"allTridentsHaveLoyalty": true,
|
||||
"arrowsDropOnHit": true,
|
||||
"channelingIgnitesOnMelee": true,
|
||||
"channelingWorksWhenNotThundering": true,
|
||||
"crossbowsPullFromInventory": true,
|
||||
"drownedUseHeldTrident": true,
|
||||
"enchantedChestplatesIncreaseAirMobility": true,
|
||||
"fasterBows": true,
|
||||
"fireAspectWorksAsFlintAndSteel": true,
|
||||
"freeEnchantedBookMerging": true,
|
||||
"luckOfTheSeaHasLure": true,
|
||||
"negateEnderPearlDamage": true,
|
||||
"projectilesBypassCooldown": true,
|
||||
"projectilesNegateVelocity": true,
|
||||
"randomMobEnchantments": true,
|
||||
"rebalanceArmor": true,
|
||||
"safeChanneling": true,
|
||||
"tridentsReturnFromVoid": true,
|
||||
"weakerFireAspect": true,
|
||||
"weakerGoldenApple": true,
|
||||
"weakerPotions": true,
|
||||
"weaponEnchantmentCooldownRequirement": 0.7,
|
||||
"maxExtractingBlocks": 64,
|
||||
"maxLumberjackBlocks": 1024,
|
||||
"maxLumberjackHorizontalLength": 7,
|
||||
"coyoteBiteTicks": 3,
|
||||
"unbreakingChangesFlag": -1,
|
||||
"enchantmentDescriptions": true,
|
||||
"coloredEnchantmentNames": true,
|
||||
"allowDuplicateKeybindings": "VANILLA_AND_ENCHANCEMENT",
|
||||
"singlePressStrafe": false
|
||||
}
|
||||
Loading…
Reference in a new issue