Fix #189 + replace curseforge with curse.maven

This commit is contained in:
TheAirBlow
2022-11-20 19:32:36 +05:00
parent 801fec3eaa
commit 7748f7c92d
3 changed files with 5 additions and 6 deletions
@@ -136,7 +136,7 @@ public class AppEngSlot extends Slot {
@Override
public void onSlotChanged() {
this.setIsValid(hasCalculatedValidness.NotAvailable);
if (this.isSlotEnabled()) {
if (this.isSlotEnabled() && this.itemHandler != null) {
ItemHandlerUtil.setStackInSlot(this.itemHandler, this.index, this.getStack().copy());
if (this.getContainer() != null) {