Productive Bees

Productive Bees

10M Downloads

config key collision on BeeAttributes

HalcyonSuoh opened this issue ยท 1 comments

commented

leashedTicks = builder
.comment("Number of ticks between attribute improvement attempts while leashed")
.defineInRange("ticks", 1337, 20, Integer.MAX_VALUE);

effectTicks = builder
.comment("Number of ticks between effects on nearby entities")
.defineInRange("ticks", 2337, 20, Integer.MAX_VALUE);

both entry use ticks as key, causing the latter to override the former

commented

thanks