Skip to content

Commit 713fb46

Browse files
add logo
1 parent d1686bb commit 713fb46

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

src/main/resources/META-INF/mods.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,21 @@ modId="enderore" #mandatory
1919
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
2020
# ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata
2121
# see the associated build.gradle script for how to populate this completely automatically during a build
22-
version="${file.jarVersion}" #mandatory
22+
version="1.0" #mandatory
2323
# A display name for the mod
2424
displayName="Ender Ore" #mandatory
2525
# A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/
2626
#updateJSONURL="https://change.me.example.invalid/updates.json" #optional
2727
# A URL for the "homepage" for this mod, displayed in the mod UI
2828
#displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional
2929
# A file name (in the root of the mod JAR) containing a logo for display
30-
logoFile="enderore.png" #optional
30+
logoFile="enderore_logo.png" #optional
3131
# A text field displayed in the mod UI
3232
credits="Thanks for this example mod goes to Java" #optional
3333
# A text field displayed in the mod UI
3434
authors="ValeMaximus" #optional
3535
# The description text for the mod (multi line!) (#mandatory)
36-
description='''
37-
Mod that adds craftings e minings for ender pearls
38-
'''
36+
description='''Mod for Minecraft that adds minings and craftings for Ender Pearls'''
3937
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
4038
[[dependencies.enderore]] #optional
4139
# the modid of the dependency
226 Bytes
Loading

0 commit comments

Comments
 (0)