You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Sea Block mod is enabled early construction robots recipe become unavailable. It doesn't show on tech nor in the crafting menu. Everything else shows up correctly.
The item can still be spawned with /c game.player.insert{name="early-construction-robot", count=1} command. Using /c game.player.force.recipes["early-construction-robot"].enabled=true doesn't fail but has no effect.
When Sea Block mod is enabled early construction robots recipe become unavailable. It doesn't show on tech nor in the crafting menu. Everything else shows up correctly.
The item can still be spawned with
/c game.player.insert{name="early-construction-robot", count=1}
command. Using/c game.player.force.recipes["early-construction-robot"].enabled=true
doesn't fail but has no effect.List of mods:
That's minimal list of mods required by Sea Block and disabling just Sea Block fixes the problem.
edit:
Found the cause - SeaBlock removes all recipes using coal since it's unobtainable.
The text was updated successfully, but these errors were encountered: