Jump to content

Recommended Posts

Posted (edited)

 

I can't get versioning to work in any way possible. I've looked at the examples, heck even tried the forge json format.

 

my update.json file is located here: http://darkeyedragon.me/mods/updates/screenshotuploader.json

  Reveal hidden contents

 

versioning.png.6bdbc81a73c57312d2970f3ccd6ffff3.png

it works fine for forge however.

 

 

I have no idea what i'm doing wrong here.

Feel free to ask for more information if this isn't everything you need.

Edited by DarkEyeDragon
updated
Posted

You appear to be missing a few sections, I'm not sure these are crucial but they may be, try this:

{
  "homepage": "http://darkeyedragon.me/mods",
  "1.12.2":{
    "1.1.3":"<Changelog here, try to do this for every version>"
  }
  "promos": {
    "1.12.2-latest": "1.1.3",
    "1.12.2-recommended": "1.1.2",
    "latest": "1.1.3",
    "recommended": "1.1.2"
  }
}

 

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

Bingo 

image.png.3267ca97e5037049318f75241c33752a.png

[22:10:40] [Forge Version Check/INFO] [forge.VersionCheck]: [screenshotuploader] Starting version check at http://localhost/VersionTest.json

[22:10:40] [Forge Version Check/INFO] [forge.VersionCheck]: [screenshotuploader] Found status: OUTDATED Target: 1.1.2

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted
  On 4/6/2018 at 2:13 AM, DaemonUmbra said:

Bingo 

image.png.3267ca97e5037049318f75241c33752a.png

[22:10:40] [Forge Version Check/INFO] [forge.VersionCheck]: [screenshotuploader] Starting version check at http://localhost/VersionTest.json

[22:10:40] [Forge Version Check/INFO] [forge.VersionCheck]: [screenshotuploader] Found status: OUTDATED Target: 1.1.2

Expand  

it still not doing it for me... no matter what i put in that file. Its not giving any kind of error or any response whatsoever

Posted (edited)

The one you have now is actually invalid, I goofed when I pasted the json earlier, you need a comma before promos (my code block has been edited to reflect this)

 

I recommend getting a text editor like VisualStudio Code, SublimeText, or Notepad++, something that will check if what you have is valid json

Edited by DaemonUmbra

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.