Skip to content

Commit

Permalink
🔼 Updated NeoForge to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed Oct 15, 2024
1 parent 60a472d commit fa46ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fabric_version=0.105.0+1.21.1
fabric_loader_version=0.16.5

# NeoForge
neoforge_version=21.1.68
neoforge_version=21.1.69
neoforge_version_range=[21.1,)
neoforge_loader_version_range=[2,)

Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import net.neoforged.gradle.common.tasks.PotentiallySignJar

plugins {
id 'multiloader-loader'
id 'net.neoforged.gradle.userdev' version '7.0.145'
id 'net.neoforged.gradle.userdev' version '7.0.165'
}

def at = file('src/main/resources/META-INF/accesstransformer.cfg')
Expand Down

0 comments on commit fa46ab9

Please sign in to comment.