Common Reasons Mending Moss Isn’t Triggering
Mending Moss in Tinker’s Construct may appear inactive because the game does not recognize moss level as a valid mending source or because tool data is inconsistent. In most cases, mending requires the tool to have an appropriate tool level, be held in the active hand, and possess a valid enchantment or modifier that allows mending interactions. Server settings, data packs, or mods can also disable or alter mending behavior. The following sections walk through verifiable conditions and checks to determine why your moss is not repairing tools as expected.
How Mending Moss Is Designed to Work
Mending Moss is a modifier that applies mending to a tool when the moss block is used on the tool at a tool station or in-world. For the mending effect to activate during gameplay, the tool must meet several technical conditions: it must be held in the active or offhand, not in an inventory or grinding slot, and retain a valid persistent data tag that includes the modifier. If these conditions break, the tool will visually show the moss texture but will not actually mend when using experience orbs. Understanding this distinction between cosmetic and functional application is essential when diagnosing issues.
Tool Data and Persistent Modifiers
Tinker’s Construct stores tool data in NBT, including a list of persistent modifiers. If this data is corrupted, overwritten by another mod, or reset by a crafting action, mending may disappear from the tool despite the modifier recipe being completed. Always verify the tool’s tooltip or an NBT inspector mod to confirm that “Mending” or “Mending Moss” appears as a persistent modifier. Server-side tool mods or data-validation rules can also strip certain tags, causing mending to appear but not function.
Level Requirements and Valid Tool Types
Not all tools or tool levels accept mending in the same way. Some high-level or special tool materials may interact differently with mending logic, and certain tool types (such as launchers or specific multi-part tools) may ignore mending entirely depending on configuration. In vanilla Tinker’s Construct, mending moss should apply mending to any tool it is used on, but modded integrations or addon mods can change which tool types are eligible. Verify that your tool is capable of holding mending by checking the official modifier list or in-game tooltip details for your specific version.
| Attribute | Verified Detail | Source Type |
|---|---|---|
| Modifier Applied | Mending Moss adds persistent mending modifier when used at a tool station | Game tooltip / Crafting recipe |
| Tool Level Requirement | No strict level cap; mending applies if tool data is valid | Official documentation |
| Execution Context | Works when tool is held in active or offhand and has valid NBT | Verified behavior |
| Common Failure Cause | Tool data reset or invalid NBT after station crafting or mod interaction | Community reports and mod dev notes |
| Server Impact | Data pack or mod rules can disable or filter mending entirely | Server configuration |
Server and Config Settings That Disable Mending
On multiplayer servers, admins often use datapacks, plugins, or config rules to disable mending for balance or progression reasons. If mending works in single-player but not on a server, the server likely has a rule that removes or blocks the mending modifier. Check the server’s changelog, permissions plugin, and datapack configuration files. These settings do not change in-game tool behavior locally, so testing on a local single-player world can confirm whether the issue is client-side or server-enforced.
Mod Conflicts and Data Validation Rules
Other mods can interfere with Tinker’s Construct tool data, especially mods that alter crafting, inventories, or NBT validation. Some modded tools or extended tool materials may cause validation rules to reject persistent modifiers like mending. If you recently added or updated mods, test with a minimal tool on a local world to see whether mending functions correctly. Compatibility patches or tool adjustments from mod authors often resolve these conflicts, so ensure all mods targeting Tinker’s Construct are up to date.
Step-by-Step Diagnosis and Fixes
To reliably determine why mending moss is not working, follow a structured checklist. This approach reduces guesswork and helps isolate whether the problem is client-side data, server rules, or mod interactions. Document each step so changes can be tracked and reversed if needed.
Quick Verification Steps
- Confirm the tool shows the mending moss texture and the mending modifier in its tooltip.
- Hold the tool in your main hand or offhand; tools in inventories or grinders will not mend.
- Test with a fresh local single-player world to rule out server restrictions.
- Use an NBT inspector mod to verify that a mending entry exists in the tool’s persistent modifiers.
- Temporatively disable other mods to identify possible conflicts or data validation rules.
Advanced Checks and Fixes
- Re-craft the tool at a tool station after ensuring no conflicting data mods are active.
- Check server configuration files (if applicable) for mending disable rules or whitelist settings.
- Update Tinker’s Construct and related mods to the latest compatible versions.
- Review log files for NBT validation errors or modifier rejection messages when the tool is crafted or used.
- Back up and reset tool data by repairing or recreating the tool if corruption is suspected.
When to Suspect Version or Config Issues
Mending behavior can change across Tinker’s Construct updates, mod loader versions, and server software. If a previously working setup stops mending after an update, compare release notes for changes to modifier persistence or tool data handling. Similarly, new datapacks or config tweaks on a server can silently disable mending without obvious feedback. In these cases, aligning client and server versions and auditing config rules often restores expected behavior.