mirror of
https://github.com/chylex/Minecraft-Window-Title.git
synced 2025-05-05 22:34:05 +02:00
Fix mod metadata files
This commit is contained in:
parent
2c12af5fa8
commit
d070b4b22f
@ -1,20 +1,21 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "customwindowtitle",
|
||||
"name": "${name}",
|
||||
"description": "${description}",
|
||||
"version": "${version}",
|
||||
"license": "${license}",
|
||||
|
||||
"name": "Custom Window Title",
|
||||
"authors": [
|
||||
"chylex"
|
||||
"${author}"
|
||||
],
|
||||
|
||||
"contact": {
|
||||
"homepage": "https://chylex.com",
|
||||
"sources": "https://github.com/chylex/Minecraft-Window-Title",
|
||||
"issues": "https://github.com/chylex/Minecraft-Window-Title/issues"
|
||||
"issues": "${issuesURL}",
|
||||
"sources": "${sourcesURL}"
|
||||
},
|
||||
|
||||
"license": "Unlicense",
|
||||
|
||||
"environment": "client",
|
||||
"entrypoints": {
|
||||
"client": [
|
||||
|
@ -1,15 +1,16 @@
|
||||
modLoader = "javafml"
|
||||
loaderVersion = "[31,)"
|
||||
|
||||
authors = "chylex"
|
||||
license = "Unlicense"
|
||||
issueTrackerURL = "https://github.com/chylex/Minecraft-Window-Title/issues"
|
||||
authors = "${author}"
|
||||
license = "${license}"
|
||||
issueTrackerURL = "${issuesURL}"
|
||||
|
||||
[[mods]]
|
||||
modId = "customwindowtitle"
|
||||
version = "1.1.0"
|
||||
displayName = "Custom Window Title"
|
||||
displayURL = "https://github.com/chylex/Minecraft-Window-Title"
|
||||
version = "${version}"
|
||||
displayName = "${name}"
|
||||
description = "${description}"
|
||||
displayURL = "${sourcesURL}"
|
||||
|
||||
[[dependencies.customwindowtitle]]
|
||||
modId = "minecraft"
|
||||
|
Loading…
Reference in New Issue
Block a user