Releases: MerchantPug/apoli
Releases · MerchantPug/apoli
Apoli 2.9.0 (Minecraft 1.20.1) Blanketcon Hotfix 3
You can check out the original changelog here.
Changes in this fork
- Fixed
modify_air_speed
on players. TooManyOrigins and Origins Minus required it to be fixed to show off their content properly. - Fixed semver versioning.
- Implemented InventoryUtil optimizations from apace100#132.
Changes from Hotfix 2
- Fixed semver versioning.
- Implemented InventoryUtil optimizations from apace100#132.
Apoli 2.9.0 (Minecraft 1.20.1) Blanketcon Hotfix 2
You can check out the original changelog here.
Changes in this fork
- Fixed
modify_air_speed
on players. TooManyOrigins and Origins Minus required it to be fixed to show off their content properly.
Changes from Hotfix 1
- This now uses the same version as Apoli 2.9.0, all that needs to be done is put it in your mod folder.
- This fork unmerged the Client/Server Condition classes.
Apoli 2.9.0 (Minecraft 1.20.1) Blanketcon Hotfix 1
You can check out the original changelog here.
Changes in this fork
- Fixed EntityLinkedItemStack, it is now used in the
apoli:smeltable
item condition type. - This fork now registers all previously split client/dedicated server implementations of condition types into the common environment.
- The above change was made because these sorts of implementations are not advised, and they will be registered after registry freeze on Quilt as the check to allow them to register before is currently broken.
Extra Installation Notes
You will need to have a dependency override in order to successfully run this with Origins.
Here is an example on how you can set this up.
Apoli 2.8.0 (Minecraft 1.19.4)
You can check out the original changelog here.
Changes in this fork
- Updated build.gradle to use
modApi
instead ofmodImplementation
in any appropriate situations, this fixes issues with transitive dependencies not applying to dependent workspaces.
Depending on this instead of the main branch
All you need to do is replace apace100
in any Apoli release lines with MerchantPug
Example
dependencies {
- modImplementation "com.github.apace100:apoli:v2.8.0"
+ modApi "com.github.MerchantPug:apoli:v2.8.0"
}
v2.7.1
You can check out the original changelog here.
Changes in this fork
- Updated version of the embedded Additional Entity Attributes library. The previous version was a failed build (due to JitPack using a failed link), resulting in addons failing to build as well.
Yes, I shamelessly ripped @eggohito's description, cry about it.