mirror of
https://github.com/SmallJoker/bitchange.git
synced 2025-07-20 09:00:24 +02:00
ajoute conversion monnaie bitchange <-> maptools
This commit is contained in:
@ -171,7 +171,7 @@ minetest.register_craft({
|
||||
output = 'bitchange:moneychanger',
|
||||
recipe = {
|
||||
{'default:stone', 'bitchange:mineninth', 'default:stone'},
|
||||
{'default:steel_ingot', 'bitchange:minecoin', 'default:steel_ingot'},
|
||||
{'default:steel_ingot', 'bitchange:minecoinblock', 'default:steel_ingot'},
|
||||
{'default:stone', 'default:stone', 'default:stone'}
|
||||
}
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user