Links
Tags
Creators
Details
1.2.0
Compatibility
Changes
Big update for 1.21 Updated to origins 1.13.0 alpha
No longer need pehkui Since apugli will not be updated, some power have been changed to work without apugli.
Rework
Psychic type Apugli removed Psyshock has been removed Has been replaced with future sight, dealing area damage after a time
Rock type Apugli removed Stealth rock now drop directly on the ground In addition, triggering sturdy or hitting someone with a stone axe will also drop SR
Electric type Apugli removed Thunder is now a channelable raycast
Fairy type Apugli remove Moonblast is now an entity raycast, and charge power during misty terrain
Grass type Was boring You can now seed people you hit, and giga drain is now a channellable aoe, draining the life of seeded people.
Fire type Update to the flamethrower to make it more "interesting" Now only the first shot is a blaze fireball, afterward the shot is a short range more "accurate" flamethrower
Reupload because it actually didn't work at all
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:rlCraAY9:mLoGLwrB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rlCraAY9:mLoGLwrB"
}

