7coil / libr-getter

Allows you to bruteforce a librarian villager for the desired enchantment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibrGetter

logo

A fabric mod which allows you to bruteforce a librarian villager for the desired enchantment.

Installation

Download the jar from the releases page.

Or clone the repository and run ./gradlew build. The compiled jar should be under build/libs/.

Usage

  1. Face a librarian and type /librget (client-side command)
  2. Face his lectern and type /librget once again
  3. Add enchantments to the goals list through /librget add <desired enchantment> <desired level>
  4. The goals may be removed through /librget remove <enchantment> <level> or fully cleared using /librget remove
  5. To list all added enchantments use /librget list. The output will contain (remove)-button after each enchantment, which can be clicked.
  6. Now make sure, that there is a block underneath the lectern and that you are able to pick up the lectern item once it breaks
  7. Type /librget start
  8. If you wish to stop the process, type /librget stop

If anything is not set, the mod should complain. The mod also checks whether the villager can upgrade his offers and whether the enchantment may be obtained.

Specific to 1.19.3

<desired enchantment can now be an enchantment tag. All enchantments under this tag will be added/removed when using a tag.

About

Allows you to bruteforce a librarian villager for the desired enchantment


Languages

Language:Java 100.0%