From e4bf053ad87be7b9a9a03e32fed7ae7c88ba0566 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 19 Nov 2013 16:43:30 +0100 Subject: add alternative crafting recipes to turn default chests into a shared chest --- chest.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'chest.lua') diff --git a/chest.lua b/chest.lua index 07bf186..9f4e440 100644 --- a/chest.lua +++ b/chest.lua @@ -90,4 +90,20 @@ minetest.register_craft({ {'default:wood','landrush:landclaim','default:wood'}, {'default:wood','default:wood','default:wood'} } +}) + +minetest.register_craft({ + output = 'landrush:shared_chest', + recipe = { + {'landrush:landclaim'}, + {'default:chest'} + } +}) + +minetest.register_craft({ + output = 'landrush:shared_chest', + recipe = { + {'landrush:landclaim'}, + {'default:chest_locked'} + } }) \ No newline at end of file -- cgit v1.2.3