summaryrefslogtreecommitdiff
path: root/piston.lua
diff options
context:
space:
mode:
Diffstat (limited to 'piston.lua')
-rw-r--r--piston.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/piston.lua b/piston.lua
index b4ed655..070da43 100644
--- a/piston.lua
+++ b/piston.lua
@@ -220,3 +220,12 @@ minetest.register_node("digistuff:piston_pusher", {
mesecon.register_mvps_stopper("digistuff:piston_ext")
mesecon.register_mvps_stopper("digistuff:piston_pusher")
+
+minetest.register_craft({
+ output = "digistuff:piston",
+ recipe = {
+ {"mesecons_pistons:piston_normal_off"},
+ {"mesecons_luacontroller:luacontroller0000"},
+ {"digilines:wire_std_00000000"},
+ },
+})