Add Babric mod loader support#135
Open
Omegaplexx wants to merge 1 commit into
Open
Conversation
Babric is a Fabric-based mod loader for Minecraft Beta 1.7.3. This adds two new scripts following the existing Fabric/Quilt pattern Co-Authored-By: Claude:claude-4.6-sonnet Signed-off-by: Omegaplex <95503207+Omegaplexx@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Co-Authored-By: Claude:claude-4.6-sonnet
Adds support for Babric - a Fabric-based mod loader for Minecraft Beta 1.7.3. After merging, Prism Launcher will be able to install and launch Babric the same way it handles Fabric or Quilt. I've made a pull request for the main repository, but I was advised to add Babric to the meta server first
Changes
meta/common/babric.py- Glass Maven and Babric Meta API constantsmeta/run/update_babric.py- fetches version lists and metadata frommeta.babric.glass-launcher.netmeta/run/generate_babric.py- generates two launcher components per Minecraft version:babric/{version}.json- the loader itself (config library + JVM argument)net.fabricmc.intermediary/{version}.json- mappings (reuses the Fabric intermediary component)update.sh- added Babric update/generate steps to the pipelinepyproject.toml- addedupdateBabricandgenerateBabricentry pointsTest
Ran all the chcks manually, and they're passed.
update_babricfetched data from the Babric Meta API:upstream/babric/meta-v2/intermediary.jsonupstream/babric/meta-v2/loader.jsonupstream/babric/jars/babric.intermediary-upstream.b1.7.3.jsongenerate_babricproduced all launcher files:launcher/babric/b1.7.3.json- containsbabric:log4j-config:1.0.0library and-DFabricMcEmuJVM argumentlauncher/net.fabricmc.intermediary/b1.7.3.json- markedvolatile, references the correct maven artifactlauncher/babric/package.json-recommended: ["b1.7.3"]