Skip to content

Commit

Permalink
updated neoforge, neogradle, and jei
Browse files Browse the repository at this point in the history
  • Loading branch information
NewJumper committed Aug 4, 2024
1 parent 7f5679a commit 0e11afa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'eclipse'
id 'idea'
id 'maven-publish'
id 'net.neoforged.gradle.userdev' version '7.0.153'
id 'net.neoforged.gradle.userdev' version '7.0.157'
}
tasks.named('wrapper', Wrapper).configure { distributionType = Wrapper.DistributionType.BIN }

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ org.gradle.debug=false
# Environment Properties
minecraft_version=1.21
minecraft_version_range=[1.21,1.21.1)
neo_version=21.0.78-beta
neo_version_range=[21.0.0-beta,)
neo_version=21.0.152
neo_version_range=[21.0.143,)
loader_version_range=[4,)
neogradle.subsystems.parchment.minecraftVersion=1.21
neogradle.subsystems.parchment.mappingsVersion=2024.07.07
jei_version=19.5.0.39
neogradle.subsystems.parchment.mappingsVersion=2024.07.28
jei_version=19.5.3.67
emi_version=1.1.10

## Mod Properties
Expand Down

0 comments on commit 0e11afa

Please sign in to comment.