PickThrow

Quick rating

PickThrow

No reviews yet

this mod makes it so you have to interact with the items you want to pick up, also you can throw items

QoL & Tweaks
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
pickthrow-1.1.0 for 1.20.1.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

⚠️ New Mod Alert: Chained Curios ⚠️

Make Chainmail useful.

I've just released a new mod that lets you wear Chainmail under your armor (in a Curios slot) for extra protection. It uses custom rendering to prevent ugly clipping, so it fits perfectly under your gear.

Click here to check out Chained Curios!

PickThrow

"Walking over items won't pick them up anymore. If you want something, you have to actually try."

A lightweight, vanilla-friendly, simple mod that changes item interaction in Minecraft to be more deliberate. No more accidentally filling your inventory with junk while running past it. originally made for a 1.16.5 modpack i was working on, because no one made it how I like it, but now for 1.20.1!

Features

Item Pick Up Pull

Aim at any item on the ground and right-click to pull it directly to you. you can pick up items as far as you can place blocks

Area Pickup

Clean up your messes. Crouch to suck up all nearby items in a small radius. Ideal for quickly gathering all your ores after a mining session.

Charged Throw

Hold the Drop key (default Q) to charge up a throw. The longer you hold, the farther and faster the item flies. A quick tap will still perform a normal drop.

Thats it!


Technicals

This mod is lightweight and designed to be server-friendly. Here's a quick look under the hood:

  • Pickup Prevention: The mod listens for Forge's EntityItemPickupEvent. If an item isn't being intentionally pulled by a player, the event is canceled, preventing the pickup without any expensive checks.
  • Pull Physics: Items targeted for pickup are added to a map. A single server-side tick handler iterates this map, applying a velocity vector to each item, smoothly pulling it towards its target player.
  • Charged Throw Integration: To avoid conflicts, the mod basically replaces the vanilla 'Drop' key.
    • On the client, it measures the key-hold time. A short tap is ignored, allowing the vanilla drop to happen normally.
    • A long hold sends a packet on release. The server then finds the ItemEntity just created by the vanilla drop and applies a new, stronger velocity to it. This works with vanilla mechanics, not against them.

Make sure you have Forge for Minecraft 1.20.1 installed.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works