Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 3 days ago
All versions
26.1.2-1.2.102
Release
1.2.102 for NeoForge 26.1.22 weeks ago 27
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
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.2.102 - 2026-08-06 15:41:12
Added
- Allow clearing Dark Tanks in the crafting grid (#1242), Closes #1241
26.1.2-1.2.101 - 2026-07-20 08:59:59 +0200
Fixed
- Fix merge conflict in tags
26.1.2-1.2.100 - 2026-07-20 06:48:48 +0200
Added
- Add translations through Crowdin
Changed
- Add stripped undead logs to vanilla log tags (#1238)
26.1.2-1.2.99 - 2026-06-28 14:08:28 +0200
Fixed
- Fix Auto-Supply mode duplicating tanks, Closes #1234
26.1.2-1.2.98 - 2026-06-14 13:42:16 +0200
Added
- Add ores/dark_gem item and block tags, Closes #1223
Fixed
- Fix egg variants not being acceptable in reanimator, Closes #1229
- Fix some projectiles spawning at wrong origin, Closes #1228
- Make spirit rendering safer to avoid crashes, Closes #1227
26.1.2-1.2.97 - 2026-06-05 08:58:26 +0200
Changed
- Update to NeoForge 26.1.2.73
Fixed
- Fix Spirit Furnace JEI race condition sometimes breaking its recipes
26.1.2-1.2.96 - 2026-05-25 14:06:32 +0200
Fixed
- Fix placement of tanks not considering non-default capacity, Closes #1217
- Fix mobs spawning in multiblocks, Closes #1211
- Remove unneeded global_loot_modifiers.json, Closes #1216
26.1.2-1.2.95 - 2026-05-22 09:32:54 +0200
Added
- Add translations through Crowdin (#1209)
Fixed
- Fix Spirit Furnace not restarting after draining output inv after drain, Closes #1212
- Prevent Sanguinary Environmental Accumulator inventory double-drops (#1214), Closes #1213
26.1.2-1.2.94 - 2026-05-16 07:32:35 +0200
Added
- Add translations through Crowdin
Fixed
- Fix Dead Bush recipe not handling third-party shears, Closes #1210
26.1.2-1.2.93 - 2026-05-02 13:41:57 +0200
Added
- Add translations through Crowdin
Fixed
- Fix Spirit Furnace halting when mob loot table contains empty stacks, Closes #1204
- Fix crash on JEI spirit furnace recipe generation for certain mobs, Closes CyclopsMC/EvilCraft#1205
26.1.2-1.2.92 - 2026-04-29 20:21:49 +0200
Fixed
- Fix Brooms not consuming Blood when ridden
26.1.2-1.2.91 - 2026-04-29 17:08:58 +0200
Added
- Add translations through Crowdin (#1199)
Changed
- Lower loot chance of brooms and books
Fixed
- Fix spirits of Ars Magica causing crashes
26.1.2-1.2.90 - 2026-04-25 17:14:24 +0200
Fixed
- Fix broken Curios integration, Closes CyclopsMC/EvilCraft#1203
[26.1.2-1.2.89] - 2026-04-21 20:01:28 +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:3ANq2btA:E9NTWDKX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3ANq2btA:E9NTWDKX"
}

