Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
All versions
0.4.1-beta2
Beta
DystorianTweaks 0.4.1-beta22 years ago 164
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Changes
Beta2
- Fixes the
ability=search keyword - Shortens the mint lore enhancement
Beta1
Pc Search Feature!
- Adds a beta search system for the pc, this is the reason this release is a beta
- the search works by space separated "search predicates" aka keywords, you can invert any predicate by starting it with a
!, current predicates include:- shiny
- male
- female
- genderless
- holding (if the pokemon is holding any item)
- tradeable
- fainted
- legendary
- mythical
- ultrabeast, ultra_beast
- each of the pokemon types
- every pokemon nature
- ability=(put ability here)
- form=(put form here)
- knows=(put move here, matches to moves currently known by the pokemon)
- learns=(put move here, matches to a move the pokemon can learn)
- if none of the following are matched, it defaults to checking the pokemon's name
Improved UI for Pc Enhancements
- Changed the order of the wallpaper & box name buttons
- box name comes first, wallpaper second
- Now if the wallpaper feature is disabled but box name is enabled, the box name will shift to the right to take the place previously occupied by the wallpaper button
Log Cleanup Bug Fix for Bumblezone
- the version of bumblezone on dystoria for some reason spams the client with logs due to an unsafe Optional#get call, I fix it via a mixin making the log actually readable
Removed Hidden Ability Indicator
- due to technical limitations of cobblemon, you can't actually tell if an ability is a hidden ability dynamically when connected to a server, so I've removed this feature
Optional dependencies
Any compatible version
Any compatible version
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:5KWlJ2HC:X3HaJtn0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5KWlJ2HC:X3HaJtn0"
}

