mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-26 00:53:44 +01:00
readme revised
This commit is contained in:
parent
31cf34f063
commit
935c17de95
23
README.md
23
README.md
@ -1,2 +1,23 @@
|
|||||||
# TechPack
|
# 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
|
end
|
||||||
tbl[#tbl+1] = "checkbox[0,8.5;endless;Run endless;"..endless.."]"
|
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] = "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)
|
return table.concat(tbl)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user