Fix droppers not spawning items in world (#5559)
This commit is contained in:
parent
2a4e05c982
commit
af717ad788
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class VanillaInventoryCodeHooks
|
||||||
dropper.setInventorySlotContents(slot, remainder);
|
dropper.setInventorySlotContents(slot, remainder);
|
||||||
return false;
|
return false;
|
||||||
})
|
})
|
||||||
.orElse(false);
|
.orElse(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue