Changes

Summary

  1. Start work on supporting Spatial IO (details)
  2. Finish AppEng compat module. (details)
  3. Change derpy faucet behaviour. (details)
  4. Smeltery Gigantus Networkus Transmissus (details)
  5. Dont break stuff before they need broken (details)
  6. Some more work on "Eye of the Moon" (details)
  7. Preloader: Configurable logging. (details)
  8. Blacklist MFR plugin from Preloader. Closes #222. (details)
  9. REALLY blacklist MFR. Derp. Closes #222 FOR REALS this time. (details)
  10. Pretty sure it'll work this time. Closes #222. (details)
  11. Remove MFR support (details)
  12. Update version number to stable (details)
  13. Dont break the Smeltery yet, really! (details)
  14. Remove Preloader experimental blacklist. (details)
  15. Change to internal reflection for accessing IC2 itemstacks (details)
  16. Choose the right folder for IC2 items (details)
  17. Fix Tool Station Gui (details)
  18. Proper default on slime island rarity (details)
  19. Fix gui on Smeltery (details)
Commit 78de11e08698cde56d0e73b7f280083bb3ee3aa1 by Sunstrike
Start work on supporting Spatial IO
The file was addedsrc/tconstruct/plugins/appeng/AppEng.java
Commit 1b65f9a8d47040d8c2d2f8496622da8cdd45c27c by Sunstrike
Finish AppEng compat module.
The file was modifiedsrc/tconstruct/plugins/appeng/AppEng.java (diff)
Commit 0dbf24531888bb341f3be68f642deabe9266451e by Sunstrike
Change derpy faucet behaviour.
It now won't stop when prodded twice; it will continue until done or source drained.
The file was modifiedsrc/tconstruct/blocks/logic/FaucetLogic.java (diff)
Commit d99350d85533a3040d595e617182a4329edfff00 by mDiyo
Smeltery Gigantus Networkus Transmissus
The file was modifiedsrc/tconstruct/common/TContent.java (diff)
The file was modifiedsrc/tconstruct/blocks/component/SmelteryScan.java (diff)
The file was modifiedsrc/tconstruct/blocks/logic/AdaptiveSmelteryLogic.java (diff)
The file was modifiedsrc/tconstruct/library/component/LogicComponent.java (diff)
The file was modifiedsrc/tconstruct/TConstruct.java (diff)
The file was modifiedsrc/tconstruct/blocks/SmelteryBlock.java (diff)
The file was addedsrc/tconstruct/library/util/CoordTupleSort.java
The file was modifiedsrc/tconstruct/library/component/TankLayerScan.java (diff)
The file was modifiedsrc/tconstruct/library/util/CoordTuple.java (diff)
Commit 28f912a4e74ab4b35808cf128c65f3062ddd86b0 by mDiyo
Dont break stuff before they need broken
The file was modifiedsrc/tconstruct/blocks/SmelteryBlock.java (diff)
Commit 51cc7f8ed05ae4b2743ee0f9af6bc72b8b74ddc3 by Arthur Uzulin
Some more work on "Eye of the Moon"
The file was modifiedsrc/tconstruct/client/gui/AdvDrawbridgeGui.java (diff)
The file was modifiedsrc/tconstruct/blocks/logic/AdvancedDrawbridgeLogic.java (diff)
The file was modifiedsrc/tconstruct/blocks/RedstoneMachine.java (diff)
The file was removedsrc/tconstruct/client/gui/SlotButton.java
The file was addedsrc/tconstruct/client/gui/AdvDrawbridgeButton.java
The file was modifiedsrc/tconstruct/inventory/AdvancedDrawbridgeContainer.java (diff)
The file was addedresources/assets/tinker/textures/gui/drawbridgeAdvanced.png
Commit 821666ec4510770525e7e521a894d0cafd77f1c6 by Sunstrike
Preloader: Configurable logging.
Added to assist in debugging rogue ClassDefNotFoundExceptions. Config file is at config/TConPreloader.cfg and is a standard Java properties file.
The file was addedsrc/tconstruct/preloader/helpers/PropertyManager.java
The file was modifiedsrc/tconstruct/preloader/TConstructLoaderContainer.java (diff)
The file was modifiedsrc/tconstruct/preloader/ASMInterfaceRepair.java (diff)
Commit a6d01d80fab49f7ce0c1b13bd04bce1612322d7d by Sunstrike
Blacklist MFR plugin from Preloader. Closes #222.
The file was modifiedsrc/tconstruct/preloader/ASMInterfaceRepair.java (diff)
Commit f728a2b7b1b37cecce05a85c5a8124e66981e838 by Sunstrike
REALLY blacklist MFR. Derp. Closes #222 FOR REALS this time.
The file was modifiedsrc/tconstruct/preloader/ASMInterfaceRepair.java (diff)
Commit 635632bc65490aa03bcccc981d2de303e7e45a92 by Sunstrike
Pretty sure it'll work this time. Closes #222.
The file was modifiedsrc/tconstruct/preloader/ASMInterfaceRepair.java (diff)
Commit 4cd2d07d4c5475a2c551f585ce231830e26a4d34 by mDiyo
Remove MFR support
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/IFactoryFertilizable.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/IFactoryFertilizer.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/ILiquidDrinkHandler.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/IFactoryRanchable.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/IFactoryRanchable.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/IToolHammerAdvanced.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/rednet/IRedNetLogicCircuit.java
The file was addedgraveyard/minefactoryreloaded/harvestables/HarvestableOreBerry.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/MobDrop.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/IFactoryFruit.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/ISyringe.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/rednet/IRedNetLogicCircuit.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/RandomMob.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/rednet/IRedNetNetworkContainer.java
The file was modifiedsrc/tconstruct/blocks/component/SmelteryScan.java (diff)
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/IToolHammer.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/HarvestType.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/FertilizerType.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/rednet/RedNetConnectionType.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/MobDrop.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/ISafariNetHandler.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/IFactoryPlantable.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/rednet/IConnectableRedNet.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/rednet/IRedNetNetworkContainer.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/ISyringe.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/IToolHammerAdvanced.java
The file was addedgraveyard/readme.txt
The file was removedsrc/powercrystals/minefactoryreloaded/api/IDeepStorageUnit.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/IRandomMobProvider.java
The file was modifiedsrc/tconstruct/blocks/logic/AdaptiveSmelteryLogic.java (diff)
The file was modifiedsrc/tconstruct/blocks/SmelteryBlock.java (diff)
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/HarvestType.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/IFactoryHarvestable.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/IFactoryGrindable.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/IRandomMobProvider.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/FarmingRegistry.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/rednet/RedNetConnectionType.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/IMobEggHandler.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/IDeepStorageUnit.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/IFactoryHarvestable.java
The file was removedsrc/tconstruct/plugins/minefactoryreloaded/MineFactoryReloaded.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/IFactoryFruit.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/IFactoryPlantable.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/FarmingRegistry.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/IFactoryFertilizable.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/ISafariNetHandler.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/ILiquidDrinkHandler.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/IToolHammer.java
The file was addedgraveyard/minefactoryreloaded/MineFactoryReloaded.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/IFactoryGrindable.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/IMobEggHandler.java
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/rednet/IConnectableRedNet.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/IFactoryFertilizer.java
The file was removedsrc/tconstruct/plugins/minefactoryreloaded/harvestables/HarvestableOreBerry.java
The file was removedsrc/powercrystals/minefactoryreloaded/api/RandomMob.java
The file was modifiedsrc/tconstruct/library/component/TankLayerScan.java (diff)
The file was addedgraveyard/powercrystals/minefactoryreloaded/api/FertilizerType.java
Commit 6f3daa1a281c47becae23b344aec841d1d444979 by mDiyo
Update version number to stable
The file was modifiedsrc/tconstruct/TConstruct.java (diff)
Commit 780dfe1e73a8d53549ca5f1bcd77e4cfab925198 by mDiyo
Dont break the Smeltery yet, really!
The file was modifiedsrc/tconstruct/blocks/SmelteryBlock.java (diff)
Commit 135ffc2b4edf3d69c297a212c1c33c4cca163fe5 by Sunstrike
Remove Preloader experimental blacklist.
The file was modifiedsrc/tconstruct/preloader/ASMInterfaceRepair.java (diff)
Commit f92af7cc68920d084cbded4934568ef3294b04f9 by mDiyo
Change to internal reflection for accessing IC2 itemstacks
The file was modifiedsrc/tconstruct/common/TContent.java (diff)
Commit 2ffa646f85c03d3fcb64f8f6285793840509f9ad by mDiyo
Choose the right folder for IC2 items
The file was modifiedsrc/tconstruct/common/TContent.java (diff)
Commit 146cc6c65b2c03c27f9dfd56d9fc1d114e1d93d4 by mDiyo
Fix Tool Station Gui
The file was modifiedsrc/tconstruct/client/TProxyClient.java (diff)
Commit 21f298f06432da41df57f88934de9e5472064944 by mDiyo
Proper default on slime island rarity
The file was modifiedsrc/tconstruct/util/config/PHConstruct.java (diff)
Commit 8ce8565490e913d4f83fd7dc664f567ca3b584b6 by mDiyo
Fix gui on Smeltery
The file was modifiedsrc/tconstruct/blocks/SmelteryBlock.java (diff)