diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-03-31 20:25:46 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-03-31 20:25:46 -0400 |
commit | d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4 (patch) | |
tree | 823380234c085bb6edbc472531277db8a33c721b /technic/tools | |
parent | 02c000610d3e78d6f8a5fa58115e8fcd83f3d97b (diff) | |
download | dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar.gz dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar.bz2 dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.tar.xz dreambuilder_modpack-d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4.zip |
update mesecons, pipeworks, castle, and technic
Diffstat (limited to 'technic/tools')
-rw-r--r-- | technic/tools/tree_tap.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/technic/tools/tree_tap.lua b/technic/tools/tree_tap.lua index e84fe33..ae68b56 100644 --- a/technic/tools/tree_tap.lua +++ b/technic/tools/tree_tap.lua @@ -62,6 +62,7 @@ minetest.register_craftitem("technic:rubber", { }) minetest.register_abm({ + label = "Tools: tree tap", nodenames = {"moretrees:rubber_tree_trunk_empty"}, interval = 60, chance = 15, |