Add "icon" for mod

This commit is contained in:
Stephen Seo 2024-01-14 20:20:10 +09:00
parent be99607226
commit 530fdadc07
3 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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": []
}