config: apotheosis
This commit is contained in:
parent
0f2368e50e
commit
c9b0e0e843
8
config/apotheosis/adventure.cfg
Executable file → Normal file
8
config/apotheosis/adventure.cfg
Executable file → Normal file
@ -57,7 +57,6 @@ affixes {
|
||||
overworld|common|rare
|
||||
the_nether|uncommon|epic
|
||||
the_end|rare|mythic
|
||||
allthemodium:the_other|epic|mythic
|
||||
twilightforest:twilight_forest|uncommon|epic
|
||||
>
|
||||
|
||||
@ -86,7 +85,6 @@ gems {
|
||||
overworld|common|mythic
|
||||
the_nether|uncommon|mythic
|
||||
the_end|rare|mythic
|
||||
allthemodium:the_other|epic|mythic
|
||||
twilightforest:twilight_forest|uncommon|mythic
|
||||
>
|
||||
}
|
||||
@ -121,6 +119,12 @@ bosses {
|
||||
# Default: true
|
||||
B:"Boss Glowing On Spawn"=true
|
||||
|
||||
# List of sound effects to play when boss spawns are announced. This control is clientside.
|
||||
# Default: [block.end_portal.spawn]
|
||||
S:"Boss Announce Sounds" <
|
||||
block.end_portal.spawn
|
||||
>
|
||||
|
||||
# Dimensions where bosses can spawn naturally, spawn chance, and spawn rules.
|
||||
# Format is dimname|chance|rule, chance is a float from 0..1.
|
||||
# Valid rules are visible here https://github.com/Shadows-of-Fire/Apotheosis/blob/1.19/src/main/java/shadows/apotheosis/adventure/boss/BossEvents.java#L174C27-L174C27
|
||||
|
0
config/apotheosis/apotheosis.cfg
Executable file → Normal file
0
config/apotheosis/apotheosis.cfg
Executable file → Normal file
30850
config/apotheosis/enchantments.cfg
Executable file → Normal file
30850
config/apotheosis/enchantments.cfg
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
4
config/apotheosis/garden.cfg
Executable file → Normal file
4
config/apotheosis/garden.cfg
Executable file → Normal file
@ -6,12 +6,12 @@ general {
|
||||
# The max height a stack of cacti may grow to. Vanilla is 3. Values greater than 32 are uncapped growth.
|
||||
# Server-authoritative.
|
||||
# Default: 5; Range: [1 ~ 512]
|
||||
I:"Cactus Height"=8
|
||||
I:"Cactus Height"=10
|
||||
|
||||
# The max height a stack of reeds may grow to. Vanilla is 3. Values greater than 32 are uncapped growth.
|
||||
# Server-authoritative.
|
||||
# Default: 255; Range: [1 ~ 512]
|
||||
I:"Reed Height"=18
|
||||
I:"Reed Height"=24
|
||||
|
||||
# The max height a stack of bamboo may grow to. Vanilla is 16.
|
||||
# Server-authoritative.
|
||||
|
10959
config/apotheosis/names.cfg
Executable file → Normal file
10959
config/apotheosis/names.cfg
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
2
config/apotheosis/potion.cfg
Executable file → Normal file
2
config/apotheosis/potion.cfg
Executable file → Normal file
@ -3,8 +3,6 @@
|
||||
# Apotheosis Potion Module Configuration
|
||||
|
||||
general {
|
||||
I:"Knowledge XP Multiplier"=4
|
||||
|
||||
# If Potion Charms will only work when in a curios slot, instead of in the inventory.
|
||||
# Default: false
|
||||
B:"Restrict Charms to Curios"=false
|
||||
|
9
config/apotheosis/spawner.cfg
Executable file → Normal file
9
config/apotheosis/spawner.cfg
Executable file → Normal file
@ -12,6 +12,10 @@ general {
|
||||
# Server-authoritative.
|
||||
# Default: 100; Range: [0 ~ 100000]
|
||||
I:"Spawner Silk Damage"=100
|
||||
|
||||
# Whether to show info regarding the capturing enchantment in the JEI information for spawn eggs.
|
||||
# Default: true
|
||||
B:"Enable Capturing Enchantment JEI Info"=true
|
||||
}
|
||||
|
||||
|
||||
@ -20,8 +24,6 @@ spawn_eggs {
|
||||
# Should match between client and server.
|
||||
# Default: [
|
||||
S:"Banned Mobs" <
|
||||
minecraft:ender_dragon
|
||||
minecraft:wither
|
||||
productivebees:ashy_mining_bee
|
||||
productivebees:bee_bomb
|
||||
productivebees:blue_banded_bee
|
||||
@ -47,9 +49,6 @@ spawn_eggs {
|
||||
productivebees:resin_bee
|
||||
productivebees:sweat_bee
|
||||
productivebees:yellow_black_carpenter_bee
|
||||
artifacts:mimic
|
||||
twilightforest:swarm_spider
|
||||
twilightforest:hedge_spider
|
||||
>
|
||||
}
|
||||
|
||||
|
0
config/apotheosis/village.cfg
Executable file → Normal file
0
config/apotheosis/village.cfg
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user