Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shaybox/durability101
- Owner: ShayBox
- License: mit
- Created: 2019-07-04T21:58:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T17:59:02.000Z (4 months ago)
- Last Synced: 2024-10-14T06:22:02.430Z (about 1 month 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: 636 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- 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)![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