This is taking
This commit is contained in:
		
							parent
							
								
									7cd3994cb7
								
							
						
					
					
						commit
						4ab784e1e0
					
				@ -540,9 +540,7 @@ public class InventoryUtil
 | 
				
			|||||||
				case NOTHING: return InventoryAlter.NONE;
 | 
									case NOTHING: return InventoryAlter.NONE;
 | 
				
			||||||
				case CLONE_STACK: return InventoryAlter.NONE;
 | 
									case CLONE_STACK: return InventoryAlter.NONE;
 | 
				
			||||||
				case DROP_ALL_CURSOR: return InventoryAlter.NONE;
 | 
									case DROP_ALL_CURSOR: return InventoryAlter.NONE;
 | 
				
			||||||
				case DROP_ALL_SLOT: return InventoryAlter.NONE;
 | 
					 | 
				
			||||||
				case DROP_ONE_CURSOR: return InventoryAlter.NONE;
 | 
									case DROP_ONE_CURSOR: return InventoryAlter.NONE;
 | 
				
			||||||
				case DROP_ONE_SLOT: return InventoryAlter.NONE;
 | 
					 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
				// Take
 | 
									// Take
 | 
				
			||||||
				case PICKUP_ALL: return InventoryAlter.TAKE;
 | 
									case PICKUP_ALL: return InventoryAlter.TAKE;
 | 
				
			||||||
@ -552,6 +550,8 @@ public class InventoryUtil
 | 
				
			|||||||
				case MOVE_TO_OTHER_INVENTORY: return InventoryAlter.TAKE;
 | 
									case MOVE_TO_OTHER_INVENTORY: return InventoryAlter.TAKE;
 | 
				
			||||||
				case COLLECT_TO_CURSOR:return InventoryAlter.TAKE;
 | 
									case COLLECT_TO_CURSOR:return InventoryAlter.TAKE;
 | 
				
			||||||
				case HOTBAR_MOVE_AND_READD: return InventoryAlter.TAKE;
 | 
									case HOTBAR_MOVE_AND_READD: return InventoryAlter.TAKE;
 | 
				
			||||||
 | 
									case DROP_ONE_SLOT: return InventoryAlter.TAKE;
 | 
				
			||||||
 | 
									case DROP_ALL_SLOT: return InventoryAlter.TAKE;
 | 
				
			||||||
				
 | 
									
 | 
				
			||||||
				// Give
 | 
									// Give
 | 
				
			||||||
				case PLACE_ALL: return InventoryAlter.GIVE;
 | 
									case PLACE_ALL: return InventoryAlter.GIVE;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user