Asphalt Roads

by Arcitos

Asphalt pavement for increased vehicle speed. Also includes tiles for lane marking (single and double lines) and various hazard areas.

Tweaks
3 years ago
0.14 - 0.18
275

g Can not change recipe of Asphalt

4 years ago

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!

4 years ago
(updated 4 years ago)

This is list of mod i am using:

alien-biomes-hr-terrain_0.4.1.zip
alien-biomes_0.4.15.zip
AsphaltRoads_1.1.7.zip
Bottleneck_0.10.4.zip
cargo-ships_0.0.47.zip
DeadlockLargerLamp_1.2.7.zip
Dectorio_0.9.15.zip
even-distribution_0.3.11.zip
EvoGUI_0.4.401.zip
Fastforward-Start-2_0.17.0.zip
IndustrialRevolution_0.99.3.zip
miniloader_1.8.3.zip
mod-list.json
mod-settings.dat
MoreAchievements_0.5.1.zip
PavementDriveAssist_2.1.11.zip
RealisticReactors-utilities_0.17.2.zip
RealisticReactors_2.17.8.zip
textplates_0.4.6.zip
Warehousing_0.2.4.zip

New response