Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
Updated last month
All versions
0.24.50
Release
Item Scroller-1.21.1-0.24.502 years ago 66.3K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Another update by Sakura-Ryoko and zly2006. With contributions from WenDavid552 and others.
0.23.999-sakura.8
- Finally adds a (re-)implementation of the Recipe Book Protocol support, similar o Andrew's craft-fix fork. This was a heavily requested feature that does not craft invalid results when enabled. This was an overall effort between whendavid, zly2006, and I over time & addresses some of the current issues with the craft-fix fork.
0.23.999-sakura.7
- Some test fixes related to clickSlot buffering and SwapsOnly config (zly2006)
- Migrate to masa's Maven
0.23.999-sakura.6
- malilib version bump to 0.20.0
0.23.999-sakura.5
- Add sortInventory config to aid in automatically resorting your inventory
0.23.999-sakura.4
- Add Chinese and Spanish es_es translations
Original build time: 2024-08-20 20:44:11 +0300
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:JygyCSA4:uK5Njuv8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JygyCSA4:uK5Njuv8"
}


