Add voor-kia modpack with default configuration

This commit is contained in:
Tristan Daniël Maat 2021-04-25 05:13:57 +01:00
parent ad110fbbea
commit 7ad729f2ca
Signed by: tlater
GPG key ID: 49670FD774E43268
129 changed files with 14212 additions and 35 deletions

View file

@ -0,0 +1,23 @@
# Configuration file
general {
# If the deadly module is loaded. [default: true]
B:"Enable Deadly Module"=true
# If the enchantment module is enabled. [default: true]
B:"Enable Enchantment Module"=true
# If the garden module is loaded. [default: true]
B:"Enable Garden Module"=true
# If the potion module is loaded. [default: true]
B:"Enable Potion Module"=true
# If the spawner module is enabled. [default: true]
B:"Enable Spawner Module"=true
# If the village module is loaded. [default: true]
B:"Enable Village Module"=true
}

View file

@ -0,0 +1,379 @@
# Configuration file
affixes {
# The 1/n chance that a naturally spawned mob will be granted an affix item. [range: 1 ~ 500000, default: 250]
I:"Random Affix Chance"=250
}
bosses {
# A list of potions (registry names) that bosses cannot generate with. [default: [forbidden_arcanus:spectral_vision]]
S:"Blacklisted Potions" <
forbidden_arcanus:spectral_vision
>
# The block that spawns in a 5x5 underneath world-generated bosses. [default: minecraft:red_sandstone]
S:"Boss Filler Block"=minecraft:red_sandstone
# The rarity offset for boss item generation. 400 guarantees uncommon, 700 guarantees rare, 800 guarantees epic, 950 guarantees mythic. [range: 0 ~ 999, default: 475]
I:"Boss Rarity Offset"=475
# The possible mob types for bosses. Format is weight@entity, entity is a registry name. [default: [3@minecraft:zombie], [3@minecraft:skeleton], [2@minecraft:husk], [2@minecraft:stray], [1@minecraft:wither_skeleton], [1@minecraft:pillager]]
S:"Boss Spawner Mobs" <
3@minecraft:zombie
3@minecraft:skeleton
2@minecraft:husk
2@minecraft:stray
1@minecraft:wither_skeleton
1@minecraft:pillager
>
# The percent chance a boss has fire resistance. [range: 0.0 ~ 3.4028235E38, default: 1.0]
S:"Fire Resistance"=1.0
# The max amount of extra damage bosses do, in half hearts. [range: 0.0 ~ 2.14748365E9, default: 4.5]
S:"Max Damage Bonus"=4.5
# The max amount boss health is multiplied by. Base hp * factor = final hp. [range: 0.0 ~ 2.14748365E9, default: 8.0]
S:"Max Health Multiplier"=8.0
# The max amount of knockback resist bosses have. [range: 0.0 ~ 2.14748365E9, default: 1.0]
S:"Max Knockback Resist"=1.0
# The max regeneration level of bosses. [range: 0 ~ 2147483647, default: 2]
I:"Max Regen Level"=2
# The max resistance level of bosses. [range: 0 ~ 2147483647, default: 3]
I:"Max Resistance Level"=3
# The max amount boss speed is multiplied by. Base speed * factor = final speed. [range: 0.0 ~ 2.14748365E9, default: 1.4]
S:"Max Speed Multiplier"=1.4
# The min amount of extra damage bosses do, in half hearts. [range: 0.0 ~ 2.14748365E9, default: 2.0]
S:"Min Damage Bonus"=2.0
# The min amount boss health is multiplied by. Base hp * factor = final hp. [range: 0.0 ~ 2.14748365E9, default: 4.0]
S:"Min Health Multiplier"=4.0
# The min amount of knockback resist bosses have. [range: 0.0 ~ 2.14748365E9, default: 0.65]
S:"Min Knockback Resist"=0.65
# The min regeneration level of bosses. [range: 0 ~ 2147483647, default: 0]
I:"Min Regen Level"=0
# The min resistance level of bosses. [range: 0 ~ 2147483647, default: 0]
I:"Min Resistance Level"=0
# The min amount boss speed is multiplied by. Base speed * factor = final speed. [range: 0.0 ~ 2.14748365E9, default: 1.1]
S:"Min Speed Multiplier"=1.1
# The chance a gear piece will be randomly enchanted. [range: 0.0 ~ 2.14748365E9, default: 0.45]
S:"Random Enchantment Chance"=0.45
# The chance a boss will have extra random potion effects. [range: 0.0 ~ 2.14748365E9, default: 0.65]
S:"Random Potion Chance"=0.65
# The 1/n chance that a naturally spawned mob that can see the sky is transformed into a boss. [range: 1 ~ 500000, default: 600]
I:"Surface Boss Chance"=600
# If a lightning bolt strikes when a surface boss spawn occurs. [default: true]
B:"Surface Boss Lightning"=true
# The percent chance a boss has water breathing. [range: 0.0 ~ 3.4028235E38, default: 1.0]
S:"Water Breathing"=1.0
}
"brutal spawners" {
# The potion effects applied to all brutal mobs. Format is potion@level, potion is a registry name. [default: [minecraft:resistance@2], [minecraft:fire_resistance@1], [minecraft:regeneration@1], [minecraft:speed@2], [minecraft:water_breathing@1], [minecraft:strength@1]]
S:"Brutal Potion Effects" <
minecraft:resistance@2
minecraft:fire_resistance@1
minecraft:regeneration@1
minecraft:speed@2
minecraft:water_breathing@1
minecraft:strength@1
>
# The possible spawn entries for brutal spawners. Format is weight@entity, entity is a registry name. apotheosis:random is a special name, used to generate a spawner that spawns any mob. [default: [3@minecraft:zombie], [3@minecraft:skeleton], [2@minecraft:husk], [2@minecraft:stray], [1@minecraft:spider]]
S:"Brutal Spawner Mobs" <
3@minecraft:zombie
3@minecraft:skeleton
2@minecraft:husk
2@minecraft:stray
1@minecraft:spider
>
}
frequencies {
# The chance (per chunk) for a boss to try spawning. [range: 0.0 ~ 1.0, default: 0.07]
S:"Boss Chance"=0.07
# The chance (per chunk) for a brutal spawner to try spawning. [range: 0.0 ~ 1.0, default: 0.18]
S:"Brutal Spawner Chance"=0.18
# The chance (per chunk) for a swarm spawner to try spawning. [range: 0.0 ~ 1.0, default: 0.2]
S:"Swarm Spawner Chance"=0.2
}
general {
# The biomes that the deadly module will not generate in. [default: [minecraft:warm_ocean], [minecraft:lukewarm_ocean], [minecraft:cold_ocean], [minecraft:frozen_ocean], [minecraft:deep_warm_ocean], [minecraft:deep_frozen_ocean], [minecraft:deep_lukewarm_ocean], [minecraft:deep_cold_ocean], [minecraft:ocean], [minecraft:deep_ocean]]
S:"Generation Biome Blacklist" <
minecraft:warm_ocean
minecraft:lukewarm_ocean
minecraft:cold_ocean
minecraft:frozen_ocean
minecraft:deep_warm_ocean
minecraft:deep_frozen_ocean
minecraft:deep_lukewarm_ocean
minecraft:deep_cold_ocean
minecraft:ocean
minecraft:deep_ocean
>
# The dimensions that the deadly module will generate in. [default: [overworld]]
S:"Generation Dimension Whitelist" <
overworld
>
}
"random spawners" {
# [range: 0 ~ 50, default: 1]
I:"alexsmobs:bone_serpent"=1
# [range: 0 ~ 50, default: 1]
I:"alexsmobs:bone_serpent_part"=1
# [range: 0 ~ 50, default: 1]
I:"alexsmobs:guster"=1
# [range: 0 ~ 50, default: 1]
I:"alexsmobs:mimicube"=1
# [range: 0 ~ 50, default: 1]
I:"alexsmobs:soul_vulture"=1
# [range: 0 ~ 50, default: 1]
I:"alexsmobs:straddler"=1
# [range: 0 ~ 50, default: 1]
I:"alexsmobs:warped_mosco"=1
# [range: 0 ~ 50, default: 1]
I:"artifacts:mimic"=1
# [range: 0 ~ 50, default: 8]
I:"minecraft:blaze"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:cave_spider"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:creeper"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:drowned"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:elder_guardian"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:ender_dragon"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:enderman"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:endermite"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:evoker"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:ghast"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:giant"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:guardian"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:hoglin"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:husk"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:illusioner"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:magma_cube"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:phantom"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:piglin"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:piglin_brute"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:pillager"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:ravager"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:shulker"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:silverfish"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:skeleton"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:slime"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:spider"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:stray"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:vex"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:vindicator"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:witch"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:wither"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:wither_skeleton"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:zoglin"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:zombie"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:zombie_villager"=8
# [range: 0 ~ 50, default: 8]
I:"minecraft:zombified_piglin"=8
# [range: 0 ~ 50, default: 1]
I:"quark:forgotten"=1
# [range: 0 ~ 50, default: 1]
I:"quark:wraith"=1
# [range: 0 ~ 50, default: 1]
I:"quark:wrapped"=1
# [range: 0 ~ 50, default: 1]
I:"undergarden:brute"=1
# [range: 0 ~ 50, default: 1]
I:"undergarden:forgotten_guardian"=1
# [range: 0 ~ 50, default: 1]
I:"undergarden:masticator"=1
# [range: 0 ~ 50, default: 1]
I:"undergarden:muncher"=1
# [range: 0 ~ 50, default: 1]
I:"undergarden:nargoyle"=1
# [range: 0 ~ 50, default: 1]
I:"undergarden:rotbeast"=1
# [range: 0 ~ 50, default: 1]
I:"undergarden:rotdweller"=1
# [range: 0 ~ 50, default: 1]
I:"undergarden:rotling"=1
# [range: 0 ~ 50, default: 1]
I:"undergarden:rotwalker"=1
# [range: 0 ~ 50, default: 1]
I:"undergarden:sploogie"=1
# [range: 0 ~ 50, default: 1]
I:"undergarden:stoneborn"=1
}
"spawner stats: brutal spawners" {
# The maximum delay between spawns [range: 1 ~ 32767, default: 400]
I:"Max Delay"=400
# The maximum number of nearby entities (when hit, the spawner turns off). [range: 1 ~ 32767, default: 6]
I:"Max Nearby Entities"=6
# The minimum delay between spawns [range: 1 ~ 32767, default: 200]
I:"Min Delay"=200
# The required distance a player must be within for this spawner to work. [range: 1 ~ 32767, default: 16]
I:"Player Range"=16
# The number of mobs that will spawn. [range: 1 ~ 32767, default: 6]
I:"Spawn Count"=6
# The delay before first spawn on this spawner. [range: 1 ~ 32767, default: 20]
I:"Spawn Delay"=20
# The spawn range. [range: 1 ~ 32767, default: 4]
I:"Spawn Range"=4
}
"spawner stats: swarm spawners" {
# The maximum delay between spawns [range: 1 ~ 32767, default: 300]
I:"Max Delay"=300
# The maximum number of nearby entities (when hit, the spawner turns off). [range: 1 ~ 32767, default: 32]
I:"Max Nearby Entities"=32
# The minimum delay between spawns [range: 1 ~ 32767, default: 75]
I:"Min Delay"=75
# The required distance a player must be within for this spawner to work. [range: 1 ~ 32767, default: 8]
I:"Player Range"=8
# The number of mobs that will spawn. [range: 1 ~ 32767, default: 8]
I:"Spawn Count"=8
# The delay before first spawn on this spawner. [range: 1 ~ 32767, default: 20]
I:"Spawn Delay"=20
# The spawn range. [range: 1 ~ 32767, default: 6]
I:"Spawn Range"=6
}
"swarm spawners" {
# The possible spawn entries for swarm spawners. Format is weight@entity, entity is a registry name. [default: [4@minecraft:zombie], [2@minecraft:skeleton], [5@minecraft:spider], [8@minecraft:cave_spider], [1@minecraft:creeper]]
S:"Swarm Spawner Mobs" <
4@minecraft:zombie
2@minecraft:skeleton
5@minecraft:spider
8@minecraft:cave_spider
1@minecraft:creeper
>
}

View file

@ -0,0 +1,962 @@
# Configuration file
"alexsmobs:board_return" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"alexsmobs:lavawax" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"alexsmobs:serpentfriend" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"alexsmobs:straddle_jump" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=7
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:bane_of_illagers" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 10]
I:"Max Level"=10
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:berserk" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4]
I:"Max Level"=4
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:capturing" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7]
I:"Max Level"=7
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:crescendo" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 5]
I:"Max Level"=5
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:depth_miner" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 5]
I:"Max Level"=5
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:hell_infusion" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7]
I:"Max Level"=7
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:icy_thorns" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4]
I:"Max Level"=4
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:knowledge" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4]
I:"Max Level"=4
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:life_mending" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 4]
I:"Max Level"=4
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:magic_protection" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 5]
I:"Max Level"=5
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:natures_blessing" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=7
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:obliteration" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9]
I:"Max Level"=9
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:rebounding" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 6]
I:"Max Level"=6
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:reflective" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7]
I:"Max Level"=7
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:scavenger" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 3]
I:"Max Level"=3
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:sea_infusion" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 7]
I:"Max Level"=7
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:shield_bash" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 7]
I:"Max Level"=7
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:splitting" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9]
I:"Max Level"=9
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:stable_footing" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:tempting" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"apotheosis:true_infinity" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:aqua_affinity" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:bane_of_arthropods" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 10]
I:"Max Level"=10
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:binding_curse" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:blast_protection" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8]
I:"Max Level"=8
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:channeling" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:depth_strider" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=7
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:efficiency" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9]
I:"Max Level"=9
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:feather_falling" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8]
I:"Max Level"=8
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:fire_aspect" {
# The max level of this enchantment - normally 2. [range: 1 ~ 127, default: 5]
I:"Max Level"=5
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:fire_protection" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8]
I:"Max Level"=8
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:flame" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:fortune" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=7
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:frost_walker" {
# The max level of this enchantment - normally 2. [range: 1 ~ 127, default: 6]
I:"Max Level"=6
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:impaling" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 10]
I:"Max Level"=10
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:infinity" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:knockback" {
# The max level of this enchantment - normally 2. [range: 1 ~ 127, default: 5]
I:"Max Level"=5
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:looting" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=7
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:loyalty" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 8]
I:"Max Level"=8
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:luck_of_the_sea" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=7
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:lure" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=7
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:mending" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:multishot" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:piercing" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8]
I:"Max Level"=8
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:power" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9]
I:"Max Level"=9
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:projectile_protection" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8]
I:"Max Level"=8
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:protection" {
# The max level of this enchantment - normally 4. [range: 1 ~ 127, default: 8]
I:"Max Level"=8
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:punch" {
# The max level of this enchantment - normally 2. [range: 1 ~ 127, default: 5]
I:"Max Level"=5
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:quick_charge" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 5]
I:"Max Level"=5
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:respiration" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=7
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:riptide" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 8]
I:"Max Level"=8
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:sharpness" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 9]
I:"Max Level"=9
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:silk_touch" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:smite" {
# The max level of this enchantment - normally 5. [range: 1 ~ 127, default: 10]
I:"Max Level"=10
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:soul_speed" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7]
I:"Max Level"=7
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:sweeping" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 8]
I:"Max Level"=8
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:thorns" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 5]
I:"Max Level"=5
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:unbreaking" {
# The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 8]
I:"Max Level"=8
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"minecraft:vanishing_curse" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}
"passablefoliage:leaf_walker" {
# The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1]
I:"Max Level"=1
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ]
S:"Max Power Function"=
# The min level of this enchantment. [range: 1 ~ 127, default: 1]
I:"Min Level"=1
# A function to determine the min enchanting power. [default: ]
S:"Min Power Function"=
}

View file

@ -0,0 +1,14 @@
# Configuration file
general {
# The max height a stack of bamboo may grow to. Vanilla is 16. [range: 1 ~ 255, default: 32]
I:"Bamboo Height"=32
# The max height a stack of cacti may grow to. Vanilla is 3. [range: 1 ~ 255, default: 5]
I:"Cactus Height"=5
# The max height a stack of reeds may grow to. Vanilla is 3. [range: 1 ~ 255, default: 255]
I:"Reed Height"=255
}

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,8 @@
# Configuration file
general {
# The strength of Ancient Knowledge. This multiplier determines how much additional xp is granted. [range: 1 ~ 2147483647, default: 4]
I:"Knowledge XP Multiplier"=4
}

View file

@ -0,0 +1,135 @@
# Configuration file
general {
# When held in the off-hand, this item makes modifiers change stats in the opposite direction. [default: minecraft:quartz]
S:"Inverse Item"=minecraft:quartz
# The durability damage dealt to an item that silk touches a spawner. [range: 0 ~ 100000, default: 100]
I:"Spawner Silk Damage"=100
# The level of silk touch needed to harvest a spawner. Set to -1 to disable, 0 to always drop. The enchantment module can increase the max level of silk touch. [range: -1 ~ 127, default: 1]
I:"Spawner Silk Level"=1
}
ignore_spawn_cap {
# The item that applies this modifier. [default: minecraft:chorus_fruit]
S:item=minecraft:chorus_fruit
}
ignore_spawn_conditions {
# The item that applies this modifier. [default: minecraft:dragon_egg]
S:item=minecraft:dragon_egg
}
max_delay {
# The item that applies this modifier. [default: minecraft:clock]
S:item=minecraft:clock
# The max value of this stat. [range: -2147483648 ~ 2147483647, default: 99999]
I:max_value=99999
# The min value of this stat. [range: -2147483648 ~ 2147483647, default: 10]
I:min_value=10
# The amount each item changes this stat. [range: -2147483648 ~ 2147483647, default: -10]
I:value=-10
}
max_nearby_entities {
# The item that applies this modifier. [default: minecraft:ghast_tear]
S:item=minecraft:ghast_tear
# The max value of this stat. [range: -2147483648 ~ 2147483647, default: 40]
I:max_value=40
# The min value of this stat. [range: -2147483648 ~ 2147483647, default: 0]
I:min_value=0
# The amount each item changes this stat. [range: -2147483648 ~ 2147483647, default: 2]
I:value=2
}
min_delay {
# The item that applies this modifier. [default: minecraft:sugar]
S:item=minecraft:sugar
# The max value of this stat. [range: -2147483648 ~ 2147483647, default: 99999]
I:max_value=99999
# The min value of this stat. [range: -2147483648 ~ 2147483647, default: 5]
I:min_value=5
# The amount each item changes this stat. [range: -2147483648 ~ 2147483647, default: -5]
I:value=-5
}
player_activation_range {
# The item that applies this modifier. [default: minecraft:prismarine_crystals]
S:item=minecraft:prismarine_crystals
# The max value of this stat. [range: -2147483648 ~ 2147483647, default: 50]
I:max_value=50
# The min value of this stat. [range: -2147483648 ~ 2147483647, default: 0]
I:min_value=0
# The amount each item changes this stat. [range: -2147483648 ~ 2147483647, default: 2]
I:value=2
}
redstone_control {
# The item that applies this modifier. [default: minecraft:comparator]
S:item=minecraft:comparator
}
require_players {
# The item that applies this modifier. [default: minecraft:nether_star]
S:item=minecraft:nether_star
}
spawn_count {
# The item that applies this modifier. [default: minecraft:fermented_spider_eye]
S:item=minecraft:fermented_spider_eye
# The max value of this stat. [range: -2147483648 ~ 2147483647, default: 20]
I:max_value=20
# The min value of this stat. [range: -2147483648 ~ 2147483647, default: 1]
I:min_value=1
# The amount each item changes this stat. [range: -2147483648 ~ 2147483647, default: 1]
I:value=1
}
spawn_eggs {
# A list of entity registry names that cannot be applied to spawners via egg. [default: ]
S:"Banned Mobs" <
>
}
spawn_range {
# The item that applies this modifier. [default: minecraft:blaze_rod]
S:item=minecraft:blaze_rod
# The max value of this stat. [range: -2147483648 ~ 2147483647, default: 32]
I:max_value=32
# The min value of this stat. [range: -2147483648 ~ 2147483647, default: 0]
I:min_value=0
# The amount each item changes this stat. [range: -2147483648 ~ 2147483647, default: 1]
I:value=1
}

View file

@ -0,0 +1,8 @@
# Configuration file
wanderer {
# If new trades are added to the wandering merchant. [default: true]
B:"Enable New Trades"=true
}