sakura-ryoko / itemscroller

A client-side Minecraft mod that adds various convenient ways of moving items within inventory GUIs, such as scrolling over stacks to move single items to or from it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Item Scroller

Item Scroller is a Minecraft mod that adds various convenience features for moving items inside inventory GUIs. Examples are scrolling the mouse wheel over slots with items in them or Shift/Ctrl + click + dragging over slots to move items from them in various ways etc.

Item scrolling is basically what the old NEI mod did and Mouse Tweaks also does. This mod has some different drag features compared to Mouse Tweaks, and also some special villager trading related helper features as well as crafting helper features.

For more information and downloads of the already compiled builds, see https://www.curseforge.com/minecraft/mc-mods/item-scroller

Compiling

  • Clone the repository
  • Open a command prompt/terminal to the repository directory
  • run 'gradlew build'
  • The built jar file will be in build/libs/

About

A client-side Minecraft mod that adds various convenient ways of moving items within inventory GUIs, such as scrolling over stacks to move single items to or from it

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%