Code: Select all
{
type = "recipe",
name = "sodium-carbonate",
category = "smelting",
energy_required = 1500,
enabled = "true",
ingredients = {{"white-wood", 30}},
result = "sodium-carbonate"
},
Code: Select all
{
type = "recipe",
name = "sodium-carbonate",
category = "smelting",
energy_required = 1500,
enabled = "true",
ingredients = {{"white-wood", 30}},
result = "sodium-carbonate"
},
Do you edit the recipe in the base mod?(im using the stone furnace, no custom furnace)
Can this help you?smelting_speed = 1
It fixed when I reloaded the game, I dont know what happened, sorry for not saying aythingJani25051 wrote:Do you edit the recipe in the base mod?(im using the stone furnace, no custom furnace)
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.Can this help you?smelting_speed = 1
I did not test it.