diff options
| author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-05-29 12:46:32 -0700 |
|---|---|---|
| committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2020-05-29 12:46:32 -0700 |
| commit | d86d1dab91376ea944de5e9387a20575b50ccf1c (patch) | |
| tree | 8d58a04667de724e3f2c2825c01448b12d7f7216 /src/main/resources | |
| parent | 7f2e66f7dd2efddaf08f329d81c114143bc00cf6 (diff) | |
| download | KotlinForForge-d86d1dab91376ea944de5e9387a20575b50ccf1c.tar.gz KotlinForForge-d86d1dab91376ea944de5e9387a20575b50ccf1c.tar.bz2 KotlinForForge-d86d1dab91376ea944de5e9387a20575b50ccf1c.zip | |
Kotlin for Forge 1.2.2
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/META-INF/mods.toml | 6 | ||||
| -rw-r--r-- | src/main/resources/pack.mcmeta | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index a58fee0..aab060a 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -3,11 +3,9 @@ loaderVersion="[1,)" # IModLanguageProvider version issueTrackerURL="https://github.com/thedarkcolour/Future-MC/issues" # Issues page -#displayURL="https://minecraft.curseforge.com/projects/kotlinforforge" #optional - description=''' Kotlin for Forge. Allows mods to use the Kotlin programming language. -''' # A description +''' # A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional. [[dependencies.kotlinforforge]] #optional @@ -33,6 +31,6 @@ Kotlin for Forge. Allows mods to use the Kotlin programming language. [[mods]] #mandatory displayName="Kotlin for Forge" # Name of mod modId="kotlinforforge" # Modid -version="1.2.0" # Version of kotlinforforge +version="1.2.2" # Version of kotlinforforge authors="TheDarkColour" # Author credits="Herobrine knows all." # Credits
\ No newline at end of file diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index 167eba8..983d48a 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -1,7 +1,6 @@ { "pack": { - "description": "kotlinforforge resources", - "pack_format": 4, - "_comment": "A pack_format of 4 requires json lang files. Note: we require v4 pack meta for all mods." + "description": "Kotlin for Forge resources", + "pack_format": 4 } }
\ No newline at end of file |
