Jump to content

[SOLVED] [1.16.4] Weird CR box in mods.toml description


Squidsword

Recommended Posts

Problem solved, thanks ChampionAsh. I used Notepad++ to edit the mods.toml file. On the bottom of Notepad++, there's a line that says Windows CR LF. I clicked on it and changed it to Unix LF, and the boxes were gone.

 

image.png.5151c05229cf5ea75e4d0c04cca88a88.png

 

I recently got this weird thing a few weeks ago where the description of my mod has these "carriage return" boxes instead of just going to the next line. The text file encoding is UTF-8. I dismissed it at first since it wasn't very important but I haven't found a resolution yet and it's getting on my nerves. I use eclipse and to edit it, and I just used the windows notepad to make changes to the file. I have no idea what I did to mess it up like this. Does anybody know what's going on? Here's the mods.toml file.

modLoader="javafml" #mandatory

loaderVersion="[34,)" #mandatory (35 is current forge version)
issueTrackerURL="https://github.com/Squidsword/OresAboveDiamonds/issues"
license="MIT"

[[mods]] #mandatory
modId="oresabovediamonds" #mandatory
version="6.2.0" #mandatory
displayURL="https://www.curseforge.com/minecraft/mc-mods/ores-above-diamonds" #optional
displayName="Ores Above Diamonds" #mandatory
logoFile="oresabovediamonds_logo.png" #optional
# A text field displayed in the mod UI
authors="§dSquidsword" #optional
credits="Special thanks to §6CriativeMan1§r for the making the art for this mod!"
# The description text for the mod (multi line!) (#mandatory)
description='''
Adds the §dAmethyst§r and §5Black Opal§r which are respectively §d3x§r and §59x§r rarer than diamonds.
Both have its own set of balanced armors and tools.

It's recommended to download Overloaded Armor Bar along with this mod.
https://www.curseforge.com/minecraft/mc-mods/overloaded-armor-bar/

The mod doesn't have built in retrogen support. This means that ores will not spawn in already loaded chunks. Venture far into unexplored lands to have a chance at finding them.
'''
# Here's another dependency

[[dependencies.oresabovediamonds]]
    modId="forge"
    mandatory=true
    versionRange="[34.0.0,)"
    ordering="NONE"
    side="BOTH"

[[dependencies.oresabovediamonds]]
    modId="minecraft"
    mandatory=true
    versionRange="[1.16.3,)"
    ordering="NONE"
    side="BOTH"

 

Here's the repository. 

Edited by Squidsword
Solved
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.