summaryrefslogtreecommitdiff
path: root/jeija/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'jeija/init.lua')
-rw-r--r--jeija/init.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/jeija/init.lua b/jeija/init.lua
index d216324..1a5fce7 100644
--- a/jeija/init.lua
+++ b/jeija/init.lua
@@ -96,7 +96,6 @@ minetest.register_node("jeija:mesecon_off", {
minetest.register_node("jeija:mesecon_on", {
drawtype = "raillike",
tile_images = {"jeija_mesecon_on.png", "jeija_mesecon_curved_on.png", "jeija_mesecon_t_junction_on.png", "jeija_mesecon_crossing_on.png"},
- inventory_image = "jeija_mesecon_on.png",
paramtype = "light",
is_ground_content = true,
walkable = false,
@@ -106,7 +105,6 @@ minetest.register_node("jeija:mesecon_on", {
material = minetest.digprop_constanttime(0.1),
drop = '"jeija:mesecon_off" 1',
light_source = LIGHT_MAX-11,
- description="Mesecons",
})
minetest.register_craft({