Skip to content

1.0.1 for MC 1.7.10

Latest
Compare
Choose a tag to compare
@founderio founderio released this 16 Dec 22:27
· 617 commits to master since this release

New Features:

  • Partial support for wrench-rotating vanilla blocks & being rotated by other wrenches. (rotateBlock implementation)
  • Kaolinite Dust (no use as of now)

Bugfixes:

  • Fixed #160 [Critical] Breaking the block a sensor is mounted on causes a gamebreaking block update endless loop
  • Fixed the saw being registered as "tool" only, now registered as tool.saw. This will cause your saw items to go missing. Sorry Guys :(
  • Fixed #148 Ore Dictionary support for dusts, ores
  • Partially Fixed #149 Not able to disable Ore Spawning (Config partially missing and was entirely ignored)
  • Fixed smaller issue: Sieve would still partially process items when disabled by redstone
  • Corrected texture for kaolinite & bauxite to actual rock textures ( #150 )
  • Possible NullPointerException fixed (not certain...)
  • Resin was not registered with the ore dictionary ( #147 )

Known issues:

  • configuring the ore / rock spawnrates is still not possible ( #149 )
  • Sensors don't update their surrounding blocks on breaking ( #159 )

Enhancements:

  • Removed conveyor support frame from appliance item rendering
  • Added Redstone debug stuff to debug item
  • Rendering improvements (small performance imrovement)
  • Internal restructuring & code cleanup to ease upgrading to 1.8
  • Item Bags & Trash Cans don't request ticks anymore (small performance improvement)
  • Item Bags & Trash Cans can now be placed on other blocks too
  • Adjusted spawnrate of bauxite a bit ( #151 et. al.)
  • Greatly reduced tick time for stacked / blocked chutes (blocked chutes will not check for item entities)
  • Optimized recipe fetching for grinder/crusher (only re-fetch when the input actually changes) ( #135 )
  • Take out "stuck" items from running processors only with wrench (unclog them); Doing this with your bare hands on a running processor now hurts (a lot..) ( #141 )
  • Conveyors can now be aligned with other rotated conveyor machines on placement ( #138 )
  • Texture issues on conveyor ( #139 , #132 )