Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 4 years ago
All versions
1.0.0
Release
1.0.04 years ago 351
Compatibility
Minecraft: Java Edition
1.19.3
Platform
Fabric
Supported environments
Client and server
Required content
Changes
So much has changed compared to Beta-0.5, patch notes will be a long one.
Patch Notes:
Updated Colorfly Mob
- Added Animations in Morse code for the time of day, weather, and most nearby mobs (non-hostile). Also has an animation for when stuck in a cobweb
- Added "cannot despawn naturally" mechanic via nametags and released Colorflies (much like fish or axolotl from buckets)
- Added custom Goals for Colorfly, AI will now seem more random and more life-like.
- Added ability to breathe underwater (like some Firefly species)
- Added custom spawn conditions
- Adjusted renderer (glowing, force-rendering distance, etc.)
- Adjusted spawn biomes Greenfly [Flower_Forest, Dark_Forest, Lush_Caves, Swamp, Mangrove_Swamp, Meadow, Windswept_Forest, Taiga, Old_Growth_Pine_Taiga, Sunflower_Plains, Forest, Birch_Forest, Old_Growth_Birch_Forest] Bluefly [Flower_Forest, Dark_Forest, Lush_Caves]
Potions
- Changed base duration from 2 > 1 minute
- Added ability to also craft potion of glowing from rare Colorfly variant
Item Groups
- Added Colorfly item group
- Also added new items and blocks to appropriate vanilla item groups
Other
- Added Spider mixin, Spiders will now attack Colorflies
- Updated Images
- Updated Readme
- Updated License
- Updated Dependencies
- Adjusted DataGen
- Added ModTags for Colorfly_Spawnable_On
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:sHGvsSkO:vYf2YGPL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sHGvsSkO:vYf2YGPL"
}


