I have tried everything but no success. I want to substitute stone-brick with Stone-Gravel (from Industrial Revolution mod) but i am not successful. I've modified recipe.lua in Asphalt mod zip located in C:\Users\Username\AppData\Roaming\Factorio\mods but still the recipe stay the same, look at the recipe.lua file in Asphalt mod:
data:extend(
{
{
type = "recipe",
name = "Arci-asphalt",
energy_required = 10,
enabled = false,
category = "chemistry",
ingredients =
{
{type="fluid", name="crude-oil", amount=30},
{type="fluid", name="heavy-oil", amount=30},
{type="item", name="stone-brick", amount=4}
i changed this to:
{type="fluid", name="crude-oil", amount=30},
{type="fluid", name="heavy-oil", amount=30},
{type="item", name="stone-gravel", amount=4}
No result ... keep giving old recipe.
I really don't understand what's going on here. When i mouse over Asphalt it says: Asphalt Road > Alien Biomes and Asphalt Road >Industrial Revolution but the recipe stay the same. It seems like this recipe is not the one in the mod ... or that it doesn't update it.
Help please!