Releases: Team-IO/taam
Releases · Team-IO/taam
1.1.0-beta11 for MC 1.10.2
Adjustments for MC 1.10.2, future releases will be dual-versioned for 1.9.4 and 1.10.2 as long as we can support it.
New Features:
- Finished behaviour & new (unfinished) model for the conveyor elevator
- Recipes for grinding flowers down to dyes ( #123 )
- Nuggets + Matching recipes for the other metal types
- Recipe improvements ( #199 ):
- Ore dictionary entries for cement & stone dust
- Recipes for: Conveyor Elevator, Support beam, Cement, Concrete blocks, Redirector, Aligner, Industrial Lamp, all the fluid-related machines
- Fixes/improvements for Nozzle & Processor Recipes
- Rotated variants for some recipes
- Utilize Ore Dictionary where possible
Bugfixes:
1.1.0-beta11 for MC 1.9.4
New Features:
- Finished behaviour & new (unfinished) model for the conveyor elevator
- Recipes for grinding flowers down to dyes ( #123 )
- Nuggets + Matching recipes for the other metal types
- Recipe improvements ( #199 ):
- Ore dictionary entries for cement & stone dust
- Recipes for: Conveyor Elevator, Support beam, Cement, Concrete blocks, Redirector, Aligner, Industrial Lamp, all the fluid-related machines
- Fixes/improvements for Nozzle & Processor Recipes
- Rotated variants for some recipes
- Utilize Ore Dictionary where possible
Bugfixes:
1.1.0-beta10 for MC 1.9.4
1.1.0-beta9 for MC 1.9.4
1.1.0-beta8 for MC 1.9.4
New Features:
- Fluid Blocks & functioning buckets for dyes & material fluids [ #200 ]
- Prototype conveyor elevator (unstable behaviour, model & texture unfinished) [Related: #64 ]
- Prototype of industrial lamp (stable, model & texture unfinished) [Related: #75 ]
Enhancements:
- Clean up debug output (again)
- Migrated to IFluidHandler capability
- Increase output of conveyor belt recipe [ #145 ]
- Add debug information for conveyor slots when holding the debug tool
- Document multipart<>tileentity wrapper stuff in code
Bug Fixes:
- Fixed tank right click with fluid containers (buckets, et. al.) [ #200 ]
- Fixed machines not checking IInventory / ISidedInventory [ #221 ]
- Fixed Conveyor Hopper stack mode being inverted in some cases [ #224 ]
- Add missing item model for aligner appliance
- Fixed crash with motion sensors [ #216 ]
- Fix sensor rotation being off
- Fix motion sensor placement check
- Fix various serverside crashes & rendering issues with the app-framework
- Fix serverside crash with the aligner appliance [ #228 ]
- Fix serverside crashes with various other blocks, when fetching the actual state from blocks
- Fix aligner filtering misalignment [ #226 ]
- Fix a crash when clicking a tank or a creative well with something that is not fluid-related
- After-Glow of switching to fluid handler capability:
- Fix fetching fluids for configuring the creative well not working for fixed-amount items, like buckets
- Fix fluid vanishing when pumped into tanks
1.1.0-beta7 for MC 1.9.4
Bugfixes:
- Fixed Serverside Crash (#220)
1.1.0-beta6 for MC 1.9.4
New Features:
- Add redirector (Place in regular conveyors to redirect items sideways)
- Implement prototype aligner appliance, allowing item filtering/sorting
- Add update checker, powered by https://team-io.net/taam-updates.php
- Mini-App framework, allowing modular GUIs (currently used in the aligner)
Enhancements:
- Work more with capabilities (mostly an internal rewrite)
- Switch to IItemHandler where possible
- Code & Model cleanup
- Config ALL the things! (Config cleanup + improvement)
- Enhance conveyor slot highlighting
- Speed up Conveyor Shredder (now processes whole stacks at once)
Bugfixes:
1.1.0-beta5 for MC 1.9.4
Bugfixes:
- Add safeguard to prevent being locked out of the world when the block highlight renderer crashes (Fixes #217)
Enhancements:
- Update to Forge Version 12.17.0.1963
1.1.0-beta4 for MC 1.9.4
Bugfixes:
- Compile against experimental MCMultipart version
- Fix multipart rendering issues
- Fix OBJState-dependent models not working (read: Fixed Models rendering very jumbled & ugly)
- Fix Conveyor Hopper crashing when accessed through its IItemHandler (e.g. when using a vanilla hopper on it)
- Fix sound registration
- Fix PipeEnd implementation on the sprayer
Enhancements:
- Extract several non-dynamic models into separate files to improve performance
1.1.0-beta3 for MC 1.9.4
Bugfixes:
- Fix client crash when rendering production line appliances
- Fix visual desync for wrapped machines, mostly happening on slow connections (hopefully)