forked from minetest-mods/technic
Shapeless locked chests crafts (chest + lockpad) (#530)
This was only done for `default:chest`.
This commit is contained in:
@ -20,6 +20,7 @@ end
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'technic:mithril_locked_chest 1',
|
||||
type = "shapeless",
|
||||
recipe = {
|
||||
{'basic_materials:padlock'},
|
||||
{'technic:mithril_chest'},
|
||||
|
Reference in New Issue
Block a user