Skip to content

Commit

Permalink
fixed the offering table not saving its contents when the recipe fini…
Browse files Browse the repository at this point in the history
…shes

closes #381
  • Loading branch information
Ellpeck committed Dec 5, 2024
1 parent 1b81dd8 commit 2aaedcb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public void tick() {
stack.shrink(recipeCount * amount);
item.kill();
this.sendToClients();
this.setChanged();

for (var i = 0; i < recipeCount; i++)
this.itemsToSpawn.add(recipe.output.copy());
Expand Down

0 comments on commit 2aaedcb

Please sign in to comment.