We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7709d4c commit 3fe5e9cCopy full SHA for 3fe5e9c
mods/factoryplanner-is-exportable-to-fake-factorissimo/info.json
@@ -2,7 +2,7 @@
2
"name": "factoryplanner-is-exportable-to-fake-factorissimo",
3
"title": "Factory Planner - exportable to fake factorissimo",
4
"description": "Skips the building stage, just feed items into the magic box.",
5
- "version": "1.0.9",
+ "version": "1.0.10",
6
"author": "Quezler",
7
"factorio_version": "1.1",
8
"dependencies": [
mods/factoryplanner-is-exportable-to-fake-factorissimo/scripts/factory.lua
@@ -70,6 +70,7 @@ function Factory.on_created_entity(event)
70
goto clipboard_copied_from_source_struct
71
end
72
73
+ return
74
75
76
if event.robot then
0 commit comments