Hardcore Questing Mode: Don't Void My Items

Quick rating

Hardcore Questing Mode: Don't Void My Items

No reviews yet

Prevents HQM Quest Delivery Systems from voiding items or fluids that would not advance the bound active quest task.

Redstone Improvements
QoL & Tweaks
Bug Fixes
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
HQM: Don't Void My Items 1.0.2 for 1.7.10
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

Don't Void My Items

A Minecraft mod that prevents Hardcore Questing Mode Quest Delivery Systems from accepting item or fluid input unless that input would advance the bound active QDS consume task.

Features

  • Item Protection: Rejects items that do not match an unmet QDS item requirement.
  • Fluid Protection: Rejects fluids that do not match an unmet QDS fluid requirement.
  • No Overfill Voiding: Accepts only the amount still needed by the task.
  • Unbound QDS Safety: Rejects item and fluid input when the QDS is not bound to a player task.
  • Completed Task Safety: Rejects input after the bound task is already complete.
  • Cooldown Safety: Respects HQM repeatable quest availability, including quests on cooldown.
  • HQM Integration: Targets Hardcore Questing Mode 4.4.4 Quest Delivery Systems.

Coremod Approach

This mod uses a small coremod patch because HQM's QDS accepts and consumes input inside the tile entity itself.

  • QDS Tile Patch: Uses UniMixins to patch hardcorequesting.tileentity.TileEntityBarrel directly.
  • Late Mixin Loading: Registers the QDS mixin as a late UniMixins mixin so HQM classes are visible before the target is prepared.
  • Inventory Gatekeeping: Overrides QDS item insertion validation and insertion handling.
  • Fluid Gatekeeping: Overrides QDS fluid fill validation and fill handling.
  • Scoped Behavior: The patch is limited to HQM's Quest Delivery System; unrelated HQM blocks should keep their normal behavior.
  • Compatibility Target: Built and tested against Minecraft 1.7.10, Forge 10.13.4.1614, UniMixins 0.3.0, and HQM 4.4.4.

QDS Input Protection

The QDS only accepts input when it can resolve an active bound QDS consume task:

  • The QDS has a stored player name.
  • The QDS resolves a current task.
  • The current task is QuestTaskItemsConsumeQDS.
  • The parent quest is available for that player.
  • The task data is QuestDataTaskItems.
  • The task is not already completed.

Items are checked against unmet item requirements using HQM's own ItemPrecision.areItemsSame rules. Fluids are checked against unmet fluid requirements by fluid id.

Valid progress is still applied through HQM's original task methods:

  • Items use QuestTaskItems.increaseItems.
  • Fluids use QuestTaskItemsConsume.increaseFluid.

After successful progress, the QDS sync timer is scheduled just like HQM does internally.

Limits

  • Automation that respects IInventory.isItemValidForSlot or IFluidHandler.fill should leave invalid input behind.
  • Automation that deletes source items before calling QDS insertion cannot be fully protected by the QDS itself.
  • The mod does not reimplement HQM repeat timing; it follows HQM's quest availability and task progress state.

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