Page 1 of 1

[request] Disable vanilla fish catching

Posted: Tue Jan 21, 2020 8:16 am
by darkfrei
Modding interface request

Till some 0.17 version the vanilla has small "easter egg", that allows to take fish from water via inserters.

The problem: the inserter doesn't respect filter by filter inserters: reported bug https://mods.factorio.com/mod/FishCatch ... 000deee070

My mod supports such filters and it would be great if I can disable vanilla fish catching by my filter inserter prototype.

Linked topics:
Vanilla fish catching was impossible viewtopic.php?f=33&t=64898
Vanilla fish catching is now possible, but doesn't supports filters viewtopic.php?f=23&t=80168

Re: [request] Disable vanilla fish catching

Posted: Fri Jan 24, 2020 3:22 am
by Rseding91
Ok. I've added a prototype setting and made them respect the filters.

Re: [request] Disable vanilla fish catching

Posted: Fri Jan 24, 2020 6:19 am
by darkfrei
Rseding91 wrote: Fri Jan 24, 2020 3:22 am Ok. I've added a prototype setting and made them respect the filters.
You are great!

Re: [request] Disable vanilla fish catching

Posted: Fri Jan 24, 2020 3:46 pm
by Rseding91
Forgot to mention the property name: use_easter_egg = false will disable it.

Re: [request] Disable vanilla fish catching

Posted: Fri Jan 24, 2020 5:02 pm
by darkfrei
Rseding91 wrote: Fri Jan 24, 2020 3:46 pm Forgot to mention the property name: use_easter_egg = false will disable it.
Why not inserter.fish_catching = false? Modders must understand what is it, much better without any googling.