Tags
Creators
Details
v1.7.0+1.16.5-forge
Compatibility
Changes
Apugli v1.7.0+1.16.5 (For Fabric/Forge)
This is the final version of Apugli for 1.16.5. If you would like to continue getting support, please play the latest MC version of the mod This is a mixture between v1.6.0 and later features from the 1.19 version of the mod, it does not have parity with Apugli v1.7.0 for a later MC version.
[FML] - Forge only change
Power Types
- Adjusted
apugli:rocket_jumpsound to be higher pitched and lower in volume. apugli:rocket_jumpno longer hurts non-living entities and armor stands.apugli:rocket_jumpdeals less knockback to entities that aren't the user.- Reworked how
apugli:prevent_breeding's entity actions work.
Bugfixes
- Fixed
apugli:allow_anvil_enchantnot functioning properly. - [FML] Fixed
apugli:modify_breeding_cooldownnot functioning properly. - [FML] Fixed crash involving
apugli:prevent_breeding. - Fixed
apugli:prevent_soundnot functioning properly. - Fixed
apugli:key_pressednot performing on the server. - Fixed
apugli:key_pressedlogic to now work in contexts that happen within one tick on the first instance of them happening (e.g.origins:if_else). - Fixed potential mixin incompatibilities to do with
apugli:modify_equipped_item_render.
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:bvo3i3Vl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1qeWG44Y:bvo3i3Vl"
}
