Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated last month
All versions
0.5.0-dev.4
Alpha
Mine Little Flawless 0.5.0-dev.4last month 54
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Additions
- Trixiebelle
- Trixiebelle Spawn Egg
- Trixiebelle's biome tags for spawning
- Xaero's Minimap support for Trixiebelle
- Marionette Lulamoon
- Integrate Marionette into
sparklemoon_familyentity type tags - Breeding and taming capabilities to Marionette
- Behavior that Marionette shouldn't attack entities in the
sparklemoon_familyentity type tags - Sounds for Marionette
- Star Catcher
- Xaero's Minimap support for Star Catcher
- Star Catcher Spawn Egg
- Ability to tame Star Catcher with Honey Bottle
- Star Catcher spawning capabilities
- Tamed Star Catcher picking up items and giving them to the owner
- Marionette spawning capabilities
- Jackie Spectre
- Trixiebelle sounds
- Star Catcher sounds
- Change Star Catcher's cleaning from passive to request (using a brush)
Changes
- Trixiebelle and Star Catcher are now sized appropriately
- Update mod logo
- Simplify Flawless shearing process
Removals
- Unnecessary death sounds which are duplicated hurt sounds
Fixes
- Tamable ponies attacking tamable mobs owned by the same player
- Bugs related to Star Catcher's picking up behavior
- Flawless's leg textures not being in the correct orientation
- Trixie and Marionette's back leg textures not having a back outline
- Flawless losing her clothes from unleashing her
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:kbGSYfdN:xrxwbrT4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kbGSYfdN:xrxwbrT4"
}

