mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-07 02:30:36 +02:00
Shapeless locked chests crafts (chest + lockpad)
This was only done for `default:chest`.
This commit is contained in:
@ -20,6 +20,7 @@ end
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'technic:silver_locked_chest',
|
||||
type = "shapeless",
|
||||
recipe = {
|
||||
{'basic_materials:padlock'},
|
||||
{'technic:silver_chest'},
|
||||
|
Reference in New Issue
Block a user