diff options
-rw-r--r-- | chest.lua | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |