Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last week
All versions
26.1.2-1.30.2
Release
1.30.2 for NeoForge 26.1.2last week 118
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog for Minecraft 26.1.2
All notable changes to this project will be documented in this file.
26.1.2-1.30.2 - 2026-07-28 16:55:07
Fixed
- Fix EntityHelpers not spawning any entities Closes CyclopsMC/EvilCraft#1239 Regression due to CyclopsMC/EvilCraft#1102
26.1.2-1.30.1 - 2026-06-28 14:08:16 +0200
Fixed
- Fix capacity-based fluid capability not taking into account stack size
26.1.2-1.30.0 - 2026-06-14 13:02:01 +0200
Added
- Add SlotSingleIngredient
26.1.2-1.29.9 - 2026-05-22 11:20:34 +0200
Added
- Add translations through Crowdin (#230)
Changed
- Migrate from simulation to transaction logic in IngredientStorageHelpers
Fixed
- Do class instance check before casting capabilities (#231) This ensures that a ClassCastException won't be generated to improve performance
26.1.2-1.29.8 - 2026-05-03 06:50:28 +0200
Fixed
- Fix fluid helper crashes on empty fluid handler resources
26.1.2-1.29.7 - 2026-04-29 19:45:35 +0200
Fixed
- Fix crash when registering GUIs on Fabric, Closes CyclopsMC/ColossalChests#200
26.1.2-1.29.6 - 2026-04-28 19:44:31 +0200
Fixed
- Fix active arrows on disabled WidgetNumberFields
[26.1.2-1.29.5] - 2026-04-20 19:57:09 +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:Z9DM0LJ4:Lmk9ygKe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Z9DM0LJ4:Lmk9ygKe"
}
