Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

A rewrite of the original Durability101 mod

Awesome Lists containing this project

README

        



Discord


CurseForge


Modrinth

# 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)

![Screenshot](https://i.imgur.com/Le7cALn.png)

## Forge
| Minecraft | Type |
|-----------|-------------|
| 1.12-2 | [Mixin] |
| 1.13.2 | [CoreMod] |
| 1.14.2-4 | [CoreMod] |
| 1.15-2 | [CoreMod] |
| 1.16.1-5 | [CoreMod] |
| 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] |

### 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
- TODO: Support 1.20.6
- TODO: Support NeoForge

## 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-0 | [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
- TODO: Support ClientItemExtensions
- TODO: Support Quilt

### Long Term Goals
- Switch to Architectury for 1.16+
- Switch Forge 1.13-1.15 to Mixins
- Create a common library
- Create a config file

[CoreMod]: https://github.com/MinecraftForge/CoreMods
[Decorator]: https://github.com/MinecraftForge/MinecraftForge/pull/8794
[Mixin]: https://github.com/SpongePowered/Mixin