[NEED HELP] Add furnace recipe

theniceguy
New member
 
Posts: 3
Joined: Sun Jul 15, 2012 02:01

[NEED HELP] Add furnace recipe

by theniceguy » Sun Jul 15, 2012 02:07

Hi!

I am currently new to the modding. I have a simple question, I guess: How do a add a smelting recipe in the furnace?

I know how to add simple block and recipe but I don't know how to add smelting recipe.

I really want to know it and beggin writing mod.
 

User avatar
LandMine
Member
 
Posts: 310
Joined: Tue May 01, 2012 16:44

by LandMine » Sun Jul 15, 2012 02:12

Register Fuel

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest.register_craft({
    type = "fuel",
    recipe = "uranium:uranium_dust",
    burntime = 40,
})


Register Craft from furnance

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest.register_craft({
    type = "cooking",
    output = "uranium:radioactive_coal",
    recipe = "default:coal_lump",
})
List Of My Creative Servers - http://planetminetest.com
The Walls - PvP Map - http://minetest.net/forum/viewtopic.php?id=2906
 

theniceguy
New member
 
Posts: 3
Joined: Sun Jul 15, 2012 02:01

by theniceguy » Sun Jul 15, 2012 02:15

Wow that was quick! thx a lot LandMine!
 


Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 4 guests

cron