Skip to content

Commit

Permalink
chore: Update modpage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed May 19, 2024
1 parent 54c6224 commit 3cf202f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions modpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@
<a style="text-decoration: none;" href="https://modrinth.com/mod/balm">
<img src="https://blay09.net/files/brand/requires_balm.png" alt="Requires Balm" width="217" height="51" />
</a>
<img src="https://blay09.net/files/brand/spacer.png" alt="" width="20" height="51" />
<a style="text-decoration: none;" href="https://www.patreon.com/blay09">
<img src="https://blay09.net/files/brand/patreon.png" alt="Become a Patron" width="217" height="51" />
</a>
<img src="https://blay09.net/files/brand/spacer.png" alt="" width="21" height="51" />
<a style="text-decoration: none;" href="https://twitter.com/BlayTheNinth">
<img src="https://blay09.net/files/brand/twitter.png" alt="Follow me on Twitter" width="51" height="51" />
</a>
<a style="text-decoration: none;" href="https://discord.gg/VAfZ2Nau6j">
<img src="https://blay09.net/files/brand/discord.png" alt="Join our Discord" width="51" height="51" />
</a>
</p>

[![](https://mods.twelveiterations.com/img/sponsor.png)](https://mods.twelveiterations.com/sponsor)

## What is this?

Abstraction Layer (but not really)™ for Blay's multiplatform mods. This is a library mod, it does not add anything on its own.
Expand All @@ -35,8 +30,8 @@ There's other libraries that do the same thing, but given the amount of mods I m

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. For Fabric it depends on Cloth Config, for Forge it will use the default Forge config system in the backend.
It also adds a simple network system (similar to Forge's) and a config layer with sync support.

## Who is this?

Hi, I'm Blay and my Twitter is at [@BlayTheNinth](https://twitter.com/BlayTheNinth).
Hi, I'm Blay and my Twitter is at [@BlayTheNinth](https://twitter.com/BlayTheNinth).

0 comments on commit 3cf202f

Please sign in to comment.