mirror of
https://github.com/mt-mods/currency.git
synced 2025-02-18 11:03:42 +01:00
Fix craft conflict with bars.
And make safes a little bit more valuable.
This commit is contained in:
@ -2,7 +2,7 @@ minetest.register_craft({
|
||||
output = 'currency:safe',
|
||||
recipe = {
|
||||
{'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'},
|
||||
{'default:steel_ingot', '', 'default:steel_ingot'},
|
||||
{'default:steel_ingot', 'default:mese_crystal', 'default:steel_ingot'},
|
||||
{'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'},
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user