readme revised

This commit is contained in:
Joachim Stolberg 2018-03-10 22:44:50 +01:00
parent 31cf34f063
commit 935c17de95
2 changed files with 23 additions and 2 deletions

@ -1,2 +1,23 @@
# TechPack
TechPack, a Mining, Crafting, & Farming Modpack for Minetest
TechPack, a Mining, Crafting, & Farming Modpack for Minetest.
TechPack is a collection of following Mods:
* tubelib,
a Mod for item exchange via lumber tubes and wireless message communication between nodes.
![README.md](https://github.com/joe7575/techpack/blob/master/tubelib/README.md)
* tubelib_addons1,
a Tubelib extension with mining, farming, and crafting nodes
![README.md](https://github.com/joe7575/techpack/blob/master/tubelib_addons1/README.md)
* tubelib_addons2,
a Tubelib extension with control nodes
![README.md](https://github.com/joe7575/techpack/blob/master/tubelib_addons2/README.md)
* gravelsieve,
a Mod to sieve ores from gravel.
![README.md](https://github.com/joe7575/techpack/blob/master/gravelsieve/README.md)
* smartline,
a Mod with small and smart sensors, actors and controllers.
![README.md](https://github.com/joe7575/techpack/blob/master/smartline/README.md)

@ -35,7 +35,7 @@ local function formspec(state, rules, endless)
end
tbl[#tbl+1] = "checkbox[0,8.5;endless;Run endless;"..endless.."]"
tbl[#tbl+1] = "image_button[5,8.5;1,1;".. tubelib.state_button(state) ..";button;]"
tbl[#tbl+1] = "button[7,8.5;1.5,1;help;help]"
tbl[#tbl+1] = "button[6.2,8.5;1.5,1;help;help]"
return table.concat(tbl)
end