Skip to content

Commit

Permalink
Osmotic Enchanter doesn't lose your settings when you add/remove a wa…
Browse files Browse the repository at this point in the history
…nd before starting enchantment
  • Loading branch information
SarahKirksey committed Jan 12, 2022
1 parent 3388dd2 commit 6eb0013
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ public boolean consumeAllVisCrafting(ItemStack is, EntityPlayer player, AspectLi
public void markDirty() {
super.markDirty();
if (!worldObj.isRemote && !working) {
enchantments.clear();
levels.clear();
worldObj.markBlockForUpdate(xCoord, yCoord, zCoord);
}
}
Expand Down

0 comments on commit 6eb0013

Please sign in to comment.