Skip to content

Commit

Permalink
Fix crash with silo, closes #6059
Browse files Browse the repository at this point in the history
  • Loading branch information
malte0811 committed Sep 28, 2024
1 parent 2eb75ce commit ec7cad4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public State(IInitialMultiblockContext<State> capabilitySource)
@Override
public void writeSaveNBT(CompoundTag nbt, Provider provider)
{
nbt.put("identStack", identStack.save(provider));
nbt.put("identStack", identStack.saveOptional(provider));
nbt.putInt("count", storageAmount);
}

Expand Down

0 comments on commit ec7cad4

Please sign in to comment.