Jesse Plamondon-Willard
Jesse Plamondon-Willard
That's fine for `{{PlayerGender}}` because it always has a value when ready, so they're essentially equivalent. That's not the case for all tokens. For example, you can use `HasValue` with...
Experimental headlight: > 
@Logandoidao When the feature is added, it'll only be available for the current version of the game. By that point Android should be updated with 1.5 though.
@firereverie The headlight feature isn't added yet, so that's still true so far.
Thanks for the suggestion! I'll need to look into whether the mod can figure out NPC paths automatically.
## Proposed implementation ### Background One of the difficulties for transport pipes (#61) and performance (#281) is efficiently finding items available to a machine. Hundreds of machines may need to...
If you temporarily remove all mods except Automate, does placing an adjacent keg still not update the machine group?
Sorry for the slow responses; I'm mostly working on [the next game update](https://stardewvalleywiki.com/Modding:Migrate_to_Stardew_Valley_1.6) for a while, so I'm not checking mod messages as often. Can you create a zip of...
Using the [Lucene query syntax](https://lucene.apache.org/core/2_9_4/queryparsersyntax.html) would be great, maybe with something like [Elasticsearch](https://github.com/elastic/elasticsearch). You push data into the search index, pass search queries directly from the user into it, and...
Thanks for the PR! It seems a bit specialized to be its own feature though. I'd suggest using a request filter instead, which is designed to support custom validation like...