19 lines
542 B
INI
19 lines
542 B
INI
# Configuration file
|
|
|
|
general {
|
|
# 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"=0
|
|
}
|
|
|
|
|
|
spawn_eggs {
|
|
# A list of entity registry names that cannot be applied to spawners via egg. [default: ]
|
|
S:"Banned Mobs" <
|
|
>
|
|
}
|
|
|
|
|