Skip to content

Commit

Permalink
1.20.4: Added some Publications metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
vrglab committed Jun 9, 2024
1 parent 86fdab5 commit 729ac35
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 15 deletions.
11 changes: 6 additions & 5 deletions 1.20.4/fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Binary file added 1.20.4/fabric/src/main/resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions 1.20.4/forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
modLoader = "javafml"
loaderVersion = "[49,)"
#issueTrackerURL = ""
license = "Insert License Here"
issueTrackerURL = "https://github.com/vrglab/VrglabsLib/issues"
license = "MIT"

[[mods]]
modId = "vrglabslib"
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"
Expand Down
Binary file added 1.20.4/forge/src/main/resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions 1.20.4/neoforge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
modLoader = "javafml"
loaderVersion = "[2,)"
#issueTrackerURL = ""
license = "Insert License Here"
issueTrackerURL = "https://github.com/vrglab/VrglabsLib/issues"
license = "MIT"

[[mods]]
modId = "vrglabslib"
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"
Expand Down
Binary file added 1.20.4/neoforge/src/main/resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1.20.4/quilt/src/main/resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions 1.20.4/quilt/src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 729ac35

Please sign in to comment.