From 81067691cf961713c0f5215235fe9febb95291a1 Mon Sep 17 00:00:00 2001 From: CosmicDan Date: Tue, 9 Jul 2024 01:48:31 +1000 Subject: [PATCH] Update mod metadata --- fabric/src/main/resources/fabric.mod.json | 8 ++++---- forge/src/main/resources/META-INF/mods.toml | 10 ++++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index febd494..0e365cb 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -3,13 +3,13 @@ "id": "simpledaylengthextender", "version": "${version}", "name": "Simple Day Length Extender", - "description": "This is an example description! Tell everyone what your mod is about!", + "description": "A simple yet compatible mod to extend the day and/or night length in Minecraft. Works by switching the doDaylightCycle gamerule on and off internally, without the need for command blocks (and without any log-spam)", "authors": [ - "Me!" + "CosmicDan" ], "contact": { - "homepage": "https://fabricmc.net/", - "sources": "https://github.com/FabricMC/fabric-example-mod" + "homepage": "https://www.curseforge.com/minecraft/mc-mods/simple-day-length-extender", + "sources": "https://github.com/CosmicDan-Minecraft/SimpleDayLengthExtender" }, "license": "CC0-1.0", "icon": "assets/simpledaylengthextender/icon.png", diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml index b01e288..becb811 100644 --- a/forge/src/main/resources/META-INF/mods.toml +++ b/forge/src/main/resources/META-INF/mods.toml @@ -1,15 +1,17 @@ modLoader = "javafml" loaderVersion = "[47,)" -#issueTrackerURL = "" -license = "Insert License Here" +issueTrackerURL = "https://github.com/CosmicDan-Minecraft/SimpleDayLengthExtender/issues" +license = "LGPLv3" [[mods]] modId = "simpledaylengthextender" version = "${version}" displayName = "Simple Day Length Extender" -authors = "Me!" +authors = "CosmicDan" description = ''' -This is an example description! Tell everyone what your mod is about! +A simple yet compatible mod to extend the day and/or night length in Minecraft. Works by switching the doDaylightCycle gamerule on and off internally, without the need for command blocks (and without any log-spam) + +https://www.curseforge.com/minecraft/mc-mods/simple-day-length-extender ''' #logoFile = ""