
Clean Your Trims
Adds the ability to remove armor trims.
- Загрузки
- 542
- Подписчики
- 0
- Обновлён
- 1 июня 2026 г.
- Лицензия
- MIT
Опубликован 1 июня 2026 г.
Using this mod you can remove any unwanted trims from your armor returning the ingredient to the slot you first placed it.
Works with any trimmable armor (& tool) types.
For Modpack Developers:
{
"type": "clean_trims:brush_trim_uncrafting",
"template": {
"item": "minecraft:brush"
},
"durability_multiplier": 1
}
This recipe is included in the mod, it can be disabled in the config, you can use this same layout to add different items to remove trims from the armor/tool.
These items can have a durability which is reduced by the amount in the config.
Planned Content:
Recipe to have additional field of durability multiplier.Config option of receiving trim template back
Tested with:
Tool Trims Mod
Elytra Trims (Banner Patterns Cannot Be Removed)
Colorful Trims
Ченджлог
Clean-Your-Trims-1.2Релиз1.21.9, 1.21.10, 1.21.11 · 1 июня 2026 г.
Updated recipe to add config option to return trim template.
"refundTrim" is a boolean which determines whether or not using a trim cleaning recipe will return the trim used in the armour type.
Clean-Your-Trims-1.1-BugFixРелиз1.21.9, 1.21.10, 1.21.11 · 1 июня 2026 г.
"Bug Fix":
Config Option "enableDefaultBrushRecipe" no longer requires /reload to change
Clean-Your-Trims-1.1Альфа1.21.9, 1.21.10, 1.21.11 · 1 июня 2026 г.
Updated recipe to add durability multiplier.
This new optional input in a recipe allows for different durability values to be taken per item.
"durability_multiplier" is a float which modifies the base amount of durability taken. If config option "durabilityCost" is set to 0 no multiplication will occur.
Helpful to make lesser durability items last longer.
Default Brush Recipe:
{
"type": "clean_trims:brush_trim_uncrafting",
"template": {
"item": "minecraft:brush"
},
"durability_multiplier": 1
}
Clean-Trims-1.0Релиз1.21.9, 1.21.10, 1.21.11 · 1 июня 2026 г.
Adds basic trim removal (Configurable)
(Tool trim support)
Комментарии
Загружаем…