1
0
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:
2019-12-30 16:44:19 +01:00
parent 98a2dc8572
commit 07af87559e
3 changed files with 45 additions and 27 deletions

View File

@ -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'}
}
})
})