Changes

Summary

  1. make drain function w/ fluid argument work (details)
  2. Implement IFluidHandler properly on all blocks. (details)
  3. Update Forge to 1205 (details)
  4. Add a Smeltery-API for smeltery fuel (details)
  5. Make Smelteries use the fuel API. Should work, but somebody properly (details)
  6. Lava is now a smeltery fuel! Pyrothium now also is a smeltery fuel, and (details)
Commit b13e2b5340cc50199eef797d5dcae0174c54ec59 by leon.loeser
make drain function w/ fluid argument work
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/SmelteryDrainLogic.java (diff)
Commit 79b0c5ef8631cfe088ec0ff34291c792ecf9f1c6 by bernhard.bonigl
Implement IFluidHandler properly on all blocks.
Should fix all ExtraCells dupe bugs.
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/CastingBasinLogic.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/LavaTankLogic.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/CastingTableLogic.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/SmelteryDrainLogic.java (diff)
The file was modifiedbuild.properties (diff)
Commit 02c4b119a35e308ee93c990fdc8c6093df9f3381 by bernhard.bonigl
Add a Smeltery-API for smeltery fuel
The file was modifiedsrc/main/java/tconstruct/library/crafting/Smeltery.java (diff)
Commit c09de4b135174565f2280ba6ea3e802b6342757c by bernhard.bonigl
Make Smelteries use the fuel API. Should work, but somebody properly test this with servers.
The file was modifiedsrc/main/java/tconstruct/smeltery/gui/SmelteryGui.java (diff)
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/SmelteryLogic.java (diff)
Commit 9a6790e0a827c7296ab6ba51196da640d56c623d by bernhard.bonigl
Lava is now a smeltery fuel! Pyrothium now also is a smeltery fuel, and hotter at that!
The file was modifiedsrc/main/java/tconstruct/smeltery/TinkerSmeltery.java (diff)