Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Ajustments on mods.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
phil3197 committed Mar 11, 2022
1 parent 9c868d9 commit bb9681e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ modLoader="javafml" #mandatory
loaderVersion="[40,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
# The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties.
# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
license="All rights reserved"
license="GNU General Public License"
# A URL to refer people to when problems occur with this mod
#issueTrackerURL="https://change.me.to.your.issue.tracker.example.invalid/" #optional
# A list of mods - how many allowed here is determined by the individual mod loader
Expand All @@ -34,11 +34,7 @@ displayName="Coordinates Viewer" #mandatory
authors="phil3197" #optional
# The description text for the mod (multi line!) (#mandatory)
description='''
This is a simple mod to show the player coordinates on screen.
This mod is available on GitHub: https://github.com/phil3197/mc-coordinates-viewer
'''
This is a simple mod to show the player coordinates on screen. This mod is available on GitHub: https://github.com/phil3197/mc-coordinates-viewer'''
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
[[dependencies.coordinatesviewer]] #optional
# the modid of the dependency
Expand Down

0 comments on commit bb9681e

Please sign in to comment.