diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-06 12:07:27 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-06 12:07:27 -0700 |
commit | 6af67133be0524a1482e512038c5c1267b0ba1b9 (patch) | |
tree | 161ca36b21401aec266ad0436721aa9f41fe85a7 /README.txt | |
parent | f85e42b7fafa3697cca51ff257aa58d7cedaffc6 (diff) |
Adding combined storage module
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -102,6 +102,11 @@ The fuel costs for digging and building can be configured in the init.lua file. * Dig 60 wood nodes * Dig 80 dirt or sand nodes +Combined Storage Module +----------------------- + +For smaller jobs the two dedicated modules may simply be too much of a good thing, wasting precious Digtron space to give unneeded capacity. The combined storage module is the best of both worlds, splitting its internal space between building material inventory and fuel storage. It has 3/4 building material capacity and 1/4 fuel storage capacity. + Structural Module ----------------- @@ -190,7 +195,13 @@ Fuel storage modules: [furnace,] [core,] - + +Combined storage: + +[furnace,] +[core,] +[chest,] + Structural modules: [stick, , stick] |