Skip to content

Commit

Permalink
updated mc and forge to 1.20.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 10, 2024
1 parent ac5caf1 commit a22e1cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import net.fabricmc.loom.task.RemapJarTask

plugins {
id "maven-publish"
id 'dev.architectury.loom' version '1.1-SNAPSHOT'
id 'dev.architectury.loom' version '1.6-SNAPSHOT'
}

loom {
Expand Down Expand Up @@ -75,5 +75,4 @@ publishing {
mavenLocal()
}
}
dependsOn testmodClasses
}
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx4G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.1
forge_version=43.1.34
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.1
forge_version=47.3.0
loom.platform=forge

# Mod Properties
mod_version = 1.6.0.1
mod_version = 1.8.0
maven_group = io.github.trinsdar
archives_base_name = pal
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
modLoader="javafml"
license="LGPL"
loaderVersion="[43,)"
loaderVersion="[47,)"
issueTrackerURL="https://github.com/Trins-mods/PlayerAbiityLib-forge/issues"

[[mods]]
Expand All @@ -14,12 +14,12 @@ description='''Your good pal, helping with mod compat'''
[[dependencies.playerabilitylib]]
modId="forge"
mandatory=true
versionRange="[43.1.34,)"
versionRange="[47.1.0,)"
ordering="AFTER"
side="BOTH"
[[dependencies.playerabilitylib]]
modId="minecraft"
mandatory=true
versionRange="[1.19.2,)"
versionRange="[1.20.1,)"
ordering="AFTER"
side="BOTH"

0 comments on commit a22e1cf

Please sign in to comment.