Apugli has been archived. Apugli will not receive any further updates unless the author decides to unarchive the project.
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
All versions
2.5.0+1.19.2-forge
Release
Forge v2.5.0+1.19.23 years ago 87
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
Power Types
- Added
action_on_jump,custom_projectile,modify_durability_change,modify_fov,prevent_movement_check,sprinting, andstep_assistpower types.
Action Types
- Added
custom_projectile,item_cooldownandspawn_custom_effect_cloudentity action types. - Added
raycast_betweenandspawn_custom_effect_cloudbi-entity action typeS. - Added
schedule_tickblock action type. - Added
cooldownitem action type. - Backported
apoli:area_of_effectblock action type.
Condition Types
- Added
custom_entity_idandownerbi-entity condtiion types. - Added
in_rain,rainingandthunderingblock condition types. - Added
grounded,raining,thunderingentity condition types. - Added
on_cooldownitem condition type.
Bugfixes
- Fixed errors involving the
step_assistfield's functionality in thehoverpower, these fixes also carry over to the newstep_assistpower. - Removed code that may have caused
action_on_durability_changeto run more times than what's necessary. - [FABRIC] Fixed crash when checking if the entity has powers using non living entity. #44
- [FORGE] Fixed NPE with
modify_enchantment_leveltargeting the wrong location. #45 - Fixed raycast centric action types' particles not applying in the correct direction.
- Fixed
modify_enchantment_levelnot working with an empty item stack.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:1qeWG44Y:yzf1v4VU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1qeWG44Y:yzf1v4VU"
}
