Posted October 31, 20204 yr 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
November 5, 20204 yr Author On 10/31/2020 at 9:14 PM, diesieben07 said: Show your mods.toml. Most likely you have an URL property set to an empty string, which is not a valid URL. Here it is please let me know what I am doing wrong mods.toml
November 5, 20204 yr # 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 November 5, 20204 yr by Beethoven92 Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
November 7, 20204 yr Author 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
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.