From 3d08b568ad1da1e3259a66cb91fd1039781c75cb Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 26 Sep 2017 00:11:57 -0400 Subject: update castles modpack, boost_cart, homedecor, currency, farming redo, framed glass, gloopblocks, mesecons, moreblocks, pipeworks, signs_lib, technic, unified mesecons, and worldedit created a new tag for this release (this will be standard procedure from now on) --- signs_lib/init.lua | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'signs_lib') diff --git a/signs_lib/init.lua b/signs_lib/init.lua index 5f3acfc..804a720 100644 --- a/signs_lib/init.lua +++ b/signs_lib/init.lua @@ -1018,17 +1018,6 @@ minetest.register_lbm({ -- locked sign -minetest.register_craft({ - output = "locked_sign:sign_wall_locked", - recipe = { - {"group:wood", "group:wood", "group:wood"}, - {"group:wood", "group:wood", "default:steel_ingot"}, - {"", "group:stick", ""}, - } -}) - ---Alternate recipe - minetest.register_craft({ output = "locked_sign:sign_wall_locked", recipe = { -- cgit v1.2.3