Go to file
h-v-smacker 6290e57d8f Support for RE batteries for fuel 2017-10-10 22:02:35 +03:00
locale update localization 2017-09-19 23:44:59 -06:00
nodes Support for RE batteries for fuel 2017-10-10 22:02:35 +03:00
sounds added sounds to crate packing and unpacking 2017-01-17 00:31:41 -07:00
textures Support for RE batteries for fuel 2017-10-10 22:02:35 +03: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 I was reading the "uses resources" setting incorrectly, defaulted to false on new games 2017-02-14 14:51:57 -07:00
README.txt add a "digtron_protected" node group for modders to use if they want to prevent digtrons from digging their nodes 2017-01-27 19:54:19 -07:00
awards.lua Internationalization support 2017-02-04 23:08:38 -07:00
class_layout.lua Support for RE batteries for fuel 2017-10-10 22:02:35 +03:00
class_pointset.lua added a few features to this class while working on another mod 2017-02-25 21:47:16 -07:00
config.lua Support for RE batteries for fuel 2017-10-10 22:02:35 +03:00
depends.txt Support for RE batteries for fuel 2017-10-10 22:02:35 +03:00
description.txt Add wiki link to description 2017-01-22 11:35:52 -07:00
doc.lua Support for RE batteries for fuel 2017-10-10 22:02:35 +03: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 Support for RE batteries for fuel 2017-10-10 22:02:35 +03:00
intllib.lua Internationalization support 2017-02-04 23:08:38 -07:00
mod.conf update version numbers. Getting close to a "release" version here, I think. 2017-01-22 11:25:46 -07:00
screenshot.png Add screenshot 2017-01-21 21:22:54 -07:00
settingtypes.txt add extrusion capability to build heads 2017-09-10 18:58:25 -06:00
upgrades.lua making formspecs more systematic and upgradable 2017-09-19 22:57:40 -06:00
util.lua Support for RE batteries for fuel 2017-10-10 22:02:35 +03:00
util_execute_cycle.lua Support for RE batteries for fuel 2017-10-10 22:02:35 +03: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.

Note for modders: if you wish to make a node impenetrable to Digtron's digging, add it to the "digtron_protected" group.

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 ,     ]