ZenScroll

Scroll items into other items, a bit like Xtones. Crafttweakable!
item image

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/

The ZenScroll Team

Grand Artisan tier frameprofile avatar
Owner
Grand Artisan tier icon
  • 25
    Followers
  • 36
    Projects
  • 57.1M
    Downloads

More from quatView all

  • Quark project image

    Quark

    A Quark is a very small thing. This mod is a collection of small things that improve the vanilla minecraft experience.

    • 254.3M
    • September 10, 2026
  • Rebind Narrator project image

    Rebind Narrator

    it's 2021 and you can't change the narrator key UPDATE: it's 2022 and you still can't change the narrator key UPDATE: it's 2023 and you still can't change the narrator key UPDATE: it's 2024 and you still can't change the narrator key UPDATE: it's 2025 and

    • 29.9M
    • September 1, 2026
  • Crowmap project image

    Crowmap

    Make maps update anywhere in your inventory.

    • 56.8K
    • August 31, 2026
  • Modder Name Lib project image

    Modder Name Lib

    Yeah, another one of these. Shared code for quat's Season 2 mods.

    • 5.9K
    • August 31, 2026
  • Quark project image

    Quark

    A Quark is a very small thing. This mod is a collection of small things that improve the vanilla minecraft experience.

    • 254.3M
    • September 10, 2026
  • Rebind Narrator project image

    Rebind Narrator

    it's 2021 and you can't change the narrator key UPDATE: it's 2022 and you still can't change the narrator key UPDATE: it's 2023 and you still can't change the narrator key UPDATE: it's 2024 and you still can't change the narrator key UPDATE: it's 2025 and

    • 29.9M
    • September 1, 2026
  • Crowmap project image

    Crowmap

    Make maps update anywhere in your inventory.

    • 56.8K
    • August 31, 2026
  • Modder Name Lib project image

    Modder Name Lib

    Yeah, another one of these. Shared code for quat's Season 2 mods.

    • 5.9K
    • August 31, 2026