Jesse Plamondon-Willard
Jesse Plamondon-Willard
Using tokens in a numeric field works fine if they're bounded to a specific set of possible values: ```js "Changes": [ { "Action": "EditImage", "FromArea": { "X": "{{Random: 0, 16}}",...
Consider adding optional fuel mechanics for players who want more challenge or immersion. Requested a few times, most recently [2018-28](https://community.playstarbound.com/threads/better-tractor-mod.141385/#post-3257575).
Let players lookup water to see fishing/crabpot data (e.g. which fish can spawn, percentage chance, etc).
Looking up in-world ore added by [Custom Ore Nodes](https://www.nexusmods.com/stardewvalley/mods/5966) causes this error: ``` [Lookup Anything] Something went wrong looking that up: System.IndexOutOfRangeException: Index was outside the bounds of the array....
Some monsters have extra drops defined by overriding `Monster.getExtraDropItems`. Update Lookup Anything to handle those.
Automate is easy to set up by design, but many players would like a more challenging / balanced mode. This just a tracking ticket for suggested ideas: * require fuel...
SMAPI mods can [define mod-provided tokens](https://github.com/Pathoschild/StardewMods/blob/develop/ContentPatcher/docs/extensibility.md#readme) for content packs to use, but there's currently no way to expose tokens between two content packs. Add some way for content packs to...
Add tokens for the player's selected appearance and accessories. [Suggested in the forums](https://community.playstarbound.com/threads/content-patcher.141420/page-13#post-3319399).
When you lookup seeds from Json Assets in Pierre's shop, it doesn't show the crop info: >  [Reported in the forums](https://community.playstarbound.com/threads/smapi-lookup-anything.122929/page-22#post-3257421).
The mod currently lets you plant crops anywhere in any season. Look into letting players plant only in-season crops (i.e. split 'anytime' and 'anywhere' into separate options).