Skip to content

Commit

Permalink
Update to Minecraft 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Jun 17, 2024
1 parent 16e4968 commit b0ed8c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build-neoforge.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.109'
id 'net.neoforged.gradle.userdev' version '7.0.142'
}

version = project.modVersion
Expand Down
20 changes: 10 additions & 10 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ modJavaVersion=21
modCredits=Contributors: mezz, juliand665, panoskj, FabiClawZ, ErrorMikey.
modDescription=A mod that enhances the inventory management by adding various additional functions to the usual mouse buttons.

forgeMcVersion=1.20.6
forgeVersion=50.0.0
forgeLoaderVersion=[50,)
forgeMcVersion=1.21
forgeVersion=51.0.8
forgeLoaderVersion=[51,)

neoMcVersion=1.20.6
neoVersion=20.6.11-beta
neoLoaderVersion=[2,)
neoMcVersion=1.21
neoVersion=21.0.0-beta
neoLoaderVersion=[4,)

fabricMcVersion=1.20.6
fabricLoaderVersion=0.15.10
fabricApiVersion=0.97.8+1.20.6
fabricModMenuVersion=10.0.0-beta.1
fabricMcVersion=1.21
fabricLoaderVersion=0.15.11
fabricApiVersion=0.100.1+1.21
fabricModMenuVersion=11.0.0-rc.4

0 comments on commit b0ed8c1

Please sign in to comment.