project - icon

Balm (Forge Edition)

Universal mod

Abstraction Layer (but not really)™ for Blay's multiplatform mods

Api and library

71.98M downloads 0 followers
Created 3 years ago
Updated 19 days ago

External resources



Project members

profile-picture

Technical information

License
Client side
optional
Server side
optional
Project ID
531761

Become a Patron Follow me on Twitter Join our Discord Go to Fabric Version

YOU DON'T NEED THIS MOD ON VERSIONS BEFORE MINECRAFT 1.17.1

What is this?

Abstraction Layer (but not really)™ for Blay's multi-loader mods. This is a library mod, it does not add anything on its own.

This is also not a magic solution for running Forge and Fabric mods together, it's only a library my mods will depend on to make publishing for both versions easier.

Why is this?

I can't just switch to Fabric and abandon all existing Forge users, but I also don't want to miss a Fabric train if there is one.

Trying a port for fun showed that most of the platform-specific things can easily be hidden away from the actual mod code which doesn't have to care about modloader backends, which should hopefully make it much easier to support both mods at the same time.

There's other libraries that do the same thing, but given the amount of mods I maintain I don't want to put all my money on one boat only to deal with headaches once those other mods stop being supported.

How does this?

It just wraps all platform-specific code behind a unified API (in the simplest way possible, there is no magic involved) and provides superclasses to use in cases where platform-specific methods are added to Vanilla classes.

It also adds a simple network system (similar to Forge's) and a config layer with sync support. On Forge it uses the default Forge config system in the backend.

Who is this?

Hi, I'm Blay and my Twitter is at @BlayTheNinth.