In 0.17, the structure_render_layer type in the loader prototype was set to default to the "transport-belt-circuit-connector" render layer. In 0.18, this is no longer correct, with the apparent changes to the render layer for the Underground Belt and Splitters:
Current behavior in 0.18:
It was necessary to set the structure_render_layer to "object" for the loader entities to appear at the appropriate layer with the underground belt and splitters:
This has the added benefit of playing nice with chests, though, so that's cool.
[0.18.0] - structure_render_layer setting for Loader no longer correct
Re: [0.18.0] - structure_render_layer setting for Loader no longer correct
I've also opened a modding help thread for this here: viewtopic.php?f=25&t=80289
Since you already included the fix perhaps it should go there.
Since you already included the fix perhaps it should go there.
My Mods: mods.factorio.com
Re: [0.18.0] - structure_render_layer setting for Loader no longer correct
I don't see a problem here, the base game placeholder should appear on the ground
But also you easily changed it in the prototype, so the modding is working just fine
Is there something specifically about this that is logic working incorrectly, or breaking things,
Or is it just that the default value doesn't exactly fit your requirements?
But also you easily changed it in the prototype, so the modding is working just fine
Is there something specifically about this that is logic working incorrectly, or breaking things,
Or is it just that the default value doesn't exactly fit your requirements?
Re: [0.18.0] - structure_render_layer setting for Loader no longer correct
Well, ok, I changed the default to be "object" layer also. (for 0.18.1)