Skip to content

A minecraft fabric mod which enables you to pick up items selectively.

License

Notifications You must be signed in to change notification settings

APeng215/FiltPick

Repository files navigation

FiltPick

CurseForge site Dynamic JSON Badge

This is a fabric mod for Minecraft which enables you to pick up items selectively. It's a lightweight mod and has a user-friendly interface. If you need forge port, please click here.

How to Install

  1. Download the Jar File of proper version.
  2. Copy or cut the jar file you've just downloaded to your mod path (usually ".../.minecraft/mods" or ".../.minecraft/versions/<versionName>/mods")
  3. Make sure you have installed fabric api for proper version.

How to use

Actually, the UI is too straightforward to require any guidance. It's recommended to try yourself directly in game.

  • Put the item into the list, the function will take effect automatically.
  • Whitelist-mode: Only the items below will be picked up
  • Blacklist-mode: The items below won't be picked up

Configure button position

You can configure button position in /config/filtpick.json.
Normally, there is no necessity to make any configuration except for mods conflicts.

For developer

If you want to build the source project, remember to delete the proxy settings in file gradle.properties.

# Used for proxy of the author, delete it if you are not the author.
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=10809
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=10809

Credits

Localization

Release Pages

CurseForge / Modrinth / GitHub / MC百科

About

A minecraft fabric mod which enables you to pick up items selectively.

Topics

Resources

License

Stars

Watchers

Forks

Languages