Wireless Crafting Terminal

Wireless Crafting Terminal

48M Downloads

Config EndermanDropBoosters described/interpreted wrong

XoMEX opened this issue ยท 1 comments

commented

The config describes EndermanDropBoosters as

Will Enderman randomly drop infinity booster cards on death?

Yet when setting this to true, enderman wont drop infinity booster cards. (When setting to false they drop the cards)

This is due to this line:

if (event.getEntity() instanceof EntityEnderman && ModConfig.WCT_BOOSTER_ENABLED && !ModConfig.WCT_ENDERMAN_DROP_BOOSTERS) {

My Ideas for fixing this:

  • Simply remove the ! in the Code. By this old configs must be changed
  • Change the Description in the Config. By this the variable name will seem counter intuitive.
  • Remove the variable and add a new one. By this old configs must be changed, if no upgrading from old config handler is added.
commented

yeah..derp ty :)