libMCdev
Contains a handful of utilities to aid in mod development.
Обновлён 7 апреля 2024 г. · опубликован 13 ноября 2023 г.
libMCdev
A development library mainly intended for me (AnOpenSauceDev) and my mods
This mod is designed for mod-developers. Chances are, they have already baked this mod in via Jar-In-Jar. If not, you can download it from here. (libMCdev on its own will take priority over include-ed versions of this mod.)
Features
- An OS-grabbing tool, that offers a more detailed view on OS information, especially on Linux.
- A primitive media API, built off of Minecraft's own image system, that can be applied to just about anything.
- A persistent variable API, useful for storing small blocks of data across worlds (and servers).
- A debug system, that allows you to only execute code when running in development environments.
There's probably more, but a lot changes frequently. Speaking of that, backwards compatability is not guaranteed. The closest thing to "compatibility" ensured is whatever Methane calls. If you for some reason do use libMCdev, let me know, and I can partially accomodate for that.
As always, if you want to work with this, you should read the docs here.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.6.1 | Релиз | 1.20.2, 1.20.3, 1.20.4 | fabric, quilt | 7 апреля 2024 г. | .jar (20 КБ) |
| 1.6.0 | Релиз | 1.20.2, 1.20.3, 1.20.4 | fabric, quilt | 6 апреля 2024 г. | .jar (20 КБ) |
| 1.5.0 | Релиз | 1.20.2, 1.20.3, 1.20.4 | fabric, quilt | 2 апреля 2024 г. | .jar (17 КБ) |
| 1.4.2 | Релиз | 1.20.2, 1.20.3, 1.20.4 | fabric, quilt | 24 марта 2024 г. | .jar (13 КБ) |
| 1.4.1 | Релиз | 1.20.2, 1.20.3, 1.20.4 | fabric, quilt | 24 марта 2024 г. | .jar (19 КБ) |
| 1.4.0 | Релиз | 1.20.4 | fabric, quilt | 24 марта 2024 г. | .jar (19 КБ) |
| 1.3.0 | Релиз | 1.20.2, 1.20.3, 1.20.4 | fabric, quilt | 23 декабря 2023 г. | .jar (45 КБ) |
| 1.2.0 | Релиз | 1.20.2, 1.20.3, 1.20.4 | fabric, quilt | 5 декабря 2023 г. | .jar (30 КБ) |
| 1.1.2 | Релиз | 1.20.2 | fabric, quilt | 24 ноября 2023 г. | .jar (30 КБ) |
| 1.1.1 | Релиз | 1.20.2 | fabric, quilt | 16 ноября 2023 г. | .jar (19 КБ) |
| 1.1.0 | Релиз | 1.20.2 | fabric | 13 ноября 2023 г. | .jar (32 КБ) |
Ченджлог
1.6.1Релиз1.20.2, 1.20.3, 1.20.4 · 7 апреля 2024 г.
Fix issues with UpdateTrackers.
1.6.0Релиз1.20.2, 1.20.3, 1.20.4 · 6 апреля 2024 г.
Added an Update tracker. You can assign a functional interface server-side, and it'll run that every tick.
1.5.0Релиз1.20.2, 1.20.3, 1.20.4 · 2 апреля 2024 г.
Make minor changes to libMCdev Media, and rewrite the camera system fully.
Probably more, but I can't be bothered to list the non-parity breaking stuff here for a release that will be overshadowed soon
1.4.2Релиз1.20.2, 1.20.3, 1.20.4 · 24 марта 2024 г.
Remove the rest of the camera system, as it semi-breaks spectator mode as of now.
1.4.1Релиз1.20.2, 1.20.3, 1.20.4 · 24 марта 2024 г.
Fix a 1.20.2 issue, and also fix the build system for libMCdev. (Yay! Sources, and working versioning!)
1.4.0Релиз1.20.4 · 24 марта 2024 г.
libMCdev has now been completely restructured into multiple subprojects, making project usage less bloated. A handful of changes are:
- OSUtils no longer starts up a process to figure out if it's running on Linux (a holdover from an older method)
- Deprecated lots of stuff.
- Actually multithreaded ThreadedDataReader (I screwed up and forced it to one thread because of one line of code)
- Added more exceptions to brighten up your console with red.
- Completely ruined the camera API, I'll fix that in the future.
- Added wheel selectors! Unfortunately chances are one of my mods is going to immediately steal it.
Downloads are now split into seperate JAR's, your projects might have just broken because of that. I also plan on transitioning from Modrinth's Maven to my own eventually.
1.3.0Релиз1.20.2, 1.20.3, 1.20.4 · 23 декабря 2023 г.
Some API changes, that's about it...
oh, and a new camera system, but more on that later.
1.2.0Релиз1.20.2, 1.20.3, 1.20.4 · 5 декабря 2023 г.
Early 1.20.3 release. The media API has a few issues with creating ImageSequences and their video counterpart.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…