Add Titanium, Phosphorus, and Silicon

Also add Iron and Mese.  Phosphorus can be used for fuel.
This commit is contained in:
HeroOfTheWinds 2014-05-15 21:00:30 -10:00
parent ec3fbc4606
commit 8d5c08ea8b
12 changed files with 206 additions and 0 deletions

View file

@ -143,8 +143,20 @@ minetest.register_craft({
recipe = "moontest:dust",
})
minetest.register_craft({
type = "cooking",
output = "moontest:titanium_ingot",
recipe = "moontest:titanium_lump",
})
minetest.register_craft({
type = "fuel",
recipe = "default:mese_crystal",
burntime = 50,
})
minetest.register_craft({
type = "fuel",
recipe = "moontest:phosphorus_lump",
burntime = 50,
})