use basic_materials mod where possible.

This commit is contained in:
Vanessa Dannenberg
2018-10-30 20:29:28 -04:00
committed by Ekdohibs
parent f702a6597b
commit 44cb8df048
44 changed files with 139 additions and 153 deletions

View File

@ -21,7 +21,7 @@ end
minetest.register_craft({
output = 'technic:mithril_locked_chest 1',
recipe = {
{'default:steel_ingot'},
{'basic_materials:padlock'},
{'technic:mithril_chest'},
}
})