Page 1 of 1

Custom furnace recipes smelting so fast D:

Posted: Thu Jun 20, 2013 4:53 pm
by ficolas

Code: Select all

	  {
		type = "recipe",
		name = "sodium-carbonate",
		category = "smelting",
		energy_required = 1500,
		enabled = "true",
		ingredients = {{"white-wood", 30}},
		result = "sodium-carbonate"
	},
the energy required is x3 the energy required to smelt steel, but idk why, it takes less than a second to smelt (im using the stone furnace, no custom furnace)

Re: Custom furnace recipes smelting so fast D:

Posted: Mon Aug 05, 2013 12:17 pm
by Jani25051
(im using the stone furnace, no custom furnace)
Do you edit the recipe in the base mod?
Because i need to add some recipes to the stone-furnace but the new recipes should be in my own mod and not in the base mod.

I found a command in the demo-entities.lua from the stone-furnace.
smelting_speed = 1
Can this help you?
I did not test it.

Re: Custom furnace recipes smelting so fast D:

Posted: Sun Aug 11, 2013 4:50 pm
by ficolas
Jani25051 wrote:
(im using the stone furnace, no custom furnace)
Do you edit the recipe in the base mod?
Because i need to add some recipes to the stone-furnace but the new recipes should be in my own mod and not in the base mod.

I found a command in the demo-entities.lua from the stone-furnace.
smelting_speed = 1
Can this help you?
I did not test it.
It fixed when I reloaded the game, I dont know what happened, sorry for not saying aything