master
Emoji 2022-08-13 09:17:46 +08:00
parent 1899e40d1d
commit 770568aa48
2 changed files with 7 additions and 0 deletions

View File

@ -70,3 +70,9 @@ local def = {
default.set_inventory_action_loggers(def, "chest")
minetest.register_node("area_locked_chests:area_locked_chests", def)
minetest.register_craft({
type = "shapeless",
recipe = {"default:chest_locked","default:steel_ingot"},
output = "area_locked_chests:area_locked_chests",
})

View File

@ -1,3 +1,4 @@
name = area_locked_chests
title = Area-Locked Chests
description = Locked chest that check protections
depends = default