Skip to content

Commit

Permalink
Update mod metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicdan committed Jul 8, 2024
1 parent 2f3dcb1 commit 8106769
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 6 additions & 4 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -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 = ""

Expand Down

0 comments on commit 8106769

Please sign in to comment.