importer + exporter now have side buttons instead of guibuttons
This commit is contained in:
		@@ -12,6 +12,6 @@ public class ContainerExporter extends ContainerBase {
 | 
			
		||||
			addSlotToContainer(new SlotSpecimen(exporter, i, 8 + (18 * i), 20));
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		addPlayerInventory(8, 104);
 | 
			
		||||
		addPlayerInventory(8, 55);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -12,6 +12,6 @@ public class ContainerImporter extends ContainerBase {
 | 
			
		||||
			addSlotToContainer(new SlotSpecimen(importer, i, 8 + (18 * i), 20));
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		addPlayerInventory(8, 119);
 | 
			
		||||
		addPlayerInventory(8, 55);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user