Delete bad recipes

Tools which are useful for mod development.
Post Reply
User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Delete bad recipes

Post by darkfrei »

Hi all!

This script was written for testing compatibility some mods with another mods. As result you can find this log:
Founded bad item! - wooden-board
Bad recipe: circuit-wood-fiber-board
standard recipe circuit-wood-fiber-board
The recipe was deleted: circuit-wood-fiber-board
Founded bad item! - basic-circuit-board
Bad recipe: algae-farm
standard recipe algae-farm
The recipe was deleted: algae-farm
Founded bad item! - stone-pipe
Bad recipe: algae-farm-2
standard recipe algae-farm-2
The recipe was deleted: algae-farm-2
'Warning!' bio-processing-green has recipe algae-farm and effect must be deleted.
bio-processing-green effect was deleted
'Warning!' bio-processing-brown has recipe circuit-wood-fiber-board and effect must be deleted.
bio-processing-brown effect was deleted
'Warning!' bio-processing-blue has recipe algae-farm-2 and effect must be deleted.
bio-processing-blue effect was deleted
And the game starts without this recipes and technology researching effects.

:arrow: Note:
Notepad++ Replace all lines starting with "/"

Code: Select all

.*  / 
Attachments
delete-bad-recipes.lua
Version 002
(4.02 KiB) Downloaded 185 times

Post Reply

Return to “Development tools”