Skip to content

Commit d4d2df4

Browse files
Version bump (v0.1.1)
1 parent 330e1d0 commit d4d2df4

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ yarn_mappings=1.18.2+build.2
88
loader_version=0.13.3
99

1010
# Mod Properties
11-
mod_version = 0.1.0
11+
mod_version = 0.1.1
1212
maven_group = com.ryangar46
1313
archives_base_name = apollo
1414

src/main/resources/fabric.mod.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"homepage": "https://www.curseforge.com/minecraft/mc-mods/apollo",
1212
"sources": "https://github.com/RyanGar46/Apollo-MC"
1313
},
14-
"license": "Apache-2.0 License",
15-
"icon": "icon.png",
14+
"license": "Apache-2.0 License except for assets",
15+
"icon": "assets/apollo/textures/misc/icon.png",
1616
"environment": "*",
1717
"entrypoints": {
1818
"main": [
@@ -31,5 +31,7 @@
3131
"minecraft": "1.18.x",
3232
"java": ">=17"
3333
},
34-
"suggests": {}
34+
"suggests": {
35+
"geckolib3": "*"
36+
}
3537
}

0 commit comments

Comments
 (0)