Ever found yourself hating durability? Don't want to spawn in unbreakable tools for yourself? This mod is for you! It simply removes the vanilla functionality that makes tools breakable. That's all there is to it, really.
However, if you want more advanced functionality, there is a whitelist/blacklist tag. By default, it's a blacklist, but the config can make it a whitelist. This will either restrict or exclude the break-stop functionality to all items. Built-in, only Quark's seed pouches are included as a blacklist.
FAQ (Probably)
Will you update to...
Here's a cool trick. Go onto the Github and look at the most recent commit. If it's over a few months, you're probably screwed. Sorry. Feel free to port it on your own though, just credit me.
1.12?
Sorry, but no. That said, it probably isn't too hard to port over on your own. It's just one file. Some people have actually already ported it to 1.12.2, if you would like to use it.
Fabric? Quilt? Yarn? Tapestry? Textile?
No. That said, it shouldn't be difficult to bring over.
Can I have this in my pack?
Yes.
Will you add any new features?
No. The entire point of this mod is to be lightweight, with one simple purpose and one simple feature. If any new features are added, they will be part of a broader durability-focused mod.
Known Issues
-This mod will break certain things that use durability. Luckily, as of 2.5, there's a blacklist. Quark's seed pouches are one of these, but more can be added as you choose. The ID for the tag is
gk_unbreakable:break_list
Hi , i want to make these items breakable modifying the file "break_list.json" provided in the .jar but i only can make the one last item to break... any idea??
{
"replace": false,
"values" :
[
{
"id": "quark:seed_pouch",
"id": "toughasnails:dirty_water_canteen",
"id": "toughasnails:water_canteen",
"id": "toughasnails:purified_water_canteen",
"required" : false
}
]
}
Love the mod! Can you add an option to not register the Unbreaking and Mending enchantments?
How can I add more than two items to break_list?
I want to make nethrite tools unbreakable.
If possible, please write it as a .json file.
Is their a 1.19.2 version?
How Do I Use The "gk_unbreakable:break_list" Tag ID And Where Do I Change It?, I Thought It Was Easy At First But Now That I'm Trying It, I Can't Find The Tag Anywhere And Have No Idea Where I Can Change It
Hey so im tryna make it so all the items have no durability except for one, ik there is a blacklist but i dont know how to use it. someone please help
I'm Trying To Make Items Unbreakable In Lucky Block Mods For 1.8.9, Can Someone Please Port This Mod To 1.8.9???, I Know Nothing About Coding Mods And Stuff Like That So I Can't Really Port It Myself
If anyone is still having trouble with iron shovels I have the solution. First you need a blank data pack. There are templates online make sure it's for 1.16.5 Then find the source code of this mod on GitHub. Inside somewhere there will be a break_list.json file Find the path to that. Then in the datapath copy that path It will look like data/gk_simpleunbreakable/tags/items/break_list.json (or something similar)
////////
It is important to start at the data folder as that is where your datapack will start. There should only be one data folder in your datapack.
///////
Create those folders on your data pack and copy break list.json Remove the shovel entry and make sure to set replace to true and not false Now save the datapack and do /reload and now iron shovels will not break. If anyone needs any help with this dm me on curseforge and I'll attempt to help you. (No promises I can tho datapacks are hard :(
In reply to nl1213:
I Figured It Out, Open The Mod JAR File With Something Like WinRAR, Go To data/gk_unbreakable/tags/items/break_list.json And Remove The Iron Shovel From There (Make Sure To Set "replace" To True)
I like this mod. Unfortunately, I can't figure out the blacklist. Unfortunately, not everyone knows how to add tags to items. There's nowhere in the config to add items. I'm clueless.
In reply to KintsugiKitten:
I have figured it out. If you still need help dm me on curseforge.
Pls 1.12.2
planning on upgrading to 1.19?
1.17.1? pls
Oddly, shovels still take damage. 1.16.5 Forge,
In reply to Murrlyn:
Known error. I accidentally added iron shovels (and only iron shovels) to the blacklist for testing, but I forgot to remove them. You can remove them if you would like by overriding the tag. It has been fixed in release 2.8.
In reply to Gkoliver:
Do I just set whitelist to true in the toml file? (1.16.5) Or will that just make the Iron Shovel unbreakable but nothing else?
In reply to Murrlyn:
Override the tag (ID given in the mod page) to contain nothing. That way, nothing will be breakable.
In reply to Gkoliver:
I had the same issue and the fix did not work for me.
In reply to Permdog99:
You must have overriden the tag incorrectly. Make sure that replace is true.