libMCdev
A development library primarily created for me (AnOpenSauceDev) and my mods
This mod is intended for mod developers. Most likely, they have already included it in their projects via the Jar-In-Jar mechanism. If not, you can download the library from here. (The standalone version of libMCdev will take priority over versions included via include.)
Features
- An operating system detection tool that provides detailed information about the OS, especially on Linux.
- A basic media API built on Minecraft's own image system, which can be applied to almost any objects.
- A persistent variable API useful for storing small data blocks across different worlds (and servers).
- A debugging system that allows code execution only in development environments.
The functionality is constantly expanding and changing. In this regard, backward compatibility is not guaranteed. Maximum compatibility is ensured only for Methane calls. If you for some reason use libMCdev, let me know - I can partially accommodate your needs.
To work with the library, it is recommended to review the documentation.