https://github.com/shaybox/durability101
A rewrite of the original Durability101 mod
https://github.com/shaybox/durability101
minecraft minecraft-fabric minecraft-fabric-mod minecraft-forge minecraft-forge-mod minecraft-mod
Last synced: 6 months ago
JSON representation
A rewrite of the original Durability101 mod
- Host: GitHub
- URL: https://github.com/shaybox/durability101
- Owner: ShayBox
- License: mit
- Created: 2019-07-04T21:58:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T21:19:12.000Z (about 1 year ago)
- Last Synced: 2025-04-12T09:13:10.871Z (about 1 year ago)
- Topics: minecraft, minecraft-fabric, minecraft-fabric-mod, minecraft-forge, minecraft-forge-mod, minecraft-mod
- Language: Java
- Homepage: https://curseforge.com/minecraft/mc-mods/durability101
- Size: 508 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Durability101
[A rewrite of the original Durability101 mod](https://minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/1285383-1-6-2-jul-13-durability101-hotbar-visible-use)

## Fabric
| Minecraft | Type |
|-----------|---------|
| 1.14-4 | [Mixin] |
| 1.15-2 | [Mixin] |
| 1.16-5 | [Mixin] |
| 1.17-1 | [Mixin] |
| 1.18-2 | [Mixin] |
| 1.19-2 | [Mixin] |
| 1.19.3 | [Mixin] |
| 1.19.4 | [Mixin] |
| 1.20-6 | [Mixin] |
| 1.21-1 | [Mixin] |
| 1.21.2-4 | [Mixin] |
### Notes
- 1.16.4 and below requires Java 8
- 1.20.4 and below requires Java 17
- 1.20.5 and above requires Java 21
## Forge
| Minecraft | Type |
|-----------|-------------|
| 1.12-2 | [Mixin] |
| 1.13-1 | FML Missing |
| 1.13.2 | [CoreMod] |
| 1.14.2-4 | [CoreMod] |
| 1.15-2 | [CoreMod] |
| 1.16.0 | FML Missing |
| 1.16.1-5 | [CoreMod] |
| 1.17.0 | FML Missing |
| 1.17.1 | [CoreMod] |
| 1.18-2 | [CoreMod] |
| 1.19-2 | [CoreMod] |
| 1.19.2 | [Decorator] |
| 1.19.3 | [Decorator] |
| 1.19.4 | [Decorator] |
| 1.20-6 | [Decorator] |
| 1.21+ | Unsupported |
### Notes
- 1.16.4 and below requires Java 8 312
- 1.16.5 requires FML 36.3 or Java 8 312
- 1.19.2 requires FML 43.1 or use 1.19-2
- 1.20.4 and below requires Java 17
- 1.20.5 and above requires Java 21
- 1.21+ Unsupported, [Decorator]s are broken
## NeoForge
Unsupported, try using the Fabric version.
Contribute support if you'd like it to be.
## Quilt
Unsupported, try using the Fabric version.
Contribute support if you'd like it to be.
[CoreMod]: https://github.com/MinecraftForge/CoreMods
[Decorator]: https://github.com/MinecraftForge/MinecraftForge/pull/8794
[Mixin]: https://github.com/SpongePowered/Mixin