Add "icon" for mod
This commit is contained in:
parent
be99607226
commit
530fdadc07
3 changed files with 5 additions and 2 deletions
|
@ -32,6 +32,9 @@ authors="${mod_authors}" #optional
|
|||
description='''
|
||||
Implements turn-based-battle in Minecraft.
|
||||
'''
|
||||
|
||||
logoFile="/assets/com_burnedkirby_turnbasedminecraft/tbmm_icon.png"
|
||||
|
||||
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
|
||||
[[dependencies.com_burnedkirby_turnbasedminecraft]] #optional
|
||||
# the modid of the dependency
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
|
@ -3,7 +3,7 @@
|
|||
"modid": "com_burnedkirby_turnbasedminecraft",
|
||||
"name": "Turn Based Minecraft",
|
||||
"description": "Changes battles to be turn-based.",
|
||||
"version": "1.25.0",
|
||||
"version": "1.25.1",
|
||||
"mcversion": "1.20.2",
|
||||
"url": "",
|
||||
"updateUrl": "",
|
||||
|
@ -11,7 +11,7 @@
|
|||
"credits": "The Forge and FML guys, for making this possible.
|
||||
Dependencies:
|
||||
JavaMP3 by delthas, josephx86, GlaDOSik, and kevinstadler (MIT License)",
|
||||
"logoFile": "",
|
||||
"logoFile": "/assets/com_burnedkirby_turnbasedminecraft/tbmm_icon.png",
|
||||
"screenshots": [],
|
||||
"dependencies": []
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue