Skip to content

Commit

Permalink
A little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Sep 27, 2022
1 parent d8d8bf0 commit afd0dd6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -6,6 +6,6 @@ minecraft_version=1.19.2
yarn_mappings=1.19.2+build.18
loader_version=0.14.9
# Mod Properties
mod_version=0.1
mod_version=0.1.1
maven_group=io.github.gaming32
archives_base_name=niceload
Binary file added src/main/resources/assets/niceload/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions src/main/resources/fabric.mod.json
Expand Up @@ -3,11 +3,16 @@
"id": "niceload",
"version": "${version}",
"name": "NiceLoad",
"description": "Improves the Minecraft loading screen",
"description": "Fancy loading screen",
"authors": ["Gaming32"],
"contact": {},
"contact": {
"homepage": "https://github.com/Gaming32/niceload",
"issues": "https://github.com/Gaming32/niceload/issues",
"sources": "https://github.com/Gaming32/niceload"
},
"license": "MIT",
"environment": "client",
"icon": "assets/niceload/logo.png",
"entrypoints": {
"preLaunch": [
"io.github.gaming32.niceload.client.NiceLoadMod"
Expand All @@ -20,6 +25,6 @@
"depends": {
"fabricloader": ">=0.14.9",
"fabric-resource-loader-v0": "*",
"minecraft": "1.19.2"
"minecraft": ">=1.19.2"
}
}

0 comments on commit afd0dd6

Please sign in to comment.