Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sodium Fabric | 4,043 | a day ago | 305 | lgpl-3.0 | Java | |||||
A Fabric mod designed to improve frame rates and reduce micro-stutter | ||||||||||
Iris | 2,724 | a day ago | 182 | lgpl-3.0 | Java | |||||
(WIP) A modern shaders mod for Minecraft intended to be compatible with existing OptiFine shader packs | ||||||||||
Dynmap | 1,835 | a month ago | 69 | apache-2.0 | Java | |||||
A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations. | ||||||||||
Minecraftdeveloperguide | 1,718 | 5 days ago | 3 | |||||||
📝Minecraft developer Chinese guide,我的世界开发者中文指南 | ||||||||||
Lithium Fabric | 1,673 | 6 days ago | 25 | lgpl-3.0 | Java | |||||
A Fabric mod designed to improve the general performance of Minecraft without breaking things | ||||||||||
Fabric Carpet | 1,430 | 9 days ago | 283 | mit | Java | |||||
Fabric Carpet | ||||||||||
Meteor Client | 1,371 | 4 days ago | 505 | gpl-3.0 | Java | |||||
Based Minecraft utility mod. | ||||||||||
Applied Energistics 2 | 1,208 | a day ago | 95 | other | Java | |||||
A Minecraft Mod about Matter, Energy and using them to conquer the world.. | ||||||||||
Usefulmods | 1,071 | 4 days ago | 42 | mit | ||||||
Just a list of useful mods | ||||||||||
Phosphor Fabric | 1,043 | 2 months ago | 6 | lgpl-3.0 | Java | |||||
A Fabric mod designed to dramatically improve the performance of Minecraft's lighting engine while fixing many bugs |
A best-effort reimplementation of the Minecraft Forge API.
Patchwork only runs a small amount of mods. It is not yet ready for general use--we are only looking for developers. Testers and users aren't needed or desired at this time.
While we don't encourage (or provide support for) running Patchwork, you can track our progess at our Discord server.
If you know Java and would like to contribute, check out our contribution guide, and join our Discord server.
Patchwork API aims to re-implement the entirety of Minecraft Forge as a set of small and modular Fabric mods. This is in order to run Minecraft Forge mods patched using Patchwork Patcher on Fabric.
However, Patchwork aims not only to simply run Forge mods on Fabric but additionally aims to maintain a superior level of code quality to Forge. We feel the Fabric toolchain is superior to Forge on a technical level, but lacks both the sheer quantity of hooks and features as well as existing mod support. Thus, Patchwork seeks to provide both the benefits of Fabric and the benefits of Forge.
This modular organization is modeled after the organization of Fabric API. This may seem like a confusing decision because Minecraft Forge itself is monolithic, but there are a few good reasons: