Files
Custom_Launcher_mc/modpack/_upload/objects/97/95/97956132f0c92fec0f9eee447d456880cc86f305
T
felden.r@grenoble.archi.fr c280484561 first commit
2025-03-31 11:07:21 +02:00

31 lines
1009 B
Plaintext

# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1
# Apotheosis Spawner Module Configuration
general {
# 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.
# Functionally server-authoritative, but should match on client for information.
# Default: 1; Range: [-1 ~ 127]
I:"Spawner Silk Level"=1
# The durability damage dealt to an item that silk touches a spawner.
# 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
}
spawn_eggs {
# A list of entity registry names that cannot be applied to spawners via egg.
# Should match between client and server.
# Default: [
S:"Banned Mobs" <
>
}