Powered Floor Extended


Flooring that transmits power to adjacent objects

Content
2 months ago
1.1 - 2.0
1.18K
Logistic network Circuit network Power

g Error loading with "Reverse Factory"

2 months ago

Failed to load mods: Error while running setup for recipe prototype "rf-circuit-floor-tile" (recipe): recipe item-product "green-wire" is not stackable but has a max count of 2.

I suspect this is a problem with using green wire as a component to craft (which isn't possible in space age, that I can see?)
In fact, changing
{type = "item", name = "green-wire", amount = 10},
to
{type = "item", name = "copper-cable", amount = 10},
in recipes.lua cleared the error

2 months ago

correction: also need to remove the line
{type = "item", name = "red-wire", amount = 10}
(and the comma at the end of the line before it)

2 months ago

Updated

2 months ago

small typo...
{type = "item", name = "copper-wire", amount = 20},
should be
{type = "item", name = "copper-cable", amount = 20},

New response