Compare commits

..

No commits in common. "458aeaaf074094b2c2d45d858288ed67960d864d" and "be99607226752245f8f28129e1592ee164769f31" have entirely different histories.

4 changed files with 2 additions and 7 deletions

View file

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

View file

@ -32,9 +32,6 @@ authors="${mod_authors}" #optional
description=''' description='''
Implements turn-based-battle in Minecraft. 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. # A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
[[dependencies.com_burnedkirby_turnbasedminecraft]] #optional [[dependencies.com_burnedkirby_turnbasedminecraft]] #optional
# the modid of the dependency # the modid of the dependency

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

View file

@ -3,7 +3,7 @@
"modid": "com_burnedkirby_turnbasedminecraft", "modid": "com_burnedkirby_turnbasedminecraft",
"name": "Turn Based Minecraft", "name": "Turn Based Minecraft",
"description": "Changes battles to be turn-based.", "description": "Changes battles to be turn-based.",
"version": "1.25.1", "version": "1.25.0",
"mcversion": "1.20.2", "mcversion": "1.20.2",
"url": "", "url": "",
"updateUrl": "", "updateUrl": "",
@ -11,7 +11,7 @@
"credits": "The Forge and FML guys, for making this possible. "credits": "The Forge and FML guys, for making this possible.
Dependencies: Dependencies:
JavaMP3 by delthas, josephx86, GlaDOSik, and kevinstadler (MIT License)", JavaMP3 by delthas, josephx86, GlaDOSik, and kevinstadler (MIT License)",
"logoFile": "/assets/com_burnedkirby_turnbasedminecraft/tbmm_icon.png", "logoFile": "",
"screenshots": [], "screenshots": [],
"dependencies": [] "dependencies": []
} }