From 2e1435898816d49a6820578c88b4d46ea8230465 Mon Sep 17 00:00:00 2001 From: Jeija Date: Sun, 29 Jan 2012 11:53:43 +0100 Subject: Add descriptions --- jeija/movestone.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jeija/movestone.lua') diff --git a/jeija/movestone.lua b/jeija/movestone.lua index ac742df..ec0cd9a 100644 --- a/jeija/movestone.lua +++ b/jeija/movestone.lua @@ -63,6 +63,7 @@ minetest.register_node("jeija:movestone", { paramtype2 = "facedir", legacy_facedir_simple = true, material = minetest.digprop_stonelike(0.8), + description="Movestone", }) minetest.register_entity("jeija:movestone_entity", { @@ -171,6 +172,7 @@ minetest.register_node("jeija:sticky_movestone", { paramtype2 = "facedir", legacy_facedir_simple = true, material = minetest.digprop_stonelike(0.8), + description="Sticky Movestone", }) minetest.register_craft({ -- cgit v1.2.3