File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ dependencies {
3939
4040processResources {
4141 inputs. property " version" , project. version
42- inputs. property " mcversion" , project. minecraft_version_semver
42+ inputs. property " mcversion" , project. minecraft_version_dependency
4343
4444 duplicatesStrategy DuplicatesStrategy . WARN
4545
4646 from(sourceSets. main. resources. srcDirs) {
4747 include " fabric.mod.json"
48- expand " version" : project. version, " mcversion" : project. minecraft_version_semver
48+ expand " version" : project. version, " mcversion" : project. minecraft_version_dependency
4949 }
5050
5151 from(sourceSets. main. resources. srcDirs) {
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx2G
33
44# Fabric Properties
55 # check these on https://modmuss50.me/fabric.html
6- minecraft_version =1.19.1
7- minecraft_version_semver = 1.19.1
8- yarn_mappings =1.19.1 +build.1
6+ minecraft_version =1.19.2
7+ minecraft_version_dependency = >= 1.19.1 <=1.19.2
8+ yarn_mappings =1.19.2 +build.1
99 loader_version =0.14.8
1010
1111# Mod Properties
You can’t perform that action at this time.
0 commit comments