any planet start, maraxsis, etc updates

This commit is contained in:
Brevven 2025-01-29 13:28:59 -08:00
parent 350c6854d1
commit e310e144b2
10 changed files with 136 additions and 37 deletions

View file

@ -125,3 +125,18 @@ data:extend(
},
}
)
if mods.maraxsis then
data:extend({
{
type = "recipe",
name = "silica-from-sand-maraxsis",
localised_name = {"item-name.silica"},
category = "basic-crushing",
enabled = false,
energy_required = 1.6,
allow_productivity = true,
ingredients = {util.item("sand", 1)},
results = {util.item("silica", 5)},
}
})
end