Skip to content

Commit

Permalink
Add mod icon and set version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeltumn committed Sep 10, 2022
1 parent 388f548 commit 8b1e313
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -2,19 +2,19 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.19.1
yarn_mappings=1.19.1+build.5
loader_version=0.14.8
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.10
loader_version=0.14.9

#Fabric api
fabric_version=0.58.5+1.19.1
fabric_version=0.60.0+1.19.2
# Mod Properties
mod_version=0.2.0
mod_version=0.1.0
maven_group=com.noxcrew
archives_base_name=noxesium

# Mod dependencies
# sodium is using commit from mc1.19-0.4.2
sodium = f039f75
iris = 1.19.x~v1.2.5
sodium = mc1.19.2-0.4.4
iris = 1.19.x-v1.3.0
modmenu = 4.0.5
Binary file added src/main/resources/assets/noxesium/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@
"issues": "https://github.com/Noxcrew/noxesium/issues"
},
"license": "GPL-3.0-only",
"icon": "assets/noxesium/icon.png",
"environment": "client",
"entrypoints": {
"client": [
@@ -28,7 +29,7 @@
"depends": {
"fabricloader": ">=0.14.8",
"fabric": "*",
"minecraft": "1.19.1",
"minecraft": ">=1.19.1",
"java": ">=17"
}
}

0 comments on commit 8b1e313

Please sign in to comment.