Actually Unbreaking
makes the unbreaking enchantment actually make tools unbreakable!
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Actually Unbreaking
i decided to make a mixin that changes the unbreaking enchantment to make the item actually unbreakable.
just apply the unbreaking enchantment to whatever item you can apply it to and it would probably work.
the config file is located in config/actuallyunbreaking.json or config/actuallyunbreaking.toml for fabric and forge respectively.
fabric dependencies
mod doesn't need fabric api
cloth config and cloth config for a config gui
forge dependencies
cloth config cloth config is optional if you want a config gui.
configured you might be able to use configured for a config gui. (i haven't tested this)
mixinbootstrap mixinbootstrap is required.
config option explanations (if you're not using the gui)
- maxLevelOnly: only the last level of unbreaking will set the tool to be unbreakable if this is true. default = false
- useUnbreakableAtLevel: if this is true, the tool will only be unbreakable at a specified level (overrides maxLevelOnly option). default = false
- unbreakableAtLevel: the specified level the tool will be unbreakable at. default = 3
- mendingIncompatibility: unbreaking will be incompatible with mending if this is true. default = true
- useUnbreakableTag: when the tool takes damage, the unbreakable nbt tag will be added and unbreaking (and mending) will be removed from the tool (you will no longer be able to add unbreaking and mending to the tool) if this is true. default = true
this mod is server side only.
modpacks??
sure whatever
forge github link
curseforge links:
fabric
forge