Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Jul 19, 2023
1 parent 7c24318 commit bb8e77c
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
ItemScroller-Forge
==============
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.
# Rock'n Roller
Rock'n Roller is unofficial Item Scroller forge port. Rock'n Roller 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
For more information and downloads of the already compiled builds, see Releases

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/
## 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/

0 comments on commit bb8e77c

Please sign in to comment.