Tinyremapper Project Enables a Fast

From Shadow Accord
Revision as of 00:13, 6 December 2022 by 209.107.216.251 (talk) (Created page with "<p> Fabric is a light, experimental modding toolchain for Minecraft.</p><br /><br /><p> Design</p><br /><br /><p> Fabric's APIs are lightweight and modular, making the process...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Fabric is a light, experimental modding toolchain for Minecraft.



Design



Fabric's APIs are lightweight and modular, making the process of porting quicker and game instances more efficient. Fabric development targets snapshots. Fabric development is focused on snapshots as well as release versions, which allows earlier mod updates as well as more accurate community planning. - Even if you only use a small portion of the Fabric toolchain, it's completely free to everyone to use!



installation



You'll require the Fabric Loader to install Fabric. Download it here



Furthermore, most mods rely on an API mod which contains commonly used hooks. They are available here:



Fabric API for Minecraft 1.14 or higher



projects



Enigma



Fabric maintains a fork of Enigma, which is an application to help decode Java classes. It was originally developed by Cuchaz Interactive. Our changes include numerous bugfixes optimizations, improvements, and fixes across the codebase as well as user experience enhancements and compatibility enhancements.



Downloads are available here.



tiny-remapper



The tiny-remapper program is a quick and efficient tool for accurately mapping.JAR files that use the Tiny mapping format.



Other tools



Fernflower, a modified JetBrains upstream application that includes line number mapping information. Matcher, sfPlayer1's tool for tracking elements within obfuscated Java archives across versions used for updating Yarn mappings. Stitch is a set of small tools that offer various functionality to the Fabric project in command line form. It is able to generate and update "intermediaries" for cross version stability based on Matcher output, or to combine client and server Minecraft.JARs. Weave is an earlier version of Stitch and is currently used to export Enigma-format mappings to Tiny-format files. Downwithdestruction