Download EpheroLib — Minecraft Mods — ModStock

EpheroLib

Active

Downloads

19

Last update

2 months ago

Versions

1.20 — 1.21.5
Client and server
Fabric
Forge
Neoforge
Libraries

A library mod taking what I've learned in the past three years of modding, to help abstract code between fabric and forge.

Includes configurate, to be used on fabric and forge to allow for a common config system. (From Croptopia)

Includes a method of abstracting networking away, to hide the differences between fabric and forge packets. (From Shoppy)

Includes server side translations that use GSON, so that for fabric/forge serverside mods, the lang files don't need to be distributed to the client, but you can still take advantage of localization based on the language sent to the server by the client. (For this)

A GSON based storage abstraction for storing data that you want to be stored per world (From Professions)

Project members
TheThonk

TheThonk

Developer