Skip to content

Releases: Team-IO/taam

1.1.0-beta11 for MC 1.10.2

03 Oct 21:08
Compare
Choose a tag to compare
Pre-release

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:

  • Fix breaking a chute dropping all inventory content of an inventory below the chute ( #229 )
  • Check existence of capabilities before fetching them (should fix #231 )
  • Compatibility changes for the new JEI versions
  • Fixed ore blocks always dropping copper

1.1.0-beta11 for MC 1.9.4

03 Oct 20:47
Compare
Choose a tag to compare
Pre-release

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:

  • Fix breaking a chute dropping all inventory content of an inventory below the chute ( #229 )
  • Check existence of capabilities before fetching them (should fix #231 )
  • Compatibility changes for the new JEI versions
  • Fixed ore blocks always dropping copper

1.1.0-beta10 for MC 1.9.4

28 Jul 21:08
Compare
Choose a tag to compare
Pre-release

Bugfixes:

  • Fixed possible NPE with weird block states
  • Fixed appliances not working anymore ( #233 )
  • Work around an issue with overlay renderer, crashing & thus disabling highlights ( #232 )

Enhancements:

  • Performance & memory consumption improvements
  • Add chinese translation (incomplete)

1.1.0-beta9 for MC 1.9.4

24 Jul 20:05
Compare
Choose a tag to compare
Pre-release

New Features:

  • Config option to disable debug output completely
    screenshot from 2016-07-24 22-05-18

1.1.0-beta8 for MC 1.9.4

24 Jul 12:04
Compare
Choose a tag to compare
Pre-release

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

09 Jul 17:15
Compare
Choose a tag to compare
Pre-release

Bugfixes:

  • Fixed Serverside Crash (#220)

1.1.0-beta6 for MC 1.9.4

09 Jul 16:01
Compare
Choose a tag to compare
Pre-release

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:

  • Fix Rendering affecting other blocks (#209)
  • Fix items rendering too big
  • Fixed a possible out-of-bounds exception with conveyor machines
  • Fixed derpy ore generation (#162, #214)

1.1.0-beta5 for MC 1.9.4

05 Jul 20:12
Compare
Choose a tag to compare
Pre-release

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

28 May 20:33
Compare
Choose a tag to compare
Pre-release

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

screenshot from 2016-05-28 22-43-08

1.1.0-beta3 for MC 1.9.4

28 May 10:39
Compare
Choose a tag to compare
Pre-release

Bugfixes:

  • Fix client crash when rendering production line appliances
  • Fix visual desync for wrapped machines, mostly happening on slow connections (hopefully)