
LavaCan
Destroy unwanted items by dropping them onto a Lava Bucket. Fire-resistant items and a configurable protection list keep your valuables safe.
⬇ Download on Modrinth
LavaCan
A small inventory utility mod for Minecraft. A Lava Bucket in your hotbar or cursor acts as an instant item destructor — toss unwanted items onto it to burn them away. Fire-resistant items and anything on the configurable exclusion list are always protected from accidental deletion.
How it works
Right-click to destroy
Carry any item in your cursor, then right-click it onto a Lava Bucket in your inventory. The item is destroyed instantly in a burst of flame particles.

Hotbar shortcut
If your Lava Bucket sits in hotbar slot N, pressing N while hovering over an item in any inventory screen sends that item straight to the void — no picking it up first.

Obsidian crafting
Right-click a Water Bucket onto a Lava Bucket to combine them. Both buckets become empty buckets and you receive one Obsidian, marked by a small smoke animation.

Protected items
Fire-resistant items are never deleted. The mod uses Minecraft's own damage-resistance system, so Netherite gear, Ancient Debris, and any modded item that opts into fire resistance are all automatically protected — no hardcoded lists.
A configurable exclusion list protects additional valuable items from accidental deletion. By default this covers things like Elytra, Tridents, Shulker Boxes, Diamond gear, and other items you generally don't want to lose. See the Configuration section below.
Configuration
The config file is created automatically at config/lavacan.json on first launch:
{
"excluded": [
"minecraft:elytra",
"minecraft:trident",
"minecraft:diamond_sword",
"..."
]
}
- Remove an entry to allow that item to be deleted by the Lava Can.
- Add any
namespace:item_idto protect a custom or modded item.
Changes take effect after restarting the game (or the world on a dedicated server).
Mod Menu Support
With Mod Menu installed, the list can also be edited in-game from the mod list: a two-column picker (protected items / all other items) with per-column search, where clicking an item moves it between the columns. Changes apply immediately (singleplayer) on Done. Mod Menu is optional — without it the JSON file is used, and edits to the file take effect after restarting the game (or the world on a dedicated server).

(For technical reasons, item icons only appear once a world has been loaded in the current session — before that, entries show their names only. This is noted in the screen itself, too.)
Compatibility
The mod hooks into AbstractContainerMenu.doClick via a Mixin — a common and stable injection point. Conflicts with other mods targeting the same method are possible but unlikely in practice.
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 26.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as lavacan-1.1.0+mc26.2.jar — drop this file into the mods folder
- Download size: 43 KB
- Download link checked 21 Aug 2026 — working
These come from our own check of the pack file, not from the source page.