From f2ab3c4c77443644c89a0baa448d9be98a66c628 Mon Sep 17 00:00:00 2001 From: Milan <tchncs@vivaldi.net> Date: Mon, 17 Dec 2018 09:58:45 +0100 Subject: [PATCH] .. --- shop.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/shop.lua b/shop.lua index b3d6faf..3e20410 100644 --- a/shop.lua +++ b/shop.lua @@ -40,7 +40,6 @@ illuna.update=function(pos,stat) end end - minetest.register_entity("illuna:item",{ hp_max = 1, visual="wielditem", @@ -77,7 +76,6 @@ minetest.register_entity("illuna:item",{ end, }) - illuna.showform=function(pos,player,re) local meta=minetest.get_meta(pos) local creative=meta:get_int("creative") -- GitLab