Links
Tags
Creators
Details
10.0
Compatibility
Changes
Final Update (Project basically discontinued from now on)
Ima start with the update logs first
I did a playthrough in which Hu Tao Braixen and Braixen Eviolite sucked competitively, especially against legendaries, so I decided to make the Delphox turn into Hu Tao Braixen.
This applies to:
-Hu tao Braixen -> Delphox, Mega Delphox -Miyabi Braixen -> Delphox, Mega Delphox
Aspect Additions: dmc, cars, dbz, and sao
Skins added:
-Kirito Ceruledge | Iron Sword | sao -Vergil Greninja | Iron Sword | dmc -Lightning Mcqueen Revavroom | red dye | cars -Goku Lucario | Iron Ball | Dbz -Thousand Sunny Wailord from One piece | Wheat | OP
Well guys, this project is almost a year old. Sorry it took a while to publish this final update, a bunch of stuff is happening in my real life and I have been nonstop grinding palworld so I have been slacking.
Welp Ima go away now, Bye bye
If there’s any bugs, dm me and I will upload a fix
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:GFTKLMrj:H25DA3F7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GFTKLMrj:H25DA3F7"
}

