diff --git a/1.20.4/fabric/src/main/resources/fabric.mod.json b/1.20.4/fabric/src/main/resources/fabric.mod.json index fdafca3..d527655 100644 --- a/1.20.4/fabric/src/main/resources/fabric.mod.json +++ b/1.20.4/fabric/src/main/resources/fabric.mod.json @@ -3,16 +3,17 @@ "id": "vrglabslib", "version": "${version}", "name": "Vrglabs Lib", - "description": "Code dependency for all mods to use, make mod making simpler and more dynamic", + "description": "Architectury based custom data Registration system and Utilities", "authors": [ "Vrglab" ], "contact": { - "homepage": "https://fabricmc.net/", - "sources": "https://github.com/FabricMC/fabric-example-mod" + "issues": "https://github.com/vrglab/VrglabsLib/issues", + "homepage": "https://www.curseforge.com/minecraft/mc-mods/vrglabs-lib", + "sources": "https://github.com/vrglab/VrglabsLib" }, - "license": "CC0-1.0", - "icon": "assets/vrglabslib/icon.png", + "license": "MIT", + "icon": "logo.png", "environment": "*", "entrypoints": { "main": [ diff --git a/1.20.4/fabric/src/main/resources/logo.png b/1.20.4/fabric/src/main/resources/logo.png new file mode 100644 index 0000000..eb9c833 Binary files /dev/null and b/1.20.4/fabric/src/main/resources/logo.png differ diff --git a/1.20.4/forge/src/main/resources/META-INF/mods.toml b/1.20.4/forge/src/main/resources/META-INF/mods.toml index b293b34..a9d463c 100644 --- a/1.20.4/forge/src/main/resources/META-INF/mods.toml +++ b/1.20.4/forge/src/main/resources/META-INF/mods.toml @@ -1,7 +1,7 @@ modLoader = "javafml" loaderVersion = "[49,)" -#issueTrackerURL = "" -license = "Insert License Here" +issueTrackerURL = "https://github.com/vrglab/VrglabsLib/issues" +license = "MIT" [[mods]] modId = "vrglabslib" @@ -9,9 +9,9 @@ version = "1.0.0" displayName = "Vrglabs Lib" authors = "Vrglab" description = ''' -Code dependency for all mods to use, make mod making simpler and more dynamic +Architectury based custom data Registration system and Utilities ''' -#logoFile = "" +logoFile = "logo.png" [[dependencies.vrglabslib]] modId = "forge" diff --git a/1.20.4/forge/src/main/resources/logo.png b/1.20.4/forge/src/main/resources/logo.png new file mode 100644 index 0000000..eb9c833 Binary files /dev/null and b/1.20.4/forge/src/main/resources/logo.png differ diff --git a/1.20.4/neoforge/src/main/resources/META-INF/mods.toml b/1.20.4/neoforge/src/main/resources/META-INF/mods.toml index fefd0b6..1aac1f9 100644 --- a/1.20.4/neoforge/src/main/resources/META-INF/mods.toml +++ b/1.20.4/neoforge/src/main/resources/META-INF/mods.toml @@ -1,7 +1,7 @@ modLoader = "javafml" loaderVersion = "[2,)" -#issueTrackerURL = "" -license = "Insert License Here" +issueTrackerURL = "https://github.com/vrglab/VrglabsLib/issues" +license = "MIT" [[mods]] modId = "vrglabslib" @@ -9,9 +9,9 @@ version = "1.0.0" displayName = "Vrglabs Lib" authors = "Vrglab" description = ''' -Code dependency for all mods to use, make mod making simpler and more dynamic +Architectury based custom data Registration system and Utilities ''' -#logoFile = "" +logoFile = "logo.png" [[dependencies.vrglabslib]] modId = "neoforge" diff --git a/1.20.4/neoforge/src/main/resources/logo.png b/1.20.4/neoforge/src/main/resources/logo.png new file mode 100644 index 0000000..eb9c833 Binary files /dev/null and b/1.20.4/neoforge/src/main/resources/logo.png differ diff --git a/1.20.4/quilt/src/main/resources/logo.png b/1.20.4/quilt/src/main/resources/logo.png new file mode 100644 index 0000000..eb9c833 Binary files /dev/null and b/1.20.4/quilt/src/main/resources/logo.png differ diff --git a/1.20.4/quilt/src/main/resources/quilt.mod.json b/1.20.4/quilt/src/main/resources/quilt.mod.json index d536f0f..5fc17e2 100644 --- a/1.20.4/quilt/src/main/resources/quilt.mod.json +++ b/1.20.4/quilt/src/main/resources/quilt.mod.json @@ -6,11 +6,11 @@ "version": "${version}", "metadata": { "name": "Vrglabs Lib", - "description": "Code dependency for all mods to use, make mod making simpler and more dynamic", + "description": "Architectury based custom data Registration system and Utilities", "contributors": { "Vrglab": "Author" }, - "icon": "assets/vrglabslib/icon.png" + "icon": "logo.png" }, "intermediate_mappings": "net.fabricmc:intermediary", "entrypoints": {