I am trying to make an achievement for catching fish.
Then I noticed there seems to be no way to trigger an achievement for hand mining or hand crafting (only disable for hand crafting)
Please tell me I am missing something.
Is there a way to trigger an achievement for hand mining fish or ore? ..or for hand crafting at least n items?
I tried ProduceAchievementbut it does not seem to be counting fish. I did not test it for ore, but I am more concerned with the fish
Hand Mining Achievement
Re: Hand Mining Achievement
You can check in control for the unlock condition, and unlock it using https://lua-api.factorio.com/latest/Lua ... chievement.
My mods
Content: Lunar Landings | Freight Forwarding | Spidertron Patrols | Spidertron Enhancements | Power Overload
QoL: Factory Search | Module Inserter Simplified | Wire Shortcuts X | Ghost Warnings
Content: Lunar Landings | Freight Forwarding | Spidertron Patrols | Spidertron Enhancements | Power Overload
QoL: Factory Search | Module Inserter Simplified | Wire Shortcuts X | Ghost Warnings
Re: Hand Mining Achievement
Yes thank you very much.
with on_player_mined_item and on_pre_player_mined_item to detect when the player mines a fish/ore/etc
This works the way I wanted ty
with on_player_mined_item and on_pre_player_mined_item to detect when the player mines a fish/ore/etc
This works the way I wanted ty