Mineuniverse
Log in Register
Mods

ZenScroll

Scroll items into other items, a bit like Xtones. Crafttweakable!
by quat
Download Claim this project
63,177 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Miscellaneous

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/

zenscroll-1.4.0.jar
MC 1.12.2
Release 2019-06-17 Get

More from quat

Dazzle 2
99,598
Brown Mooshrooms
92,688
Dazzle
78,127
Templates 2
776,436
Broken Wings
7,667,645
Carved Melons
6,759

You Might Also Like

LoadingTips
A mod that adds custom tips to the loading screen
999,218
Sampler
Performance oriented debugging/administration tools
998,926
VulkanMod
Vulkan renderer mod for Minecraft.
997,115
Charm Fixer
Disables some modules on charm to fix incompatbility issues with owo
996,251
Trading station
Basic items to item trading machines
99,755
NarrateBookForMe [FABRIC]
Adds a narration keybind, and two GUI buttons to the book screen. Text-to-speech (tts) / narration on the go! Client sided.
99,734