Skip to content

Commit ea2f70a

Browse files
updated version to 1.0.0+1.21.1
1 parent 8fa8586 commit ea2f70a

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

gradle.properties

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ org.gradle.configuration-cache=false
77

88
# Fabric Properties
99
# check these on https://fabricmc.net/develop
10-
minecraft_version=1.21.10
11-
yarn_mappings=1.21.10+build.2
12-
loader_version=0.17.3
10+
minecraft_version=1.21.1
11+
yarn_mappings=1.21.1+build.3
12+
loader_version=0.18.1
1313
loom_version=1.13-SNAPSHOT
1414

15+
# Fabric API
16+
fabric_version=0.116.7+1.21.1
17+
1518
# Mod Properties
16-
mod_version=1.0.0+1.21.10
19+
mod_version=1.0.0+1.21.1
1720
maven_group=com.midnightdoggo19.singleplayer
1821
archives_base_name=singleplayer
1922

2023
# Dependencies
21-
fabric_version=0.138.3+1.21.10
22-
modmenu_version=16.0.0-rc.1
24+
modmenu_version=11.0.3

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"depends": {
2626
"fabricloader": ">=0.17.3",
27-
"minecraft": "~1.21.10",
27+
"minecraft": "1.21.1",
2828
"java": ">=21",
2929
"fabric-api": "*"
3030
},

0 commit comments

Comments
 (0)