Skip to content

Commit

Permalink
updated neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 10, 2024
1 parent 9bd95d2 commit 9a8e70d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ org.gradle.jvmargs=-Xmx4G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
neoforge_version=20.6.121
yarn_mappings_patch_version = 1.20.6+build.4
minecraft_version=1.21
yarn_mappings=1.21+build.1
neoforge_version=21.0.42-beta
yarn_mappings_patch_version = 1.21+build.4
loom.platform=neoforge

# Mod Properties
mod_version = 1.9.0
mod_version = 1.10.0
maven_group = io.github.trinsdar
archives_base_name = pal
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ description='''Your good pal, helping with mod compat'''
[[dependencies.playerabilitylib]]
modId="neoforge"
type="required"
versionRange="[20.6,)"
versionRange="[21.0,)"
ordering="AFTER"
side="BOTH"
[[dependencies.playerabilitylib]]
modId="minecraft"
mandatory=true
versionRange="[1.20.6,)"
versionRange="[1.21,)"
ordering="AFTER"
side="BOTH"
[[mixins]]
Expand Down

0 comments on commit 9a8e70d

Please sign in to comment.