0.7.17 done
This commit is contained in:
		@@ -4,6 +4,7 @@
 | 
			
		||||
**Bugfixes**
 | 
			
		||||
- Fixed getting wrong items back in grid
 | 
			
		||||
- Fixed wrong item getting crafted
 | 
			
		||||
- Fixed server lag with exporter and importer
 | 
			
		||||
- Updated Forge to 1969
 | 
			
		||||
- Updated JEI
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -496,9 +496,6 @@ public class TileController extends TileBase implements INetworkMaster, IEnergyR
 | 
			
		||||
        int sizePushed = remainder != null ? (orginalSize - remainder.stackSize) : orginalSize;
 | 
			
		||||
 | 
			
		||||
        if (!simulate && sizePushed > 0) {
 | 
			
		||||
            updateItems();
 | 
			
		||||
            updateItemsWithClient();
 | 
			
		||||
 | 
			
		||||
            for (int i = 0; i < sizePushed; ++i) {
 | 
			
		||||
                if (!craftingTasks.empty()) {
 | 
			
		||||
                    ICraftingTask top = craftingTasks.peek();
 | 
			
		||||
@@ -508,6 +505,9 @@ public class TileController extends TileBase implements INetworkMaster, IEnergyR
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            updateItems();
 | 
			
		||||
            updateItemsWithClient();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return remainder;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user