p0t4t0sandwich / TaterLib

A cross API code library that allows developers to write code that works across multiple modding platforms, and across a wide range of Minecraft versions, all with one JAR file. If TaterLib runs on it, so can your plugin/mod.
GNU General Public License v3.0
8 stars 2 forks source link

Add Legacy Fabric Support #31

Open QPCrummer opened 8 months ago

QPCrummer commented 8 months ago

Legacy Fabric supports Minecraft 1.3.2 - 1.13.2. https://legacyfabric.net

p0t4t0sandwich commented 8 months ago

LFAPI doesn't have a proper release for 1.13.x, for some reason their setup just dies on that version (which is why I skipped it for now, since it's gonna need oodles of custom mixins). Though for pre 1.7.10 I plan on looking into super old ForgeGradle support, should be able to get to 1.4 at the earliest with that. Then from there look into ModLoader and MCP as alternatives.