Custom furnace recipes smelting so fast D:

Place to get help with not working mods / modding interface.
Post Reply
ficolas
Smart Inserter
Smart Inserter
Posts: 1068
Joined: Sun Feb 24, 2013 10:24 am
Contact:

Custom furnace recipes smelting so fast D:

Post 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)

Jani25051
Burner Inserter
Burner Inserter
Posts: 14
Joined: Sat Aug 03, 2013 11:15 pm
Contact:

Re: Custom furnace recipes smelting so fast D:

Post 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.

ficolas
Smart Inserter
Smart Inserter
Posts: 1068
Joined: Sun Feb 24, 2013 10:24 am
Contact:

Re: Custom furnace recipes smelting so fast D:

Post 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

Post Reply

Return to “Modding help”