That didn't work
This commit is contained in:
		@@ -152,7 +152,7 @@ public class TileDiskDrive extends TileNode implements IItemStorageProvider, IFl
 | 
			
		||||
            super.onContentsChanged(slot);
 | 
			
		||||
 | 
			
		||||
            if (FMLCommonHandler.instance().getEffectiveSide() == Side.SERVER) {
 | 
			
		||||
                RSUtils.constructFromDrive(getStackInSlot(slot), slot, itemStorages, fluidStorages, ItemStorage::new, FluidStorage::new);
 | 
			
		||||
                RSUtils.constructFromDrive(getStackInSlot(slot), slot, itemStorages, fluidStorages, s -> new ItemStorage(s), s -> new FluidStorage(s));
 | 
			
		||||
 | 
			
		||||
                if (network != null) {
 | 
			
		||||
                    network.getItemStorageCache().invalidate();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user