Skip to content

Commit

Permalink
Fixed items not saving inside item conduits.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSVK12 committed Apr 2, 2024
1 parent ac71bf8 commit 48cfac3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ public void writeToNBT(CompoundTag compoundTag) {
compoundTag.putInt("entry",entry.getSide());
compoundTag.putInt("exit",exit.getSide());
compoundTag.putInt("ticks", insertTimer.value);
compoundTag.putCompound("stack",stackNbt);
}

public void insertItem(){
Expand Down

0 comments on commit 48cfac3

Please sign in to comment.