Go to file
FaceDeer ba3cacbb8d Add screenshot 2017-01-21 21:22:54 -07:00
sounds added sounds to crate packing and unpacking 2017-01-17 00:31:41 -07:00
textures Revamp storage module textures, controller colorization 2017-01-21 20:38:19 -07:00
.gitattributes 🎊 Added .gitattributes & .gitignore files 2016-12-30 23:34:57 -07:00
.gitignore 🎊 Added .gitattributes & .gitignore files 2016-12-30 23:34:57 -07:00
LICENSE.txt New digger head texture by Hajo 2017-01-05 21:13:16 -07:00
README.txt Move more documentation into the documentation mod data 2017-01-21 00:40:08 -07:00
awards.lua add achievements for storing Digtrons in crates 2017-01-20 00:30:28 -07:00
class_layout.lua Add a bunch of achievements via optional dependency on the Awards mod 2017-01-18 23:42:36 -07:00
class_pointset.lua renaming class definition files 2017-01-10 00:32:08 -07:00
depends.txt Add a bunch of achievements via optional dependency on the Awards mod 2017-01-18 23:42:36 -07:00
description.txt Just moving some code around in preparation to adding a "lateral shunt" option to the auto-controller 2017-01-08 21:34:27 -07:00
doc.lua change more instances of the word "node" into "block" in the documentation 2017-01-21 00:44:18 -07:00
entities.lua Add "Doc" modpack support. Also fix up some bugs with crate marker entities, and make them show protected nodes. 2017-01-17 19:57:20 -07:00
init.lua Remove a copy and paste error, change wording of "creative mode" setting 2017-01-21 21:05:28 -07:00
mod.conf Add a bunch of achievements via optional dependency on the Awards mod 2017-01-18 23:42:36 -07:00
node_axle.lua Move crate recipe into the recipes file 2017-01-20 00:34:01 -07:00
node_builders.lua Prevent builders from being able to build Digtron components, it's silly 2017-01-21 00:55:11 -07:00
node_controllers.lua Revamp storage module textures, controller colorization 2017-01-21 20:38:19 -07:00
node_crate.lua Move crate recipe into the recipes file 2017-01-20 00:34:01 -07:00
node_diggers.lua Revamp storage module textures, controller colorization 2017-01-21 20:38:19 -07:00
node_misc.lua Add "Doc" modpack support. Also fix up some bugs with crate marker entities, and make them show protected nodes. 2017-01-17 19:57:20 -07:00
node_storage.lua Revamp storage module textures, controller colorization 2017-01-21 20:38:19 -07:00
recipes.lua Move crate recipe into the recipes file 2017-01-20 00:34:01 -07:00
screenshot.png Add screenshot 2017-01-21 21:22:54 -07:00
settingtypes.txt Remove a copy and paste error, change wording of "creative mode" setting 2017-01-21 21:05:28 -07:00
util.lua Add "Doc" modpack support. Also fix up some bugs with crate marker entities, and make them show protected nodes. 2017-01-17 19:57:20 -07:00
util_execute_cycle.lua Ensure rounding never brings fuel_burning display below 0 2017-01-21 01:46:44 -07:00
util_item_place_node.lua Initial commit 2016-12-30 23:38:18 -07:00

README.txt

			Modular Tunnel Boring Machine, aka
				  The Almighty Digtron
				  ====================

This mod contains a set of nodes that can be used to construct highly customizable and modular tunnel-boring machines, bridge-builders, road-pavers, wall-o-matics, and other such construction/destruction contraptions.

The basic nodes that can be assembled into a functioning digging machine are:

* Digger heads, which excavate material in front of them when the machine is triggered
* Builder heads, which build a user-configured node in front of them
* Inventory modules, which hold material produced by the digger and provide material to the builders
* Control node, used to trigger the machine and move it in a particular direction.

A digging machine's components must be connected to the control node via a path leading through the faces of the nodes - diagonal connections across edges and corners don't count.


Crafting recipes
================

All machine nodes are constructed from a "Digtron Core" craft item and other materials.

Digtron cores are made with the following recipe:

[     ,     steel    ,      ]
[steel, mese fragment, steel]
[     ,     steel    ,      ]
			
Digger heads:

[       , diamond ,        ]
[diamond,  core   , diamond]
[       , diamond ,        ]

Sand/gravel digger heads:

[     , steel ,      ]
[steel, core  , steel]
[     , steel ,      ]

Builder heads:

[             , mese fragment,              ]
[mese fragment,     core     , mese fragment]
[             , mese fragment,              ]

Controller:
		
[            , mese crystal,             ]
[mese crystal,     core    , mese crystal]
[            , mese crystal,             ]

Automatic Controller:
		
[mese crystal, mese crystal, mese crystal]
[mese crystal,     core    , mese crystal]
[mese crystal, mese crystal, mese crystal]

Inventory modules:

[chest,]
[core,]

Fuel storage modules:

[furnace,]
[core,]

Combined storage:

[furnace,]
[core,]
[chest,]

Structural modules:

[stick,      , stick]
[     , core ,      ]
[stick,      , stick]

Panel:

[     ,      ,      ]
[     , core ,      ]
[     , steel,      ]

Edge panel:

[     ,      ,      ]
[     , core , steel]
[     , steel,      ]

Corner panel:

[     ,      ,      ]
[     , core , steel]
[     , steel, steel]


Lantern module:

[torch,]
[core,]
	
Pusher controller:

[    , coal ,     ]
[coal, core , coal]
[    , coal ,     ]