Skip to content

Commit a73f6ce

Browse files
committed
Update mod and loader version. Add issue button
1 parent ccebc16 commit a73f6ce

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ org.gradle.parallel=true
55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
77
minecraft_version=1.20
8-
loader_version=0.16.3
8+
loader_version=0.16.14
99

1010
# Mod Properties
11-
mod_version=1.0.4+mc1.20
11+
mod_version=1.0.5+mc1.20
1212
maven_group=net.robofox.copperrails
1313
archives_base_name=copperrails
1414

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
],
1010
"contact": {
1111
"homepage": "https://modrinth.com/project/copperrails",
12-
"sources": "https://github.com/FXCourel/Copper-Rails"
12+
"sources": "https://github.com/FXCourel/Copper-Rails",
13+
"issues": "https://github.com/FXCourel/Copper-Rails/issues"
1314
},
1415
"license": "CC0-1.0",
1516
"icon": "assets/copperrails/icon.png",
@@ -26,7 +27,7 @@
2627
"copperrails.mixins.json"
2728
],
2829
"depends": {
29-
"fabricloader": ">=0.15.11",
30+
"fabricloader": ">=0.16.14",
3031
"minecraft": ["1.20", "1.20.1"],
3132
"java": ">=17",
3233
"fabric": "*"

0 commit comments

Comments
 (0)