From c68c67d74f39c3eb075ac29e88936a1976ef089b Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Wed, 20 Jan 2016 16:38:33 +1000 Subject: Removing shit from Binnies packages. --- bin/binnie/core/machines/BlockMachine.class | Bin 8370 -> 8767 bytes bin/binnie/core/machines/Machine.class | Bin 6706 -> 13096 bytes bin/binnie/core/machines/TileEntityMachine.class | Bin 3423 -> 4042 bytes bin/binnie/core/machines/base/DefaultPower.class | Bin 2067 -> 2053 bytes .../core/machines/base/TileEntityMachineBase.class | Bin 8316 -> 8371 bytes .../machines/inventory/ComponentChargedSlots.class | Bin 1775 -> 5118 bytes .../ComponentInventoryTransfer$Condition.class | Bin 727 -> 727 bytes .../ComponentInventoryTransfer$Restock.class | Bin 2451 -> 2443 bytes .../ComponentInventoryTransfer$Storage.class | Bin 2787 -> 2578 bytes .../ComponentInventoryTransfer$Transfer.class | Bin 1765 -> 1992 bytes .../inventory/ComponentInventoryTransfer.class | Bin 2733 -> 3383 bytes .../inventory/SlotValidator$Individual.class | Bin 1293 -> 1239 bytes .../core/machines/inventory/SlotValidator$Item.class | Bin 1127 -> 1087 bytes .../core/machines/inventory/SlotValidator.class | Bin 1230 -> 1230 bytes .../machines/inventory/TankValidator$Basic.class | Bin 1253 -> 0 bytes .../core/machines/inventory/TankValidator.class | Bin 743 -> 0 bytes .../core/machines/power/ComponentPowerReceptor.class | Bin 4216 -> 6491 bytes .../core/machines/power/ComponentProcess.class | Bin 1867 -> 2199 bytes .../machines/power/ComponentProcessIndefinate.class | Bin 2213 -> 4086 bytes .../machines/power/ComponentProcessSetCost.class | Bin 861 -> 802 bytes .../power/ErrorState$InsufficientLiquid.class | Bin 1119 -> 629 bytes .../power/ErrorState$InsufficientPower.class | Bin 1034 -> 507 bytes .../core/machines/power/ErrorState$InvalidItem.class | Bin 1297 -> 774 bytes .../machines/power/ErrorState$InvalidRecipe.class | Bin 1105 -> 613 bytes bin/binnie/core/machines/power/ErrorState$Item.class | Bin 1033 -> 501 bytes .../core/machines/power/ErrorState$NoItem.class | Bin 1251 -> 729 bytes .../core/machines/power/ErrorState$NoSpace.class | Bin 1087 -> 593 bytes bin/binnie/core/machines/power/ErrorState$Tank.class | Bin 1033 -> 501 bytes .../core/machines/power/ErrorState$TankSpace.class | Bin 1092 -> 602 bytes bin/binnie/core/machines/power/IPoweredMachine.class | Bin 613 -> 352 bytes .../storage/Compartment$PackageCompartment.class | Bin 1644 -> 1739 bytes bin/binnie/core/machines/storage/Compartment.class | Bin 3223 -> 3223 bytes .../machines/storage/ComponentBinnieCoreGUI.class | Bin 838 -> 1300 bytes .../storage/ComponentCompartmentInventory.class | Bin 1907 -> 4750 bytes .../core/machines/storage/WindowCompartment.class | Bin 8389 -> 9505 bytes bin/binnie/core/machines/storage/WindowTest.class | Bin 1350 -> 1411 bytes 36 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 bin/binnie/core/machines/inventory/TankValidator$Basic.class delete mode 100644 bin/binnie/core/machines/inventory/TankValidator.class (limited to 'bin/binnie/core/machines') diff --git a/bin/binnie/core/machines/BlockMachine.class b/bin/binnie/core/machines/BlockMachine.class index 596c0e61eb..7973d3c5f0 100644 Binary files a/bin/binnie/core/machines/BlockMachine.class and b/bin/binnie/core/machines/BlockMachine.class differ diff --git a/bin/binnie/core/machines/Machine.class b/bin/binnie/core/machines/Machine.class index 19c8a81082..0e7c24aca7 100644 Binary files a/bin/binnie/core/machines/Machine.class and b/bin/binnie/core/machines/Machine.class differ diff --git a/bin/binnie/core/machines/TileEntityMachine.class b/bin/binnie/core/machines/TileEntityMachine.class index f4bbc5775c..d605524ea9 100644 Binary files a/bin/binnie/core/machines/TileEntityMachine.class and b/bin/binnie/core/machines/TileEntityMachine.class differ diff --git a/bin/binnie/core/machines/base/DefaultPower.class b/bin/binnie/core/machines/base/DefaultPower.class index 1130526c8d..43e02a7c01 100644 Binary files a/bin/binnie/core/machines/base/DefaultPower.class and b/bin/binnie/core/machines/base/DefaultPower.class differ diff --git a/bin/binnie/core/machines/base/TileEntityMachineBase.class b/bin/binnie/core/machines/base/TileEntityMachineBase.class index c74a0fc36d..5733482370 100644 Binary files a/bin/binnie/core/machines/base/TileEntityMachineBase.class and b/bin/binnie/core/machines/base/TileEntityMachineBase.class differ diff --git a/bin/binnie/core/machines/inventory/ComponentChargedSlots.class b/bin/binnie/core/machines/inventory/ComponentChargedSlots.class index 60a7b41e76..5999c04f8d 100644 Binary files a/bin/binnie/core/machines/inventory/ComponentChargedSlots.class and b/bin/binnie/core/machines/inventory/ComponentChargedSlots.class differ diff --git a/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Condition.class b/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Condition.class index 3fc35f4ba2..3f3fe0197a 100644 Binary files a/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Condition.class and b/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Condition.class differ diff --git a/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Restock.class b/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Restock.class index f6c3ab4ad9..ff6634fd3d 100644 Binary files a/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Restock.class and b/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Restock.class differ diff --git a/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Storage.class b/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Storage.class index bc7feffddc..1f66424e29 100644 Binary files a/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Storage.class and b/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Storage.class differ diff --git a/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Transfer.class b/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Transfer.class index 91e3f61047..5c5dc56790 100644 Binary files a/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Transfer.class and b/bin/binnie/core/machines/inventory/ComponentInventoryTransfer$Transfer.class differ diff --git a/bin/binnie/core/machines/inventory/ComponentInventoryTransfer.class b/bin/binnie/core/machines/inventory/ComponentInventoryTransfer.class index 1132debdbc..7bc0c23919 100644 Binary files a/bin/binnie/core/machines/inventory/ComponentInventoryTransfer.class and b/bin/binnie/core/machines/inventory/ComponentInventoryTransfer.class differ diff --git a/bin/binnie/core/machines/inventory/SlotValidator$Individual.class b/bin/binnie/core/machines/inventory/SlotValidator$Individual.class index ec88f84c41..b0756452cf 100644 Binary files a/bin/binnie/core/machines/inventory/SlotValidator$Individual.class and b/bin/binnie/core/machines/inventory/SlotValidator$Individual.class differ diff --git a/bin/binnie/core/machines/inventory/SlotValidator$Item.class b/bin/binnie/core/machines/inventory/SlotValidator$Item.class index 9393eb73e6..f70ae51554 100644 Binary files a/bin/binnie/core/machines/inventory/SlotValidator$Item.class and b/bin/binnie/core/machines/inventory/SlotValidator$Item.class differ diff --git a/bin/binnie/core/machines/inventory/SlotValidator.class b/bin/binnie/core/machines/inventory/SlotValidator.class index abe2eea361..03be4af81d 100644 Binary files a/bin/binnie/core/machines/inventory/SlotValidator.class and b/bin/binnie/core/machines/inventory/SlotValidator.class differ diff --git a/bin/binnie/core/machines/inventory/TankValidator$Basic.class b/bin/binnie/core/machines/inventory/TankValidator$Basic.class deleted file mode 100644 index 88f47c4455..0000000000 Binary files a/bin/binnie/core/machines/inventory/TankValidator$Basic.class and /dev/null differ diff --git a/bin/binnie/core/machines/inventory/TankValidator.class b/bin/binnie/core/machines/inventory/TankValidator.class deleted file mode 100644 index 6734434c55..0000000000 Binary files a/bin/binnie/core/machines/inventory/TankValidator.class and /dev/null differ diff --git a/bin/binnie/core/machines/power/ComponentPowerReceptor.class b/bin/binnie/core/machines/power/ComponentPowerReceptor.class index 5eaea95fc6..9777cf55ee 100644 Binary files a/bin/binnie/core/machines/power/ComponentPowerReceptor.class and b/bin/binnie/core/machines/power/ComponentPowerReceptor.class differ diff --git a/bin/binnie/core/machines/power/ComponentProcess.class b/bin/binnie/core/machines/power/ComponentProcess.class index 37883b7406..f6c625b1bc 100644 Binary files a/bin/binnie/core/machines/power/ComponentProcess.class and b/bin/binnie/core/machines/power/ComponentProcess.class differ diff --git a/bin/binnie/core/machines/power/ComponentProcessIndefinate.class b/bin/binnie/core/machines/power/ComponentProcessIndefinate.class index 33c9378033..e7bc93fc18 100644 Binary files a/bin/binnie/core/machines/power/ComponentProcessIndefinate.class and b/bin/binnie/core/machines/power/ComponentProcessIndefinate.class differ diff --git a/bin/binnie/core/machines/power/ComponentProcessSetCost.class b/bin/binnie/core/machines/power/ComponentProcessSetCost.class index 021f9b36cd..f5c4a98d9e 100644 Binary files a/bin/binnie/core/machines/power/ComponentProcessSetCost.class and b/bin/binnie/core/machines/power/ComponentProcessSetCost.class differ diff --git a/bin/binnie/core/machines/power/ErrorState$InsufficientLiquid.class b/bin/binnie/core/machines/power/ErrorState$InsufficientLiquid.class index d25198a5b1..b4d94272df 100644 Binary files a/bin/binnie/core/machines/power/ErrorState$InsufficientLiquid.class and b/bin/binnie/core/machines/power/ErrorState$InsufficientLiquid.class differ diff --git a/bin/binnie/core/machines/power/ErrorState$InsufficientPower.class b/bin/binnie/core/machines/power/ErrorState$InsufficientPower.class index 7fd9a3ca76..e1cba245cf 100644 Binary files a/bin/binnie/core/machines/power/ErrorState$InsufficientPower.class and b/bin/binnie/core/machines/power/ErrorState$InsufficientPower.class differ diff --git a/bin/binnie/core/machines/power/ErrorState$InvalidItem.class b/bin/binnie/core/machines/power/ErrorState$InvalidItem.class index 9b6fc9cf3c..8844574651 100644 Binary files a/bin/binnie/core/machines/power/ErrorState$InvalidItem.class and b/bin/binnie/core/machines/power/ErrorState$InvalidItem.class differ diff --git a/bin/binnie/core/machines/power/ErrorState$InvalidRecipe.class b/bin/binnie/core/machines/power/ErrorState$InvalidRecipe.class index 63a2466f29..92fe08186e 100644 Binary files a/bin/binnie/core/machines/power/ErrorState$InvalidRecipe.class and b/bin/binnie/core/machines/power/ErrorState$InvalidRecipe.class differ diff --git a/bin/binnie/core/machines/power/ErrorState$Item.class b/bin/binnie/core/machines/power/ErrorState$Item.class index ee345e91ec..069789b25e 100644 Binary files a/bin/binnie/core/machines/power/ErrorState$Item.class and b/bin/binnie/core/machines/power/ErrorState$Item.class differ diff --git a/bin/binnie/core/machines/power/ErrorState$NoItem.class b/bin/binnie/core/machines/power/ErrorState$NoItem.class index 289b36ab6d..a0d2a6501d 100644 Binary files a/bin/binnie/core/machines/power/ErrorState$NoItem.class and b/bin/binnie/core/machines/power/ErrorState$NoItem.class differ diff --git a/bin/binnie/core/machines/power/ErrorState$NoSpace.class b/bin/binnie/core/machines/power/ErrorState$NoSpace.class index 446acb5a50..b502a01df7 100644 Binary files a/bin/binnie/core/machines/power/ErrorState$NoSpace.class and b/bin/binnie/core/machines/power/ErrorState$NoSpace.class differ diff --git a/bin/binnie/core/machines/power/ErrorState$Tank.class b/bin/binnie/core/machines/power/ErrorState$Tank.class index 0886e551f4..1752245c17 100644 Binary files a/bin/binnie/core/machines/power/ErrorState$Tank.class and b/bin/binnie/core/machines/power/ErrorState$Tank.class differ diff --git a/bin/binnie/core/machines/power/ErrorState$TankSpace.class b/bin/binnie/core/machines/power/ErrorState$TankSpace.class index 429372974d..0ab39253ed 100644 Binary files a/bin/binnie/core/machines/power/ErrorState$TankSpace.class and b/bin/binnie/core/machines/power/ErrorState$TankSpace.class differ diff --git a/bin/binnie/core/machines/power/IPoweredMachine.class b/bin/binnie/core/machines/power/IPoweredMachine.class index d3daed3cb4..b832d7e3a4 100644 Binary files a/bin/binnie/core/machines/power/IPoweredMachine.class and b/bin/binnie/core/machines/power/IPoweredMachine.class differ diff --git a/bin/binnie/core/machines/storage/Compartment$PackageCompartment.class b/bin/binnie/core/machines/storage/Compartment$PackageCompartment.class index 89d3f6a9cf..9f9dce2397 100644 Binary files a/bin/binnie/core/machines/storage/Compartment$PackageCompartment.class and b/bin/binnie/core/machines/storage/Compartment$PackageCompartment.class differ diff --git a/bin/binnie/core/machines/storage/Compartment.class b/bin/binnie/core/machines/storage/Compartment.class index 072b496ac6..f59df6c900 100644 Binary files a/bin/binnie/core/machines/storage/Compartment.class and b/bin/binnie/core/machines/storage/Compartment.class differ diff --git a/bin/binnie/core/machines/storage/ComponentBinnieCoreGUI.class b/bin/binnie/core/machines/storage/ComponentBinnieCoreGUI.class index 4e2cb6e4b6..118dc9b914 100644 Binary files a/bin/binnie/core/machines/storage/ComponentBinnieCoreGUI.class and b/bin/binnie/core/machines/storage/ComponentBinnieCoreGUI.class differ diff --git a/bin/binnie/core/machines/storage/ComponentCompartmentInventory.class b/bin/binnie/core/machines/storage/ComponentCompartmentInventory.class index 34bd85427b..5ab1b54d01 100644 Binary files a/bin/binnie/core/machines/storage/ComponentCompartmentInventory.class and b/bin/binnie/core/machines/storage/ComponentCompartmentInventory.class differ diff --git a/bin/binnie/core/machines/storage/WindowCompartment.class b/bin/binnie/core/machines/storage/WindowCompartment.class index 5a58ddaac3..231bc292db 100644 Binary files a/bin/binnie/core/machines/storage/WindowCompartment.class and b/bin/binnie/core/machines/storage/WindowCompartment.class differ diff --git a/bin/binnie/core/machines/storage/WindowTest.class b/bin/binnie/core/machines/storage/WindowTest.class index 766a60009d..b4fbf71b20 100644 Binary files a/bin/binnie/core/machines/storage/WindowTest.class and b/bin/binnie/core/machines/storage/WindowTest.class differ -- cgit