diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2014-12-29 11:03:11 +0000 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2014-12-29 11:03:11 +0000 |
commit | cae854e5baefd2f73ce1682bd35b77222b701b94 (patch) | |
tree | eef4b37b220e420f2b0e64f2ddbcc8e487d5c871 /gates.lua | |
parent | 4c3e8741cad55be7509c49f908ca796d6bba2705 (diff) |
Updated to work with MT 0.4.11
Diffstat (limited to 'gates.lua')
-rw-r--r-- | gates.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,7 +43,7 @@ gate.type = { {"banana", "Banana Wood", "banana_wood.png", "ethereal:banana_wood"}, {"mushroom", "Mushroom", "mushroom_trunk.png", "ethereal:mushroom_trunk"}, {"acacia", "Acacia Wood", "moretrees_acacia_wood.png","ethereal:acacia_wood"}, - + {"pine", "Pine Wood", "default_pinewood.png", "default:pinewood"}, } for _, row in ipairs(gate.type) do @@ -87,7 +87,7 @@ minetest.register_node("ethereal:"..name.."gate_open", { }) minetest.register_node("ethereal:"..name.."gate_closed", { - description = name.." fence gate", + description = desc.." Gate", tiles = {texture}, inventory_image = "default_gate_overlay.png^"..texture.."^default_gate_overlay.png^[makealpha:255,126,126", wield_image = "default_gate_overlay.png^"..texture.."^default_gate_overlay.png^[makealpha:255,126,126", |