Allow crafting of locked chests with an unlocked chest

master
SmallJoker 2014-12-13 16:25:32 +01:00
parent 32632191ec
commit 6708fde434
1 changed files with 8 additions and 0 deletions

View File

@ -108,6 +108,14 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "default:chest_locked",
recipe = {
{"default:steel_ingot"},
{"default:chest"}
}
})
minetest.register_craft({
output = "default:chest_locked",
recipe = {