Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated last week
All versions
26.1.2-8.0.6+neoforge
Beta
KubeJS-NeoForge-26.1.2-8.0.6last week 479
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
this release contains the following fixes ported from 1.21:
- fix: unpredictable tick behaviour for scheduled events (#763)
- fix: restore inventory on disconnect (#962)
- fix / hack: numeric string keys in recipe patterns (#1177)
- fix: smithing template name hints (#974)
- fix: recipe component keys listed in random order (#1035)
- fix: NPE race in TargetedEventHandler.hasListeners during reload (#1027)
- fix: scheduleRepeating never repeating (#863)
- fix: keepIngredient duplicates stackables (#1174)
- fix: index issue in client asset pack injector (thanks to @purplesyringa for pointing this out in #1181)
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:umyGl7zF:FzLyIIBB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:umyGl7zF:FzLyIIBB"
}

