Utility Core QoL

Quick rating

Community listing page, reviews here may not be monitored by the author.

Utility Core QoL

No reviews yet

Utility Core QoL - Quality of life client-side improvements for Minecraft.

QoL & Tweaks
Mod Loaders
NeoForge
Minecraft
26.2

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
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
Utility Core QoL (2.4.0)

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

💡 Utility Core QoL

Quality of life client-side improvements for Minecraft.

CurseForge Downloads CurseForge Version NeoForge


Overview

Utility Core QoL provides quality-of-life client-side improvements for Minecraft. All features are individually toggleable via config/utility_core_qol-common.toml (or the in-game mod menu).

Features

Recipe Selector (Polymorph System)

  • When multiple crafting recipes match the same ingredients, shows a clickable grid to choose which result you want
  • Works in Crafting Table (3×3) and Player Inventory (2×2) crafting grids
  • Syncs selection to server for correct result item
  • Configurable max recipes displayed (1-64, default 16)
  • Keyboard/mouse navigation

Biome & Dimension Titles

  • Shows vanilla title/subtitle when entering a new biome or dimension
  • Ported from Traveler's Titles (LGPLv3) by YUNGNICKYOUNG
  • Reuses vanilla title HUD (no custom renderer)
  • Fade timings: 10/70/20 ticks

Title Vertical Offset

  • Configurable vertical shift for vanilla title/subtitle text (-200 to +200, default +75)
  • Positive = up, Negative = down

Bridging Assist

  • New "reacharound" placement feature ported from BridgingMod.
  • Helps you bridge/scaffold by extending block placement to positions you're looking at but not directly reaching.
  • Includes a crosshair indicator and outline showing where the next block will go.
  • Features slab assist and configurable distance/axes/delay settings.
  • Toggle with keybind (default: comma).

Configuration

Via utility_core_qol-common.toml:

# Recipe Selector
enableCraftingRecipeSelector = true
maxRecipesDisplayed = 16
logDetectedConflicts = false

# Biome/Dimension Titles
enableBiomeDimensionTitles = true

# Title Vertical Offset
titleVerticalOffset = 75  # -200 to 200

How Recipe Selector Works

  1. Open crafting table or inventory crafting grid
  2. Place ingredients that match multiple recipes
  3. Grid appears showing all possible results
  4. Click desired result → server syncs selection
  5. Result updates in output slot

API (for other mods)

// Get player's recipe selection data
PolymorphApi.INSTANCE.getPlayerRecipeData(player)

// Find all recipes matching input
PolymorphApi.INSTANCE.getRecipesFor(recipeManager, recipeType, input, level)

// Clear player's recipe data
PolymorphApi.INSTANCE.clearPlayerRecipeData(player)

Credits


Requirements

RequirementVersion
Minecraft26.2
NeoForge26.2.0.37-beta+

Side: Client (primary) + Server (sync packets)


Known Incompatibilities

Fast Workbench (fastbench): Conflicts with the recipe selection system. Remove it to use this feature.

MIT License. Developed by Stalking Dragons.

Codex Stalking Dragons
https://codex.skdragons.com/
Codex Stalking Dragons — Minecraft Modding

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