Create mod buffs - smoother lava animation - uncapped some apoth enchants
This commit is contained in:
		| @ -13,7 +13,7 @@ | ||||
|  | ||||
|     # The max level of this enchantment available from loot sources. | ||||
|     # Default: 4; Range: [1 ~ 127] | ||||
|     I:"Max Loot Level"=4 | ||||
|     I:"Max Loot Level"=127 | ||||
|  | ||||
|     # A function to determine the max enchanting power.  The variable "x" is level.  See: https://github.com/uklimaschewski/EvalEx#usage-examples | ||||
|     # Default:  | ||||
| @ -516,7 +516,7 @@ | ||||
| "minecraft:sharpness" { | ||||
|     # The max level of this enchantment - originally 5. | ||||
|     # Default: 9; Range: [1 ~ 127] | ||||
|     I:"Max Level"=9 | ||||
|     I:"Max Level"=127 | ||||
|  | ||||
|     # The max level of this enchantment available from loot sources. | ||||
|     # Default: 5; Range: [1 ~ 127] | ||||
| @ -708,14 +708,14 @@ | ||||
| } | ||||
|  | ||||
|  | ||||
| "minecraft:looting" { | ||||
| "minecraft:" { | ||||
|     # The max level of this enchantment - originally 3. | ||||
|     # Default: 8; Range: [1 ~ 127] | ||||
|     I:"Max Level"=8 | ||||
|     I:"Max Level"=127 | ||||
|  | ||||
|     # The max level of this enchantment available from loot sources. | ||||
|     # Default: 3; Range: [1 ~ 127] | ||||
|     I:"Max Loot Level"=3 | ||||
|     I:"Max Loot Level"=5 | ||||
|  | ||||
|     # A function to determine the max enchanting power.  The variable "x" is level.  See: https://github.com/uklimaschewski/EvalEx#usage-examples | ||||
|     # Default:  | ||||
| @ -906,11 +906,11 @@ | ||||
| "minecraft:fortune" { | ||||
|     # The max level of this enchantment - originally 3. | ||||
|     # Default: 8; Range: [1 ~ 127] | ||||
|     I:"Max Level"=8 | ||||
|     I:"Max Level"=127 | ||||
|  | ||||
|     # The max level of this enchantment available from loot sources. | ||||
|     # Default: 3; Range: [1 ~ 127] | ||||
|     I:"Max Loot Level"=3 | ||||
|     I:"Max Loot Level"=5 | ||||
|  | ||||
|     # A function to determine the max enchanting power.  The variable "x" is level.  See: https://github.com/uklimaschewski/EvalEx#usage-examples | ||||
|     # Default:  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user