diff --git a/README.md b/README.md index 1677395fa..3771efae7 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,15 @@ --> # ![CC: Tweaked](doc/logo.png) -[![Current build status](https://github.com/cc-tweaked/CC-Tweaked/workflows/Build/badge.svg)](https://github.com/cc-tweaked/CC-Tweaked/actions "Current build status") [![Download CC: Tweaked on CurseForge](http://cf.way2muchnoise.eu/title/cc-tweaked.svg)][CurseForge] +[![Current build status](https://github.com/cc-tweaked/CC-Tweaked/workflows/Build/badge.svg)](https://github.com/cc-tweaked/CC-Tweaked/actions "Current build status") +[![Download CC: Tweaked on CurseForge](https://img.shields.io/static/v1?label=Download&message=CC:%20Tweaked&color=E04E14&logoColor=E04E14&logo=CurseForge)][CurseForge] +[![Download CC: Tweaked on Modrinth](https://img.shields.io/static/v1?label=Download&color=00AF5C&logoColor=00AF5C&logo=Modrinth&message=CC:%20Tweaked)][Modrinth] CC: Tweaked is a mod for Minecraft which adds programmable computers, turtles and more to the game. A fork of the -much-beloved [ComputerCraft], it continues its legacy with better performance, stability, and a wealth of new features. +much-beloved [ComputerCraft], it continues its legacy with improved performance and stability, along with a wealth of +new features. -CC: Tweaked can be installed from [CurseForge] or [Modrinth]. It requires the [Minecraft Forge][forge] mod loader, but -[versions are available for Fabric][ccrestitched]. +CC: Tweaked can be installed from [CurseForge] or [Modrinth]. It runs on both [Minecraft Forge] and [Fabric]. ## Contributing Any contribution is welcome, be that using the mod, reporting bugs or contributing code. If you want to get started @@ -65,8 +67,8 @@ ## Using [computercraft]: https://github.com/dan200/ComputerCraft "ComputerCraft on GitHub" [curseforge]: https://minecraft.curseforge.com/projects/cc-tweaked "Download CC: Tweaked from CurseForge" [modrinth]: https://modrinth.com/mod/gu7yAYhd "Download CC: Tweaked from Modrinth" -[forge]: https://files.minecraftforge.net/ "Download Minecraft Forge." -[ccrestitched]: https://www.curseforge.com/minecraft/mc-mods/cc-restitched "Download CC: Restitched from CurseForge" +[Minecraft Forge]: https://files.minecraftforge.net/ "Download Minecraft Forge." +[Fabric]: https://fabricmc.net/use/installer/ "Download Fabric." [forum]: https://forums.computercraft.cc/ [GitHub Discussions]: https://github.com/cc-tweaked/CC-Tweaked/discussions [IRC]: https://webchat.esper.net/?channels=computercraft "#computercraft on EsperNet" diff --git a/buildSrc/src/main/kotlin/cc-tweaked.mod-publishing.gradle.kts b/buildSrc/src/main/kotlin/cc-tweaked.mod-publishing.gradle.kts index 68ea3dabb..b2af54c54 100644 --- a/buildSrc/src/main/kotlin/cc-tweaked.mod-publishing.gradle.kts +++ b/buildSrc/src/main/kotlin/cc-tweaked.mod-publishing.gradle.kts @@ -46,7 +46,7 @@ tasks.publish { dependsOn(publishCurseForge) } modrinth { token.set(findProperty("modrinthApiKey") as String? ?: "") projectId.set("gu7yAYhd") - versionNumber.set("$mcVersion-$modVersion") + versionNumber.set(modVersion) versionName.set(modVersion) versionType.set(if (isUnstable) "alpha" else "release") uploadFile.setProvider(modPublishing.output) diff --git a/doc/index.md b/doc/index.md index 0e55aaafd..1d807151d 100644 --- a/doc/index.md +++ b/doc/index.md @@ -6,10 +6,10 @@ # ![CC: Tweaked](logo.png) CC: Tweaked is a mod for Minecraft which adds programmable computers, turtles and more to the game. A fork of the -much-beloved [ComputerCraft], it continues its legacy with better performance, stability, and a wealth of new features. +much-beloved [ComputerCraft], it continues its legacy with improved performance and stability, along with a wealth of +new features. -CC: Tweaked can be installed from [CurseForge] or [Modrinth]. It requires the [Minecraft Forge][forge] mod loader, but -[versions are available for Fabric][ccrestitched]. +CC: Tweaked can be installed from [CurseForge] or [Modrinth]. It runs on both [Minecraft Forge] and [Fabric]. ## Features Controlled using the [Lua programming language][lua], CC: Tweaked's computers provides all the tools you need to start @@ -54,7 +54,8 @@ ## Get Involved [curseforge]: https://minecraft.curseforge.com/projects/cc-tweaked "Download CC: Tweaked from CurseForge" [modrinth]: https://modrinth.com/mod/gu7yAYhd "Download CC: Tweaked from Modrinth" [forge]: https://files.minecraftforge.net/ "Download Minecraft Forge." -[ccrestitched]: https://www.curseforge.com/minecraft/mc-mods/cc-restitched "Download CC: Restitched from CurseForge" +[Minecraft Forge]: https://files.minecraftforge.net/ "Download Minecraft Forge." +[Fabric]: https://fabricmc.net/use/installer/ "Download Fabric." [lua]: https://www.lua.org/ "Lua's main website" [GitHub Discussions]: https://github.com/cc-tweaked/CC-Tweaked/discussions [IRC]: https://webchat.esper.net/?channels=computercraft "#computercraft on EsperNet" diff --git a/doc/mod-page.md b/doc/mod-page.md index 5d9cd11bd..f6b97717a 100644 --- a/doc/mod-page.md +++ b/doc/mod-page.md @@ -5,7 +5,7 @@ --> # ![CC: Tweaked](https://tweaked.cc/logo.png) -CC: Tweaked is a mod for Minecraft which adds programmable computers, turtles and more to the game. A fork of the much-beloved [ComputerCraft], it continues its legacy with better performance, stability, and a wealth of new features. +CC: Tweaked is a mod for Minecraft which adds programmable computers, turtles and more to the game. A fork of the much-beloved [ComputerCraft], it continues its legacy with improved performance and stability, along with a wealth of new features. ## Testimonials @@ -58,8 +58,6 @@ ## Get Involved [github]: https://github.com/cc-tweaked/CC-Tweaked/ "CC: Tweaked on GitHub" [bug]: https://github.com/cc-tweaked/CC-Tweaked/issues/new/choose [computercraft]: https://github.com/dan200/ComputerCraft "ComputerCraft on GitHub" -[forge]: https://files.minecraftforge.net/ "Download Minecraft Forge." -[ccrestitched]: https://modrinth.com/mod/cc-restitched "Download CC: Restitched from Modrinth" [lua]: https://www.lua.org/ "Lua's main website" [GitHub Discussions]: https://github.com/cc-tweaked/CC-Tweaked/discussions [IRC]: http://webchat.esper.net/?channels=computercraft "#computercraft on EsperNet" diff --git a/projects/forge/src/main/resources/META-INF/mods.toml b/projects/forge/src/main/resources/META-INF/mods.toml index ecb5abc3d..be5f02660 100644 --- a/projects/forge/src/main/resources/META-INF/mods.toml +++ b/projects/forge/src/main/resources/META-INF/mods.toml @@ -15,6 +15,7 @@ modId="computercraft" version="${file.jarVersion}" displayName="CC: Tweaked" displayURL="https://tweaked.cc" +updateJSONURL = "https://api.modrinth.com/updates/cc-tweaked/forge_updates.json" credits="Created by Daniel Ratcliffe (@DanTwoHundred)" authors="Daniel Ratcliffe, Aaron Mills, SquidDev"