кипяточек

This commit is contained in:
DBotThePony 2025-03-14 19:47:13 +07:00
parent 579445fbbe
commit bc5ad7f37b
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -83,5 +83,5 @@ object ServerConfig : AbstractConfig("misc") {
val WITHER_SKELETON_SWORD_CHANCE: Double by builder
.comment("Chance of Wither Skeleton spawning with Withered Steel sword")
.defineInRange("WITHER_SKELETON_HELMET_CHANCE", 0.24, 0.0, 1.0)
.defineInRange("WITHER_SKELETON_SWORD_CHANCE", 0.24, 0.0, 1.0)
}