2015-03-14 17:03:20 +01:00
|
|
|
Additions:
|
|
|
|
* **New textures!** - "Essence" made by (CyanideX)
|
|
|
|
* **Modularization** - BuildCraft is back to being modules (asie)
|
2015-03-17 08:24:14 +01:00
|
|
|
* Blocks:
|
2015-03-25 15:32:50 +01:00
|
|
|
* Changed automatic crafting mechanics:
|
|
|
|
* Redstone Engines speed up the Auto Workbench a little bit (asie)
|
|
|
|
* The Auto Workbench now supports non-stackable items and has an internal buffer (asie)
|
2015-03-15 17:23:08 +01:00
|
|
|
* Blueprint Library renamed to Electronic Library, supports copying books - and soon other things! (asie)
|
2015-03-19 22:01:46 +01:00
|
|
|
* Rewritten Zone Planner map system - should have much less lag and take up less disk space!
|
|
|
|
* **Note** - all existing zone planner previews will disappear. To reload them, simply break and place the zone planner!
|
2015-03-24 17:29:27 +01:00
|
|
|
* You can now place a Marker-using machine next to any part of the box and not just corners (asie)
|
2015-03-17 08:24:14 +01:00
|
|
|
* Items:
|
2015-03-15 17:23:08 +01:00
|
|
|
* Paintbrush for dyeing pipes and other supported blocks (asie)
|
|
|
|
* Debugger for developer use (asie)
|
2015-03-17 08:24:14 +01:00
|
|
|
* Map Locations can now be named (in the Zone Planner) (asie)
|
|
|
|
* Gates:
|
|
|
|
* Gate recipes now show up in NEI properly (asie)
|
|
|
|
* Light Sensor expansion for detecting brightness in front of a gate (asie)
|
2015-03-21 18:31:37 +01:00
|
|
|
* Gate statement parameters now display the item stack information (asie)
|
2015-03-17 08:24:14 +01:00
|
|
|
* Pipes:
|
|
|
|
* Massive optimizations - up to 3x less server-intensive (asie, Player)
|
2015-03-31 18:00:45 +02:00
|
|
|
* Diamond pipes now sort in a round-robin manner, allowing for acting as Distribution Pipes (asie)
|
2015-03-20 15:07:12 +01:00
|
|
|
* Improvements to Stripes Pipes:
|
|
|
|
* Extending or retracting a Stripes Pipe now carries over all its gates, pipe wires and pluggables (asie)
|
|
|
|
* You can now extend pipe wires by putting them into a Stripes Pipe (asie)
|
|
|
|
* PlaceBlock now works directly in front of a block again (asie)
|
2015-03-20 17:03:32 +01:00
|
|
|
* Stripes Pipes can now have their output direction controlled with Gates (asie)
|
2015-03-21 11:20:07 +01:00
|
|
|
* Stripes Pipes can now place and break Minecarts (asie)
|
|
|
|
* Stripes Pipes can now throw XP Bottles and shoot fireworks (asie)
|
2015-03-20 17:03:32 +01:00
|
|
|
* Made items in pipes move at a much smoother rate (rendering) (asie)
|
2015-03-17 08:24:14 +01:00
|
|
|
* Robots:
|
|
|
|
* Improved robot light handling - the light now denotes sleep state and battery charge level (asie)
|
|
|
|
* New Robot triggers and actions: Linked, Reserved, In Station and Robot Mandatory (asie)
|
|
|
|
* Robots can now use modded pickaxes, shovels and axes (asie)
|
2015-03-21 18:11:22 +01:00
|
|
|
* Behaviour change: robots now always output to item/fluid pipes, not item/fluid containers (asie)
|
2015-03-17 08:24:14 +01:00
|
|
|
* Misc.:
|
|
|
|
* Lasers now glow in the night (asie)
|
|
|
|
* Miscellanous optimizations (asie)
|
|
|
|
* Packets are now sent in a separate thread, causing most of the pipe optimizations and many other things (asie, Player)
|
2015-03-14 17:03:20 +01:00
|
|
|
|
|
|
|
Bugfixes:
|
2015-03-31 18:00:45 +02:00
|
|
|
* [#2372] Filters not working with Clay Pipes (asie)
|
2015-03-14 17:03:20 +01:00
|
|
|
* **Stopped wooden item pipes from exploding** (asie)
|
|
|
|
* Structure pipes not respecting blocking pluggables (asie)
|
2015-03-17 08:24:14 +01:00
|
|
|
* Fixed alternate slimeball-based pipe sealant recipe being uncraftable (asie)
|
|
|
|
* Fixed minor Zone Planner rendering issues (asie)
|
2015-03-14 17:03:20 +01:00
|
|
|
|
|
|
|
APIs:
|
|
|
|
* IDebuggable, for debugger compatibility in tile entities (asie)
|
|
|
|
* LibraryAPI for supporting copying of custom items in the Electronic Library (asie)
|
2015-03-17 08:24:14 +01:00
|
|
|
* ISided/IRedstoneStatementContainer (asie)
|
2015-03-14 17:03:20 +01:00
|
|
|
|
|
|
|
Breaking changes:
|
|
|
|
* Item pipes may no longer be connected to the front of the Mining Well or Quarry.
|
2015-03-21 18:11:22 +01:00
|
|
|
* Behaviour change: robots now always output to item/fluid pipes, not item/fluid containers
|
2015-03-21 18:31:37 +01:00
|
|
|
* Lists are no longer recursive
|