Skip to content

Commit

Permalink
Add fabric.mod.json and include LICENSE in jar
Browse files Browse the repository at this point in the history
  • Loading branch information
VixidDev committed Jun 28, 2024
1 parent 2f122bd commit e0f1c46
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ tasks.shadowJar {
println("Copying jars into mod: ${it.files}")
}
}
from("LICENSE")

exclude("META-INF/versions/**")

Expand Down
Binary file added src/main/resources/assets/vsm/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"schemaVersion": 1,
"id": "vsm",
"version": "${version}",
"name": "Vixid's Skyblock Mod",
"description": "Vixid's Skyblock Minecraft mod with various QOL features",
"authors": [
"Vixid"
],
"contact": {
"sources": "https://github.com/VixidDev/VSM"
},
"license": "GPL-3.0",
"icon": "assets/vsm/logo.png",
"depends": {
"minecraft": "1.8.9"
}
}

0 comments on commit e0f1c46

Please sign in to comment.