config: apotheosis

This commit is contained in:
Snogard 2025-02-09 16:10:22 +01:00
parent 0f2368e50e
commit c9b0e0e843
8 changed files with 38950 additions and 3466 deletions

8
config/apotheosis/adventure.cfg Executable file → Normal file
View File

@ -57,7 +57,6 @@ affixes {
overworld|common|rare overworld|common|rare
the_nether|uncommon|epic the_nether|uncommon|epic
the_end|rare|mythic the_end|rare|mythic
allthemodium:the_other|epic|mythic
twilightforest:twilight_forest|uncommon|epic twilightforest:twilight_forest|uncommon|epic
> >
@ -86,7 +85,6 @@ gems {
overworld|common|mythic overworld|common|mythic
the_nether|uncommon|mythic the_nether|uncommon|mythic
the_end|rare|mythic the_end|rare|mythic
allthemodium:the_other|epic|mythic
twilightforest:twilight_forest|uncommon|mythic twilightforest:twilight_forest|uncommon|mythic
> >
} }
@ -121,6 +119,12 @@ bosses {
# Default: true # Default: true
B:"Boss Glowing On Spawn"=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. # Dimensions where bosses can spawn naturally, spawn chance, and spawn rules.
# Format is dimname|chance|rule, chance is a float from 0..1. # 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 # 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
View 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
View 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. # The max height a stack of cacti may grow to. Vanilla is 3. Values greater than 32 are uncapped growth.
# Server-authoritative. # Server-authoritative.
# Default: 5; Range: [1 ~ 512] # 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. # The max height a stack of reeds may grow to. Vanilla is 3. Values greater than 32 are uncapped growth.
# Server-authoritative. # Server-authoritative.
# Default: 255; Range: [1 ~ 512] # 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. # The max height a stack of bamboo may grow to. Vanilla is 16.
# Server-authoritative. # Server-authoritative.

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
View File

@ -3,8 +3,6 @@
# Apotheosis Potion Module Configuration # Apotheosis Potion Module Configuration
general { general {
I:"Knowledge XP Multiplier"=4
# If Potion Charms will only work when in a curios slot, instead of in the inventory. # If Potion Charms will only work when in a curios slot, instead of in the inventory.
# Default: false # Default: false
B:"Restrict Charms to Curios"=false B:"Restrict Charms to Curios"=false

9
config/apotheosis/spawner.cfg Executable file → Normal file
View File

@ -12,6 +12,10 @@ general {
# Server-authoritative. # Server-authoritative.
# Default: 100; Range: [0 ~ 100000] # Default: 100; Range: [0 ~ 100000]
I:"Spawner Silk Damage"=100 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. # Should match between client and server.
# Default: [ # Default: [
S:"Banned Mobs" < S:"Banned Mobs" <
minecraft:ender_dragon
minecraft:wither
productivebees:ashy_mining_bee productivebees:ashy_mining_bee
productivebees:bee_bomb productivebees:bee_bomb
productivebees:blue_banded_bee productivebees:blue_banded_bee
@ -47,9 +49,6 @@ spawn_eggs {
productivebees:resin_bee productivebees:resin_bee
productivebees:sweat_bee productivebees:sweat_bee
productivebees:yellow_black_carpenter_bee productivebees:yellow_black_carpenter_bee
artifacts:mimic
twilightforest:swarm_spider
twilightforest:hedge_spider
> >
} }

0
config/apotheosis/village.cfg Executable file → Normal file
View File