#š | Modpack Update checker
1 messages Ā· Page 1 of 1 (latest)
Is there a way I could achieve this within fancy menu
Hi TylerBits š
FancyMenu doesnāt expose anything for automatically checking modpack updates via GitHub, and the docs donāt cover that kind of feature. So I canāt help you build that workflow here. If youāve got another question about FancyMenuās documented features, Iām happy to help!
Can Fancy menu look at Modrinth IDs and see release/beta/alpha versions and look for the latest to automatically show weather someone is on the correct version
Hey TylerBits š
FancyMenu doesnāt have any built-in way to query Modrinth/CurseForge/etc. release info or track modpack versions in that way. Itās focused on menu/UI customization, so thereās no documented feature for automatically checking releases or validating versions.
If you need help with something that is in the docsālike using layouts, placeholders, actions, or other UI featuresājust let me know and Iāll be happy to walk you through it!
š | Modpack Update checker
<@&1365490168563372113>
@plush crane has requested human assistance.
A human moderator will help you as soon as possible. In the meantime, you can continue asking questions to the AI support bot if you'd like.
The support team has been notified.
Im trying to think what would be the best way to go about this and automate this - Maybe Fancy Menu could look for a value in a .json
Hey TylerBits š
Iām afraid FancyMenu doesnāt include any feature that polls JSON files for version checks or handles modpack update notifications. The documentation only covers UI customizationālayouts, elements, actions, placeholders, etc.āso thereās nothing there about automating update detection. If you have a doc-covered question (like placeholders, actions, layouts), feel free to ask and Iāll help right away!
That seems pretty good tbhšš»
If Alice isn't answering, you must either:
Include @Alice [AI] in your message
Use Discord's reply feature on any of her messages
The person who originally asked the question can send follow-up messages directly after the bot's response without mentioning or replying.
I had no other ideas
But then im wondering how to bridge the gap from the json to modrinth - maybe to github idk
Apparently Since Modpack Manager mod can be used with FM
Which is connected to Modrinth api
You could do if with a file in the mc Folder and if that exists a text would appear like with a condition if that File exists than it shows the text please Upgrade your mc version you would have to reupload a version with that certain file to the old modpack versions so it shows up
@paper breach can I send you my fancy menu layout in plain text
Hey TylerBits š
I can only help with questions that are covered by the FancyMenu documentation. If you need feedback on a layout file or want me to inspect text, thatās outside my scopeāI'm not able to review raw layout data. If you have a question about how to use a documented feature (layouts, elements, actions, placeholders, etc.), feel free to ask and Iāll happily help!
@paper breach I am building an update checker and the visibility requirement is failing.
Current Setup:
- Variable 'modpack_current_version' uses 'json_parser' to read a local JSON file.
- Variable 'orb-version' is updated via a Ticker using 'web_text' from a Modrinth API URL.
- A button has a 'fancymenu_visibility_requirement_is_text' set to 'mode: equals'.
- Logic: Show button 'if_not' 'modpack_current_version' equals 'orb-version'.
The Issue:
The button stays visible even when both variables appear to be the same string.
Questions for Debugging:
- How does FancyMenu handle 'v' prefixes in string comparisons?
- If 'web_text' is still fetching (async), what is the default value of the variable, and will 'if_not equals' trigger during that delay?
- Is there a way to force the visibility requirement to re-check only AFTER the ticker has finished the web request?
- Does 'json_parser' or 'web_text' add hidden characters (like newlines) that would break an 'equals' comparison?