Durability Damage Recipe

Quick rating

Durability Damage Recipe

No reviews yet

A mod adding 2 new crafting recipe types that damage damageable input items instead of consuming them during crafting. These recipe types are ready to use in your mod or data pack!

API/Library
Mod Loaders
Fabric
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

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.21.8-1.0.1

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

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Durability Damage Recipe

Description

This mod adds 2 new recipe types that damage damageable input items instead of using them up, ready to use in your mod or data pack!

An example usage would be a recipe to craft gravel with a shovel to get flint, returning the shovel with some durability loss.

Let your imagination run wild!

Features:

  • New recipe types: durabilitydamagerecipe:crafting_damage_shapeless and durabilitydamagerecipe:crafting_damage_shaped
  • These recipe types are similar to the minecraft:crafting_shapeless and minecraft:crafting_shaped recipe types, but accept an additional parameter: damage
  • Damage defaults to 1 and controls the amount of damage applied to damageable items used in these crafting recipes
  • If a recipe's damage is greater than the remaining durability of any of the damageable input items, crafting is not possible
  • Crafter block will eject damageable items after performing the craft
  • Configurable display of "not enough durability" notifications when crafting or using Crafter block
  • In-game documentation is available via Treatise if installed
  • In-game configuration is available via Mod Menu if installed

The durability damage taken by an item is currently not affected by the item's enchantments, like Unbreaking.

Using the recipes:

Click here to learn how to create a data pack if you don't know how.

Recipe .json files should be added to the data/<namespace>/recipe folder.

Example 1.21.4/5 custom_shapeless_recipe.json:

{
  "type": "durabilitydamagerecipe:crafting_damage_shapeless",
  "category": "misc",
  "group": "flint",
  "ingredients": [
    "minecraft:gravel",
    "#minecraft:shovels"
  ],
  "damage": 1,
  "result": {
    "count": 1,
    "id": "minecraft:flint"
  }
}

Example 1.21.4/5 custom_shaped_recipe.json:

{
  "type": "durabilitydamagerecipe:crafting_damage_shaped",
  "category": "building",
  "group": "cobblestone",
  "key": {
    "S": "minecraft:stone",
    "P": "#minecraft:pickaxes"
  },
  "pattern": [
    "SSS",
    "SPS",
    "SSS"
  ],
  "damage": 8,
  "result": {
    "count": 8,
    "id": "minecraft:cobblestone"
  }
}

Example 1.21.1 custom_shapeless_recipe.json:

{
  "type": "durabilitydamagerecipe:crafting_damage_shapeless",
  "category": "misc",
  "group": "flint",
  "ingredients": [
    {
      "item": "minecraft:gravel"
    },
    {
      "tag": "minecraft:shovels"
    }
  ],
  "damage": 1,
  "result": {
    "count": 1,
    "id": "minecraft:flint"
  }
}

Example 1.21.1 custom_shaped_recipe.json:

{
  "type": "durabilitydamagerecipe:crafting_damage_shaped",
  "category": "building",
  "group": "cobblestone",
  "key": {
    "P": {
      "tag": "minecraft:pickaxes"
    },
    "S": {
      "item": "minecraft:stone"
    }
  },
  "pattern": [
    "SSS",
    "SPS",
    "SSS"
  ],
  "damage": 8,
  "result": {
    "count": 8,
    "id": "minecraft:cobblestone"
  }
}

Config:

Crafting grid "not enough durability" options: "OFF", "ON", "LORE_FRIENDLY"

Crafter "not enough durability" options: "OFF", "ON", "LORE_FRIENDLY"

Example .minecraft/config/durabilitydamagerecipe.json:

{
  "craftingNotificationOption": "ON",
  "crafterNotificationOption": "ON"
}

Support

If you have a bug report, feature request, or any other type of issue, please post on our GitHub issues page. This is an issues page for all of our mods, so be sure to include the mod's name and version in your post. We appreciate all feedback!

If you'd like to support development, you can leave a tip at our BuyMeACoffee. Only if it's within your means- otherwise, using, sharing, and enjoying the mod is support enough. Thank you!

Screenshots

Gallery

  • ...Not Enough Durability
    ...Not Enough Durability A notification is sent to the person who placed down a Crafter block. Crafter blocks placed before this mod is installed will not send a notification. (Damage set to 100 for this example)
  • Example Recipe: Crafting Flint from Gravel
    Example Recipe: Crafting Flint from Gravel Each craft damages the shovel. (Recipe not included)
  • Not Enough Durability...
    Not Enough Durability... A message is displayed if the recipe cannot be crafted. (Damage set to 100 for this example)
  • Treatise Documentation
    Treatise Documentation Documentation will be added to the Treatise if Treatise is installed.

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
CurseForge
Modrinth
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