
eggolib
A Fabric mod that extends Apoli's system for funsies
- Загрузки
- 23K
- Подписчики
- 6
- Обновлён
- 29 мая 2024 г.
- Лицензия
- MIT
Опубликован 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 · 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.
Комментарии
Загружаем…