This code as written blows away all rendering objects not just the ones created by the mod. This breaks any other mod that is creating its own rendering. this should be:
rendering.clear('factorio-gridlines');
to only touch the things rendered by this mod.
factorio-gridlines/src/app/clean.ts
Line 5 in e95193f
This code as written blows away all rendering objects not just the ones created by the mod. This breaks any other mod that is creating its own rendering. this should be:
rendering.clear('factorio-gridlines');
to only touch the things rendered by this mod.