
eggolib
A Fabric mod that extends Apoli's system for funsies
Обновлён 29 мая 2024 г. · опубликован 16 июля 2022 г.
eggolib
Required on the client and the server!
eggolib is a Fabric mod library that extends the functionality of Apoli for funsies. This mod library adds new power, condition and action types to be used for developing Origins/Apoli datapacks.
See here for the documentation for eggolib.
Q: Are the versions for 1.18.x going to be updated?
A: Probably not, since it'd be quite a task for me to maintain versions for different Minecraft versions.
Q: Can you back-port this to X?
A: The same answer from above still applies, but if you can or want to, feel free!
Using as a dependency
You can use eggolib as a dependency by modifying the gradle.properties and build.gradle files of your project, like so:
(You can remove the include part if you don't want to include eggolib in your project)
build.gradle
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies {
modImplementation "com.github.eggohito:eggolib:${project.eggolib_version}"
include "com.github.eggohito:eggolib:${project.eggolib_version}"
}
gradle.properties
eggolib_version=[INSERT VERSION HERE]
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.10.4-1.20 | Релиз | 1.20, 1.20.1 | fabric | 29 мая 2024 г. | .jar (2.6 МБ) |
| 1.10.4-1.20.2 | Релиз | 1.20.2 | fabric | 29 мая 2024 г. | .jar (3.0 МБ) |
| 1.10.3-1.20.2 | Релиз | 1.20.2 | fabric | 19 мая 2024 г. | .jar (3.0 МБ) |
| 1.10.3-1.20 | Релиз | 1.20, 1.20.1 | fabric | 19 мая 2024 г. | .jar (2.6 МБ) |
| 1.10.2-1.20 | Релиз | 1.20, 1.20.1 | fabric | 13 февраля 2024 г. | .jar (2.6 МБ) |
| 1.10.1-1.20 | Релиз | 1.20, 1.20.1 | fabric | 13 февраля 2024 г. | .jar (2.6 МБ) |
| 1.10.0-1.20 | Релиз | 1.20, 1.20.1 | fabric | 13 февраля 2024 г. | .jar (2.6 МБ) |
| v1.10.2-1.20.2 | Релиз | 1.20.2 | fabric | 13 февраля 2024 г. | .jar (3.0 МБ) |
| v1.10.1-1.20.2 | Релиз | 1.20.2 | fabric | 10 февраля 2024 г. | .jar (3.0 МБ) |
| v1.10.0-1.20.2 | Релиз | 1.20.2 | fabric | 10 февраля 2024 г. | .jar (3.0 МБ) |
| v1.9.1-1.20 | Релиз | 1.20, 1.20.1 | fabric | 4 февраля 2024 г. | .jar (2.6 МБ) |
| v1.9.0-1.20 | Релиз | 1.20, 1.20.1 | fabric | 25 июля 2023 г. | .jar (2.6 МБ) |
| v1.8.0-1.19.4 | Релиз | 1.19.4 | fabric | 6 июля 2023 г. | .jar (2.6 МБ) |
| v1.7.0-1.19.4 | Релиз | 1.19.4 | fabric | 18 июня 2023 г. | .jar (2.5 МБ) |
| v1.6.0-1.19.3 | Релиз | 1.19.3 | fabric | 16 апреля 2023 г. | .jar (2.3 МБ) |
Показаны последние 15 из 25 версий. Все версии — на Modrinth.
Ченджлог
1.10.4-1.20Релиз1.20, 1.20.1 · 29 мая 2024 г.
Changes
- Migrated to using a data tracker (from a CCA component) for syncing command tags.
Fixes
- Fixed
leashbi-entity action type dropping leash item when detached. - Fixed eggolib using a wrong version of Modmenu as a dependency.
1.10.4-1.20.2Релиз1.20.2 · 29 мая 2024 г.
Changes
- Migrated to using a data tracker (from a CCA component) for syncing command tags.
Fixes
- Fixed
leashbi-entity action type dropping leash item when detached.
1.10.3-1.20.2Релиз1.20.2 · 19 мая 2024 г.
Fixes
- (#50) Fixed mod dependency resolution (should now work with newer versions of Fabric API/Loader.)
1.10.3-1.20Релиз1.20, 1.20.1 · 19 мая 2024 г.
Fixes
- Temporarily fixed lag issue with Apoli setting the holder of an item stack.
- (#50) Fixed mod dependency resolution (should now work with newer versions of Fabric API/Loader.)
1.10.2-1.20Релиз1.20, 1.20.1 · 13 февраля 2024 г.
This is a backport of v1.10.2 (1.20.2)
1.10.1-1.20Релиз1.20, 1.20.1 · 13 февраля 2024 г.
This is a backport of v1.10.1 (1.20.2)
1.10.0-1.20Релиз1.20, 1.20.1 · 13 февраля 2024 г.
This is a backport of v1.10.0 (1.20.2), with some notable differences:
- The NBT operation/operator data types are still re-using vanilla's NBT operation/operator classes.
- The
modify_riding_positionandmodify_passenger_positionpower types are currently not re-implemented due to its dependence on a method that only existed in Minecraft versions 1.20.2 and above for its implementation.
v1.10.2-1.20.2Релиз1.20.2 · 13 февраля 2024 г.
Fixes
- Fixed
eggolib:miscCCA component breaking pre-set command tags.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…