Just Enough Items (JEI)

Just Enough Items (JEI)

392M Downloads

Please set an updateJSONURL

miiichael opened this issue ยท 12 comments

commented

In-game version checks currently do not work (resulting in me not realising my JEI was out of date). For some reason I had assumed "no green dot" meant "running latest version". ๐Ÿ˜…

image

commented

Comment.

commented

This has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.

commented

This has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.

commented

Somewhere like https://pages.github.com/ ? sweat_smile

As far as i remember gh pages can only be used to serve static web content.
So yes it would be possible to host this on gh pages since you'd only need to serve a single json file if i recall correctly.

commented

Comment.

commented

This has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.

commented

This has been automatically closed because it has not had recent activity. Please feel free to update or reopen it.

commented

Comment?

commented

The Problem is for an update check, they'd have to set up a website or at least an API Server, which will be pinged allot, so it'll need to have a big bandwith and Power and that is pretty expensive and hard to do for a mod as big as JEI...

commented

Does the existence of https://github.com/Ephys/mc-curseforge-updateJSONURL help at all? ๐Ÿค”

commented

Does the existence of https://github.com/Ephys/mc-curseforge-updateJSONURL help at all? ๐Ÿค”

It would help them to not have to implement it themselfes, but they'd still have to Host it somewhere and with probebly thousands of people Playing with JEI at the time, they'd have to worry about the Mod exidentally ddosing the Versioning server...
It is possible but expensive.

commented

Somewhere like https://pages.github.com/ ? ๐Ÿ˜