Astroponics


Adds a garden for you to grow wood in space!

Content
a month ago
2.0
15.5K
Factorio: Space Age Icon Space Age Mod
Environment Fluids Manufacturing

g [DONE] impossible to craft a space garden

2 months ago

The glass in the recipe and the glass with the Kastoria 2 Spaced Out and AAI Industry mods do not match, which makes it impossible to craft a space garden. (

2 months ago
(updated 2 months ago)

Without the AAI Industry mod, glass is replaced with concrete and crafting becomes possible.

2 months ago

Hi! I haven't implemented compatibility for K2 for many of my mods, and currently I simply don't have the time to handle compatibility with K2SO. If you or anyone submit a pull request to handle this, I'd be happy to take a look and integrate that.

2 months ago
(updated 2 months ago)

I don't know how to write in LUA or program at all, but just by replacing the line with glass in recipe.lua
with
ingredients = {
{type="item", name="low-density-structure", amount=20},
{type="item", name="concrete", amount=10},
{type="item", name="processing-unit", amount=5},
{type="item", name="pipe", amount=10},
{type="item", name="landfill", amount=10}

Now everything works with concrete instead of glass, with all my mods, which I wrote about above.

2 months ago

I have implemented rudimentary K2SO compatibility, though still evaluating potentially better support... properly supporting an overhaul is a very nontrivial amount of work. I'm glad you unblocked yourself!

New response