Tags
Creators
Details
26.1-2.31-neoforge
Compatibility
Changes
- Updated to Minecraft 26.1.
- Wheel tweak will no longer reset the smelting progress when scrolling items from the furnace input slot.
- Wheel tweak will now work as expected when holding a Bundle on the mouse (it will move items the same way as when holding any other item).
- Fixed a rare and hard to hit bug where very quick scrolling could push fewer items than expected into empty slots.
The way the wheel tweak changes work under the hood is that the wheel tweak will now grab the items with a right click instead of a left click. This leaves half of the stack in the slot instead of taking the whole stack out temporarily. For a furnace input slot, this lets the smelting continue instead of interrupting it.
Supplementary resources
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:aC3cM3Vq:Vd1fgVcT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aC3cM3Vq:Vd1fgVcT"
}

