Jump to content

[1.15] MalformedURLException


Quaint34

Recommended Posts

Please help!

 

I am relatively new to the modding community and i am working on a 1.15 mod and I have been getting MalformedURLException whenever I try running my mod. I have tried putting in a valid URL and commenting out the displayURL in the mods.toml file but nothing is working. If you could help that will be greatly appreciated.

latest.log

Link to comment
Share on other sites

  • Quaint34 changed the title to [1.15] MalformedURLException
# A URL for the "homepage" for this mod, displayed in the mod UI
#displayURL="https://www.curseforge.com/minecraft/mc-mods/sways-vanilla" optional

Here, optional misses the # before. Also use your mod id on these:

[[dependencies.examplemod]]

replace "examplemod" with your mod id

Edited by Beethoven92

Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port

Link to comment
Share on other sites

On 11/6/2020 at 9:46 AM, Beethoven92 said:

# A URL for the "homepage" for this mod, displayed in the mod UI
#displayURL="https://www.curseforge.com/minecraft/mc-mods/sways-vanilla" optional

Here, optional misses the # before. Also use your mod id on these:


[[dependencies.examplemod]]

replace "examplemod" with your mod id

Wow thanks I will be sure to add those changes and who knows I might give some credit

Link to comment
Share on other sites

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.