ZenScroll
Modby quat
Scroll items into other items, a bit like Xtones. Crafttweakable!
Type
Mod
CurseForge Downloads
63,420
CurseForge ID
317645
Last Updated
Jul 28, 2026
Description
With ZenScroll, modpack authors can use CraftTweaker to create "scroll groups". You can cycle between items in a scroll group by holding down the modifier key (default ALT) and scrolling the mouse wheel.

To learn more about how to create scroll groups, check my Github readme. Here are a few examples:
import mods.zenscroll.ZenScroll;ZenScroll.add(<minecraft:apple>, <minecraft:gravel>, <minecraft:dirt>);
ZenScroll.add(<minecraft:wool:*>);
ZenScroll.add(<minecraft:stained_hardened_clay:*>);
But wait, there's more:
var glasses = ScrollGroup.of(<minecraft:stained_glass:*>, <minecraft:stained_glass_pane:*>);glasses.copyTag(); //retain any nbt tags when you scroll
ZenScroll.add(glasses);
//scroll apples into cookies but not the other way around (contrived example :D)
ZenScroll.add(<minecraft:apple>).processor(
function(prev as IItemStack, next as IItemStack) {
return <minecraft:cookie>;
}
)
Questions? Comments? Just lonely? Join me on Discord: https://quat1024.github.io/discord/
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Screenshots
Similar Mods
TreeAxe [FABRIC]
Treeaxes that will bring down the entire tree
[FABRIC] Monster Of The Ocean Depths
Adds Mob A, the "monster of the ocean depths" as it was called from the original Minecraft live mob vote.
Animal Garden - Owl
Adds owls into the game, that can dance and take a rest on your shoulder.
Society Tweaks
Mixins and Assets for Society: Sunlit Valley
Pop!
Simple mod that adds the unused bubble popping particle and sound
Barista - Window Title Editor
Appends useful game information to the window title bar using modular json objects and sets custom icon