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