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 {
2626 modImplementation " net.fabricmc:fabric-loader:${ project.loader_version} "
2727
2828 // Meteor
29- modImplementation " meteordevelopment:meteor-client:${ project.meteor_version } "
29+ modImplementation " meteordevelopment:meteor-client:${ project.minecraft_version } -SNAPSHOT "
3030}
3131
3232tasks {
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx2G
22
33# 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
66loader_version =0.16.9
77
88# Mod Properties
@@ -11,6 +11,3 @@ maven_group=com.example
1111archives_base_name =addon-template
1212
1313# 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