mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Enigmatica configs
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
# Configuration file
|
||||
client {
|
||||
# If apotheosis enchantments have tooltips on books. [default: true]
|
||||
B:"Enchantment Tooltips"=true
|
||||
}
|
||||
|
||||
general {
|
||||
# If the deadly module is loaded. [default: true]
|
||||
@ -19,5 +23,3 @@ general {
|
||||
# If the village module is loaded. [default: true]
|
||||
B:"Enable Village Module"=true
|
||||
}
|
||||
|
||||
|
||||
|
1122
config[common]/apotheosis/enchantments.cfg
Normal file
1122
config[common]/apotheosis/enchantments.cfg
Normal file
File diff suppressed because it is too large
Load Diff
14
config[common]/apotheosis/garden.cfg
Normal file
14
config[common]/apotheosis/garden.cfg
Normal 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"=32
|
||||
|
||||
# The max height a stack of reeds may grow to. Vanilla is 3. [range: 1 ~ 255, default: 255]
|
||||
I:"Reed Height"=32
|
||||
}
|
||||
|
||||
|
188
config[common]/apotheosis/spawner.cfg
Normal file
188
config[common]/apotheosis/spawner.cfg
Normal file
@ -0,0 +1,188 @@
|
||||
# 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:bedrock
|
||||
I:max_value=1
|
||||
I:min_value=0
|
||||
I:value=0
|
||||
}
|
||||
|
||||
|
||||
ignore_spawn_conditions {
|
||||
# The item that applies this modifier. [default: minecraft:dragon_egg]
|
||||
S:item=minecraft:dragon_egg
|
||||
I:max_value=1
|
||||
I:min_value=0
|
||||
I:value=0
|
||||
|
||||
}
|
||||
|
||||
|
||||
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
|
||||
I:max_value=1
|
||||
I:min_value=0
|
||||
I:value=0
|
||||
}
|
||||
|
||||
|
||||
require_players {
|
||||
# The item that applies this modifier. [default: minecraft:nether_star]
|
||||
S:item=minecraft:nether_star
|
||||
I:max_value=1
|
||||
I:min_value=0
|
||||
I:value=0
|
||||
}
|
||||
|
||||
|
||||
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" <
|
||||
resourcefulbees:tin_bee
|
||||
resourcefulbees:terrasteel_bee
|
||||
resourcefulbees:tainted_gold_bee
|
||||
resourcefulbees:steel_bee
|
||||
resourcefulbees:sky_bee
|
||||
resourcefulbees:silver_bee
|
||||
resourcefulbees:refined_obsidian_bee
|
||||
resourcefulbees:refined_glowstone_bee
|
||||
resourcefulbees:osmium_bee
|
||||
resourcefulbees:obsidian_bee
|
||||
resourcefulbees:nickel_bee
|
||||
resourcefulbees:manasteel_bee
|
||||
resourcefulbees:lead_bee
|
||||
resourcefulbees:infused_iron_bee
|
||||
resourcefulbees:ghast_bee
|
||||
resourcefulbees:elementium_bee
|
||||
resourcefulbees:copper_bee
|
||||
resourcefulbees:clay_bee
|
||||
resourcefulbees:blaze_bee
|
||||
resourcefulbees:alf_bee
|
||||
resourcefulbees:zombie_bee
|
||||
resourcefulbees:wither_bee
|
||||
resourcefulbees:slimy_bee
|
||||
resourcefulbees:skeleton_bee
|
||||
resourcefulbees:rgbee_bee
|
||||
resourcefulbees:redstone_bee
|
||||
resourcefulbees:pigman_bee
|
||||
resourcefulbees:nether_quartz_bee
|
||||
resourcefulbees:netherite_bee
|
||||
resourcefulbees:lapis_bee
|
||||
resourcefulbees:iron_bee
|
||||
resourcefulbees:icy_bee
|
||||
resourcefulbees:gold_bee
|
||||
resourcefulbees:ender_bee
|
||||
resourcefulbees:emerald_bee
|
||||
resourcefulbees:diamond_bee
|
||||
resourcefulbees:creeper_bee
|
||||
resourcefulbees:coal_bee
|
||||
resourcefulbees:oreo_bee
|
||||
artifacts:mimic
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
17
config[common]/apotheosis/village.cfg
Normal file
17
config[common]/apotheosis/village.cfg
Normal file
@ -0,0 +1,17 @@
|
||||
# Configuration file
|
||||
|
||||
wanderer {
|
||||
# If new trades are added to the wandering merchant. [default: true]
|
||||
B:"Enable New Trades"=true
|
||||
|
||||
# If the Apotheosis Wanderer Spawner is enabled, instead of the default. [default: true]
|
||||
B:"Enable Wanderer Spawner"=true
|
||||
|
||||
# The 1/100 chance the wandering trader has to spawn every attempt. This chance is increased by it's own value each failure until successful. [range: 1 ~ 100, default: 10]
|
||||
I:"Spawn Chance"=5
|
||||
|
||||
# The number of ticks that must elapse before a wanderer spawn attempt happens. [range: 1 ~ 2147483647, default: 24000]
|
||||
I:"Spawn Delay"=24000
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user