File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
26
26
modImplementation " net.fabricmc:fabric-loader:${ project.loader_version} "
27
27
28
28
// Meteor
29
- modImplementation " meteordevelopment:meteor-client:${ project.meteor_version } "
29
+ modImplementation " meteordevelopment:meteor-client:${ project.minecraft_version } -SNAPSHOT "
30
30
}
31
31
32
32
tasks {
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx2G
2
2
3
3
# Fabric Properties (https://fabricmc.net/develop)
4
- minecraft_version =1.21.3
5
- yarn_mappings =1.21.3 +build.2
4
+ minecraft_version =1.21.4
5
+ yarn_mappings =1.21.4 +build.7
6
6
loader_version =0.16.9
7
7
8
8
# Mod Properties
@@ -11,6 +11,3 @@ maven_group=com.example
11
11
archives_base_name =addon-template
12
12
13
13
# Dependencies
14
-
15
- # Meteor (https://maven.meteordev.org)
16
- meteor_version =0.5.9-SNAPSHOT
You can’t perform that action at this time.
0 commit comments