Compare commits

...

2 commits

Author SHA1 Message Date
ceb0bedb79
3.2.0 2023-06-06 17:03:24 +09:00
66d842c3ed
chore: add icon 2023-06-06 17:02:59 +09:00
4 changed files with 3 additions and 2 deletions

View file

@ -3,5 +3,5 @@ org.gradle.jvmargs=-Xmx2G
mod.name=e4mc mod.name=e4mc
mod.id=e4mc_minecraft mod.id=e4mc_minecraft
mod.version=3.1.0 mod.version=3.2.0
mod.group=vg.skye mod.group=vg.skye

View file

@ -33,7 +33,7 @@ object E4mcClient : ModInitializer {
//#endif //#endif
const val NAME = "e4mc" const val NAME = "e4mc"
const val ID = "e4mc_minecraft" const val ID = "e4mc_minecraft"
const val VERSION = "3.1.0" const val VERSION = "3.2.0"
@JvmField @JvmField
val LOGGER: Logger = LoggerFactory.getLogger("e4mc") val LOGGER: Logger = LoggerFactory.getLogger("e4mc")
@JvmField @JvmField

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -14,6 +14,7 @@
"sources": "https://git.skye.vg/me/e4mc_minecraft" "sources": "https://git.skye.vg/me/e4mc_minecraft"
}, },
"license": "MIT", "license": "MIT",
"icon": "assets/e4mc_minecraft/icon.png",
"environment": "*", "environment": "*",
"entrypoints": { "entrypoints": {
"main": [ "main": [