- Placing legendary fish in water with the drop keybind (z)
- Script creating fish with the following command:
Code: Select all
/c game.surfaces[1].create_entity{name = "fish", quality = "legendary, position = {0, 0}}
[2.1.12] Quality can't be applied to fish (entity)
- protocol_1903
- Filter Inserter

- Posts: 523
- Joined: Fri Sep 09, 2022 4:33 pm
- Contact:
[2.1.12] Quality can't be applied to fish (entity)
As in title, I can't get quality fish (entity) by any means I know of. I've tried the following:
pY and pYblock developer, wielder of fluid networks and subtick events in arbitrary ways. I make mods. Check them out, maybe.
https://mods.factorio.com/user/protocol_1903
Buy me a coffee
https://mods.factorio.com/user/protocol_1903
Buy me a coffee
Re: [2.1.12] Quality can't be applied to fish (entity)
Main set of entities that support quality are entities derived from EntityWitgOwnerPrototype. Fishes are not one of those and they are not the rare exceptions, as such this is Not a bug.
