File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' base'
33 // see https://fabricmc.net/develop/ for new versions
4- id ' fabric-loom' version ' 1.10 -SNAPSHOT' apply false
4+ id ' fabric-loom' version ' 1.12 -SNAPSHOT' apply false
55 // see https://projects.neoforged.net/neoforged/moddevgradle for new versions
6- id ' net.neoforged.moddev' version ' 2.0.107 ' apply false
6+ id ' net.neoforged.moddev' version ' 2.0.116 ' apply false
77}
88
99apply plugin : ' idea'
Original file line number Diff line number Diff line change @@ -23,23 +23,23 @@ mod_url=https://modrinth.com/mod/configmanager
2323mod_sources =https://github.com/TheBossMagnus/Config-Manager
2424
2525# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
26- parchment_minecraft =1.21.8
27- parchment_version =2025.07.20
26+ parchment_minecraft =1.21.10
27+ parchment_version =2025.10.12
2828
2929# Fabric
30- fabric_loader_version =0.17.2
30+ fabric_loader_version =0.17.3
3131minecraft_version_range_fabric =>=1.21
3232# ModMenu
33- modmenu_version =15 .0.0
33+ modmenu_version =16 .0.0-rc.1
3434
3535# NeoForge
36- neoforge_version =21.8.31
36+ neoforge_version =21.10.48-beta
3737minecraft_version_range_neoforge =[1.21,)
3838neoforge_loader_version_range =[4,)
3939
4040# # This is the version of minecraft that the 'common' project uses, you can find a list of all versions here
4141# # https://projects.neoforged.net/neoforged/neoform
42- neo_form_version =1.21.8-20250717.133445
42+ neo_form_version =1.21.10-20251010.172816
4343
4444# Gradle
4545org.gradle.jvmargs =-Xmx3G
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ pluginManagement {
1111 }
1212 filter {
1313 includeGroup(' net.fabricmc' )
14+ includeGroup(' net.fabricmc.unpick' )
1415 includeGroup(' fabric-loom' )
1516 }
1617 }
You can’t perform that action at this time.
0 commit comments