mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-12-22 06:59:22 +01:00
fixed the offering table not saving its contents when the recipe finishes
closes #381
This commit is contained in:
parent
1b81dd886b
commit
2aaedcb04e
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ public class BlockEntityOfferingTable extends BlockEntityImpl implements ITickab
|
|||
stack.shrink(recipeCount * amount);
|
||||
item.kill();
|
||||
this.sendToClients();
|
||||
this.setChanged();
|
||||
|
||||
for (var i = 0; i < recipeCount; i++)
|
||||
this.itemsToSpawn.add(recipe.output.copy());
|
||||
|
|
Loading…
Reference in a new issue