Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 days ago
All versions
26.1.2-1.0.27
Release
1.0.27 for NeoForge 26.1.23 days ago 10
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Changelog for Minecraft 26.1.2
All notable changes to this project will be documented in this file.
26.1.2-1.0.27 - 2026-08-13 18:42:32
Changed
- Update graal_version from 25.1.3 to 25.2.4
Fixed
- Only temporarily set polyglot system props This fixes compat issues with Cobblemon, which package an older version of Graal that crashes on these system props. Closes #66
26.1.2-1.0.26 - 2026-08-04 07:44:11 +0200
Changed
- Update to Graal 25.1.3
Fixed
- Fix unable to run on some OSes such as OpenBSD
26.1.2-1.0.25 - 2026-07-28 16:57:46 +0200
Fixed
- Don't crash when evaluating a non-existing script
26.1.2-1.0.24 - 2026-07-22 16:29:38 +0200
Fixed
- Rewrite shadowing graal using fallback classloader This commit has been cherry-picked from @wagyourtail's PR in #36. Closes #63
26.1.2-1.0.23 - 2026-07-13 20:25:08 +0200
Added
- New Translations (#65)
Fixed
- Check for path safety when setting scripts
26.1.2-1.0.22 - 2026-05-16 10:22:16 +0200
Fixed
- Fix external script edits not syncing when directory is created before disk (#62), Closes #61
[26.1.2-1.0.21] - 2026-04-25 16:13:53 +0200
Initial 26.1.2 release
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:uDJkuFRe:AcN7oV9m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uDJkuFRe:AcN7oV9m"
}

