summaryrefslogtreecommitdiff
path: root/chest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'chest.lua')
-rw-r--r--chest.lua16
1 files changed, 16 insertions, 0 deletions
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