Open ddamiani opened 4 days ago
👀 @ddamiani Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. Please make sure you have given us as much context as possible.\ 非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。
https://github.com/canisminor1990/factorio-gridlines/blob/e95193f40086fdcf551ed7c76ddb5e9c11400af4/src/app/clean.ts#L5
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.