[c] enchancement config
This commit is contained in:
parent
19853525c1
commit
41371e0ca0
3 changed files with 81 additions and 1 deletions
76
config/enchancement.json
Normal file
76
config/enchancement.json
Normal file
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"disallowedEnchantments": [
|
||||
"minecraft:aqua_affinity",
|
||||
"minecraft:bane_of_arthropods",
|
||||
"minecraft:binding_curse",
|
||||
"minecraft:blast_protection",
|
||||
"minecraft:depth_strider",
|
||||
"minecraft:feather_falling",
|
||||
"minecraft:fire_protection",
|
||||
"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:projectile_protection",
|
||||
"minecraft:protection",
|
||||
"minecraft:punch",
|
||||
"minecraft:quick_charge",
|
||||
"minecraft:respiration",
|
||||
"minecraft:sharpness",
|
||||
"minecraft:smite",
|
||||
"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": true,
|
||||
"enchantmentLimit": 2,
|
||||
"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
|
||||
}
|
|
@ -1,5 +1,9 @@
|
|||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "config/enchancement.json"
|
||||
hash = "c892500fa25d3be4a5512e359c98dd073478b405392f3bb543417e044006524d"
|
||||
|
||||
[[files]]
|
||||
file = "config/entity_texture_features.json"
|
||||
hash = "77ca3059e73ab40c271013ec3719328cb1c71139387a1986dcc452ebee0a5400"
|
||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "b329a6b467ec7cf15c1edcf1d62b6744cb3cd5638de3bd0ef45e06c491224bc1"
|
||||
hash = "597a5d00af067a16eedb5ee660592d75a5aacac0280f206c215e0eea90923b42"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.20.1"
|
||||
|
|
Loading…
Reference in a new issue