Compare commits

...

2 Commits

Author SHA1 Message Date
Claude
c0a25acac0
Disable foojay-resolver plugin due to network restrictions
This plugin is for automatic Java toolchain resolution and is not
critical for the build.
2025-11-06 16:09:18 +00:00
Claude
a35b161a4e
Update to Minecraft 1.21.10 and NeoForge 21.10.48-beta
- Updated Minecraft version from 1.21.1 to 1.21.10
- Updated NeoForge from 21.1.213 to 21.10.48-beta (latest for 1.21.10)
- Updated NeoForge version range to [21.10,)
- Updated Parchment mappings to 1.21.10 with version 2025.11.03
2025-11-06 16:09:18 +00:00
2 changed files with 9 additions and 8 deletions

View File

@ -5,9 +5,9 @@ org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.caching=true
mc_version=1.21.1
neo_version=21.1.213
neo_version_range=[21.1,)
mc_version=1.21.10
neo_version=21.10.48-beta
neo_version_range=[21.10,)
loader_version_range=[4,)
jei_version=19.25.0.323
@ -19,5 +19,5 @@ kubejs_version=2101.7.2-build.296
rhino_version=2101.2.7-build.81
architectury_version=13.0.8
parchment_minecraft_version=1.21.1
parchment_mappings_version=2024.11.17
parchment_minecraft_version=1.21.10
parchment_mappings_version=2025.11.03

View File

@ -5,8 +5,9 @@ pluginManagement {
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
}
// Disabled due to network restrictions
//plugins {
// id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
//}
include('coremod')