From 38ac6454b2c88432f1da9474fcceafb9d8ab5e3b Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Tue, 17 Dec 2013 23:52:19 +0200 Subject: Sync stuff :) --- common/darkknight/jewelrycraft/block/BlockSmelter.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/darkknight/jewelrycraft/block/BlockSmelter.java') diff --git a/common/darkknight/jewelrycraft/block/BlockSmelter.java b/common/darkknight/jewelrycraft/block/BlockSmelter.java index 9764ac5..9702917 100644 --- a/common/darkknight/jewelrycraft/block/BlockSmelter.java +++ b/common/darkknight/jewelrycraft/block/BlockSmelter.java @@ -101,6 +101,7 @@ public class BlockSmelter extends BlockContainer te.hasMetal = false; } world.setBlockTileEntity(i, j, k, te); + te.isDirty = true; } return true; } @@ -137,6 +138,7 @@ public class BlockSmelter extends BlockContainer player.addChatMessage(StatCollector.translateToLocal("chatmessage.jewelrycraft.smelter.modlerhasitem")); else player.addChatMessage(StatCollector.translateToLocal("chatmessage.jewelrycraft.smelter.molderismissing")); + te.isDirty = true; } } -- cgit v1.2.3