Перейти к содержимому
Mineforgian

eggolib

A Fabric mod that extends Apoli's system for funsies

22K загрузок6 подписчиковMITfabric

Обновлён 29 мая 2024 г. · опубликован 16 июля 2022 г.

eggolib

JitPack GitHub issues GitHub Pull Requests

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.1fabric29 мая 2024 г..jar (2.6 МБ)
1.10.4-1.20.2Релиз1.20.2fabric29 мая 2024 г..jar (3.0 МБ)
1.10.3-1.20.2Релиз1.20.2fabric19 мая 2024 г..jar (3.0 МБ)
1.10.3-1.20Релиз1.20, 1.20.1fabric19 мая 2024 г..jar (2.6 МБ)
1.10.2-1.20Релиз1.20, 1.20.1fabric13 февраля 2024 г..jar (2.6 МБ)
1.10.1-1.20Релиз1.20, 1.20.1fabric13 февраля 2024 г..jar (2.6 МБ)
1.10.0-1.20Релиз1.20, 1.20.1fabric13 февраля 2024 г..jar (2.6 МБ)
v1.10.2-1.20.2Релиз1.20.2fabric13 февраля 2024 г..jar (3.0 МБ)
v1.10.1-1.20.2Релиз1.20.2fabric10 февраля 2024 г..jar (3.0 МБ)
v1.10.0-1.20.2Релиз1.20.2fabric10 февраля 2024 г..jar (3.0 МБ)
v1.9.1-1.20Релиз1.20, 1.20.1fabric4 февраля 2024 г..jar (2.6 МБ)
v1.9.0-1.20Релиз1.20, 1.20.1fabric25 июля 2023 г..jar (2.6 МБ)
v1.8.0-1.19.4Релиз1.19.4fabric6 июля 2023 г..jar (2.6 МБ)
v1.7.0-1.19.4Релиз1.19.4fabric18 июня 2023 г..jar (2.5 МБ)
v1.6.0-1.19.3Релиз1.19.3fabric16 апреля 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 leash bi-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 leash bi-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_position and modify_passenger_position power 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:misc CCA component breaking pre-set command tags.

Полная история изменений — на Modrinth.

Комментарии

Загружаем…