Compare commits

...

2 commits

Author SHA1 Message Date
458aeaaf07 Update Changelog.md 2024-01-14 20:23:35 +09:00
530fdadc07 Add "icon" for mod 2024-01-14 20:20:10 +09:00
4 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,7 @@
# Upcoming changes
Add icon for mod in Mod list description.
# Version NeoForge-1.25.0
Add new dependency `j-ogg-vorbis`.

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