Expensive Landfill


You have to be as rich as Dubai to create islands!

Tweaks
2 years ago
0.16 - 1.1
285

g Sea Block Compatibility

5 years ago

Can you add Sea Block Compatibility?
https://forums.factorio.com/viewtopic.php?t=43759

5 years ago

New to modding, but I can look into it this weekend.

5 years ago
(updated 5 years ago)

Some sudo code:

if SeaBlock_0.2.13 exists: << Not sure how to check for a mod I believe its require "mod name" != null
data.raw.recipe['landfill'].ingredients = {
{"refined-concrete", 100},
{ "stone-crushed", 10 },
}

if angelsrefining_0.9.12 exists:

guessing its data.raw.recipe['solid-mud-landfill']

{
    type = "recipe",
    name = "solid-mud-landfill",
    category = "crafting",
    subgroup = "water-washing",
    energy_required = 5,
    enabled = "false",
    ingredients ={
           {"refined-concrete", 100},
        {type="item", name="solid-mud", amount=25},
    },
    results=
    {
        {type="item", name="landfill", amount=1},
    },
    icon_size = 32,
    order = "g",
},
5 years ago
(updated 5 years ago)

I would be happy to chit chat on discord and help you find what you need. I've already modded something in manually, but I would rather support someones mod ;)

Discord ID: Fentus#7808

New response