File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
buildSrc/src/main/kotlin/com/blamejared Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11package com.blamejared
22
33object Versions {
4- const val MOD = " 24 .0.0"
4+ const val MOD = " 25 .0.0"
55 const val JAVA = " 21"
6- const val MINECRAFT = " 1.21.6 "
6+ const val MINECRAFT = " 1.21.7 "
77 const val FABRIC_LOADER = " 0.16.14"
8- const val FABRIC = " 0.128.1 +1.21.6 "
9- const val FORGE = " 56 .0.9 "
10- const val FORGE_LOADER = " [56 ,)"
11- const val NEO_FORGE = " 21.6.20 -beta"
8+ const val FABRIC = " 0.128.2 +1.21.7 "
9+ const val FORGE = " 57 .0.2 "
10+ const val FORGE_LOADER = " [57 ,)"
11+ const val NEO_FORGE = " 21.7.3 -beta"
1212 const val NEO_FORGE_LOADER = " [4,)"
1313}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import net.darkhax.curseforgegradle.TaskPublishCurseForge
66
77plugins {
88 id(" blamejared-modloader-conventions" )
9- id(" net.neoforged.moddev" ) version (" 0.1.74 " )
9+ id(" net.neoforged.moddev" ) version (" 2.0.97 " )
1010 id(" com.modrinth.minotaur" )
1111}
1212
You can’t perform that action at this time.
0 commit comments