1.2.0
Note: According to Semantic versioning this release breaks version by not incrementing the major version number to signify the incompatible changes in this release (removal of tubelib
support).
Added
- Iron, copper, silver, and gold protected chests.
- Inventory move buttons for silver, gold, and mithril chests.
- Digilines support for mithril chests.
- More ways to sort chests (item name, quantity, item type, or wear).
Changed
- All chests have description/infotext editing.
- Redesigned formspecs of chests.
- Protected chests don't require the
protector
orarea
mods. - Reduced metadata read/write loops for batteries, battery nodes must call
network:update_battery(...)
to update battery state. - Self-contained injectors run on node timers instead of an ABM.
- Self-contained injectors can be rotated with items inside.
Removed
- Chests no longer support the
tubelib
mod.
Fixed
- Tubes now update correctly when self-contained injectors are rotated.