mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-02 00:00:37 +02:00
This commit is contained in:
@ -30,7 +30,10 @@ end
|
||||
minetest.register_craft({
|
||||
output = 'technic:gold_locked_chest',
|
||||
type = "shapeless",
|
||||
recipe = {'basic_materials:padlock', 'technic:gold_chest'}
|
||||
recipe = {
|
||||
'basic_materials:padlock',
|
||||
'technic:gold_chest',
|
||||
}
|
||||
})
|
||||
|
||||
technic.chests:register("Gold", {
|
||||
|
Reference in New Issue
Block a user