From cc264477bb73cb0a5b0eca901ae268944e514d70 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Sun, 8 Jan 2017 01:38:30 -0700 Subject: [PATCH] Rotation unit didn't give the right thing back when dug --- README.txt | 2 +- node_axle.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 6cd65b9..c4fe3e9 100644 --- a/README.txt +++ b/README.txt @@ -55,7 +55,7 @@ Since movement alone does not require fuel, a pusher module has no internal furn Rotation Unit ----------- -This magical module can rotate a Digtron array in place around itself. Right-clicking on it will rotate the Digtron 90 degrees in the direction the orange arrows on its sides indicate (widdershins around the Y axis by default, use the screwdriver to change this) assuming there's space for the Digtron in its new orientation. Builders and diggers will not trigger. +This magical module can rotate a Digtron array in place around itself. Right-clicking on it will rotate the Digtron 90 degrees in the direction the orange arrows on its sides indicate (widdershins around the Y axis by default, use the screwdriver to change this) assuming there's space for the Digtron in its new orientation. Builders and diggers will not trigger on rotation. Digger Head ----------- diff --git a/node_axle.lua b/node_axle.lua index 5859777..c30a401 100644 --- a/node_axle.lua +++ b/node_axle.lua @@ -1,7 +1,7 @@ minetest.register_node("digtron:axle", { description = "Digtron Rotation Unit", groups = {cracky = 3, oddly_breakable_by_hand=3, digtron = 1}, - drop = "digtron:axel", + drop = "digtron:axle", sounds = digtron.metal_sounds, paramtype = "light", paramtype2= "facedir",