first commit

This commit is contained in:
Joachim Stolberg 2018-10-05 22:52:51 +02:00
parent dbb8cdf39d
commit 61ee18124a
3 changed files with 6 additions and 0 deletions

@ -1,7 +1,12 @@
# Tube Library 2 [tubelib2]
THIS MOD IS WORK IN PROGRESS !!!
A library for mods which need connecting tubes / pipes / cables or similar.
This mod is not useful for its own. It does not even have any nodes.
It only comes with a few test nodes to play around with the tubing algorithm.
Browse on: ![GitHub](https://github.com/joe7575/tubelib2)
Download: ![GitHub](https://github.com/joe7575/tubelib2/archive/master.zip)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 395 B

After

Width:  |  Height:  |  Size: 389 B

@ -204,5 +204,6 @@ minetest.register_node("tubelib2:tool", {
on_use = remove_tube,
on_place = repair_tubes,
node_placement_prediction = "",
stack_max = 1,
})