A mod that removes fish!
0.17?
Up
settings.lua:
data:extend({ { type = "bool-setting", name = "what-fish-toggle", localised_name = "Disable Fish", setting_type = "startup", default_value = true, per_user = false } })
data.lua:
fish_disabled = settings.startup["what-fish-toggle"].value if fish_disabled then data.raw["fish"]["fish"].autoplace = {influence = 0.00} end