AlvearyHatchery stopped working in binnie-mods-2.0-pre10

Issue #251 resolved
Schneider created an issue

binnie/extrabees/apiary/machine/AlvearyHatchery.java ~80/81

IBeeHousing house = ((TileExtraBeeAlveary)tile).getBeeHousing();
    if ((house != null) && (house.getErrorState() == null))

TileAlvearyPlain.getErrorState() returns EnumErrorCode.OK instead of null if no error occurred.

...

A 2nd minor bug i found: binnie\genetics\machine\Acclimatiser.java ~356

addHumidityItem(Mods.Forestry.stack("waterCan"), 0.75F);

should be

addHumidityItem(Mods.Forestry.stack("canWater"), 0.75F);

in order to be able to use tin cans of water in the Acclimatiser.

Comments (2)

  1. Log in to comment