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.10.0+1.20.1-forge
Release
Forge v2.10.0+1.20.12 years ago 3,597
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
Power Types
- Added
easing,priority,delay_modifier, anddelay_modifiersfields tomodify_scale. modify_scales withdelayand resource basedmodifierfields will now dynamically shift between scales.- Added
limitfield toaction_on_harmandaction_when_harmed. if not set, this is equal to the entity's max health * 4.
Optimisation
- Optimised
modify_enchantment_levelpower type for compatibility. - Rewrote entity stack linking entirely, empty stacks do not tick, and Forge no longer uses capabilities for this due to it being totally overkill.
Bugfixes
- Fixed
modify_scalenot forcing an update for scales that don't update frequently. - Fixed a crash upon having an invalid scale type in the
scale_typeorscale_typesfields in themodify_scalepower. - Fixed
modify_scalenot being removed when it should be. - Fixed
modify_scales withdelayfields not getting exact scale values when changing into a non divisible value. - Made
modify_scaledelaysmoothing far more stable. - Fixed
modify_scaleunintentionally resetting when swapping dimensions. - Fixed
compare_scalescrashing whenscale_typeis specified. - Fixed
compare_scalessscale_typesfield not being counted. - Fixed crash due to
enchantmentitem condition mixin not applying. - Fixed
step_heightpower types sometimes causing entities to fly way up into the air when falling. - Fixed
edible_itemnot depleting the food item when a return stack is specified. #64 - [FABRIC] Fixed
edible_itemcrashing whilst using the NBT condition. - [FORGE] Fixed NPE with hits on target.
- [FORGE] Fixed item capabilities being broken in a player's inventory. #67
- [FORGE] Fixed
modify_scalewith modifiers withresourcefields not functioning.
Miscellaneous
- Rewrote
modify_scale's scale modifiers. texture_urlfields will now tell you whether textures are loaded.
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:Jiw4D1gu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1qeWG44Y:Jiw4D1gu"
}
