Skip to content

Commit

Permalink
Bump NeoForge & JEI
Browse files Browse the repository at this point in the history
  • Loading branch information
stal111 committed Oct 28, 2024
1 parent 4a70cbf commit 70fb947
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion datagen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("eclipse")
id("idea")
id("maven-publish")
id("net.neoforged.moddev") version "2.0.17-beta"
id("net.neoforged.moddev") version "2.0.42-beta"
}

val mod_id: String by project
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ org.gradle.configuration-cache=true

minecraft_version=1.21.1
minecraft_version_range=[1.21.1)
neo_version=21.1.63
neo_version=21.1.73
neo_version_range=[21.1,)
loader_version_range=[4,)

jei_version=19.14.2.146
jei_version=19.21.0.247
valhelsia_core_version=1.1.4
dataforge_version=0.1.6

Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'maven-publish'
id 'net.neoforged.moddev' version '2.0.32-beta'
id 'net.neoforged.moddev' version '2.0.42-beta'
}

version = mod_version
Expand Down

0 comments on commit 70fb947

Please sign in to comment.