Possibility to add NBT data for Infusion recipes output (#215)

This commit is contained in:
Aleksey 2021-06-30 16:20:16 +03:00
parent 13e169c458
commit 3f225c59a1
5 changed files with 38 additions and 25 deletions

View file

@ -95,7 +95,7 @@ public abstract class LivingEntityMixin extends Entity {
info.setReturnValue(false);
}
} catch (Exception ex) {
BetterEnd.LOGGER.warning("Blindness resistance attribute haven't registered.");
BetterEnd.LOGGER.warning("Blindness resistance attribute haven't been registered.");
}
}