mirror of
https://github.com/minetest-mods/technic.git
synced 2025-10-16 09:55:32 +02:00
use basic_materials mod where possible.
This commit is contained in:
committed by
Ekdohibs
parent
f702a6597b
commit
44cb8df048
@@ -30,7 +30,7 @@ end
|
||||
minetest.register_craft({
|
||||
output = 'technic:gold_locked_chest',
|
||||
recipe = {
|
||||
{'default:steel_ingot'},
|
||||
{'basic_materials:padlock'},
|
||||
{'technic:gold_chest'},
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user