How do you get the furnace result of an item?

lkjoel
Member
 
Posts: 778
Joined: Wed Feb 29, 2012 19:27

How do you get the furnace result of an item?

by lkjoel » Sun Apr 22, 2012 20:12

I'm porting the C++ furnace to LUA, and I'm trying to figure out what happens when you smelt an item. I'm also trying to figure out how to know if an item is a fuel.
Can anyone help me?

Thanks in advance!
My mods: The Nether | Doctor Who (WIP)

I have quit minetest ... again. I am heavily unimpressed by both the game and the community.
 

Nemo08
Member
 
Posts: 132
Joined: Mon Dec 26, 2011 04:59

by Nemo08 » Sun Apr 22, 2012 20:26

lkjoel wrote:.. figure out how to know if an item is a fuel...

flammble group?
 

lkjoel
Member
 
Posts: 778
Joined: Wed Feb 29, 2012 19:27

by lkjoel » Sun Apr 22, 2012 23:12

uh no, like these types of fuels:
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 = "default:nyancat",
    burntime = 1,
})
My mods: The Nether | Doctor Who (WIP)

I have quit minetest ... again. I am heavily unimpressed by both the game and the community.
 


Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 9 guests

cron