0.9.4
Compatibility
Changes
Longwings v0.9.4 introduces 8 New Longwings Variants + some tweaks to butterfly/moth spawning + bug fixes and more!
[+] Additions/Changes
-
Added the Great Purple Emperor Butterfly Variant (Rare)
-
Added the Blue Pansy Butterfly Variant (Uncommon)
-
Added the Mourning Cloak Butterfly Variant (Rare)
-
Added the Black Swallowtail Butterfly Variant (Uncommon)
-
Added the Ludlow's Bhutan Swallowtail Butterfly Variant (Remarkably Rare)
-
Added the Small Emerald Moth Variant (Uncommon)
-
Added the Chickweed Moth Variant (Common)
-
Added the Owl Moth Variant (Remarkably Rare)
-
Made it so that drinking Sugar-Water will now extend the duration of already obtained Longwings status effects if met with proper "Butterfly Harmony" conditions
-
Butterflies can now spawn in groups of 1
-
Slightly decreased the spawn rate for Butterflies/Moths
-
Butterflies and Moths will now spawn 90% less in biomes with a humidity level of 0
-
Modified Butterfly group spawning to have a bias towards lower values (making large butterfly groups slightly less common)
-
Changed the minimum size value for Small Butterflies/Moth from 0.75 to 0.7
-
Tweaked Butterfly/Moth behaviors to address some small inconsistencies
-
Players with the Seed Sniffer status effect can now obtain Sniffer Seeds from blocks that contain the #dirt tag rather than vanilla grass blocks and dirt blocks only
-
Added the "polination_resistant_crops_level_1" block tag which slightly reduces the chances of select crop blocks being pollinated from a Butterfly/Moth (for modpack creators)
-
Added the "polination_resistant_crops_level_2" block tag which moderately reduces the chances of select crop blocks being pollinated from a Butterfly/Moth (for modpack creators)
-
Added the "polination_resistant_crops_level_3" block tag which significantly reduces the chances of select crop blocks being pollinated from a Butterfly/Moth (for modpack creators)
-
Added the "pollination_banned_crops" block tag which disables a crop block from being pollinated from a Butterfly/Moth (for modpack creators)
-
Added the "moth_light_sources" block tag which attracts moths to certain blocks at night (for modpack creators)
-
Modified existing Butterfly/Moth Variant habitat values to better reflect their real-life counterparts
-
Tweaked a few existing Butterfly/Moth Variant textures and models to better reflect their real-life counterparts
-
Tweaked Butterfly/Moth flying animations to appear slightly less intense
[*] Bug Fixes
-
Fixed some typos relating to existing Butterfly/Moth species names
-
Fixed inconsistencies involving Butterfly/Moths not naturally spawning inside non-solid blocks and under trees
-
Fixed Butterflies/Moths getting stuck in 1x1 spaces when navigating
-
Fixed an issue that would cause Butterflies/Moths to suffocate if they spawned naturally on mud blocks
-
Fixed a crash that could sometimes occur if a Drip-Lure tried to Lure a Butterfly/Moth in an unloaded chunk
-
Optimized some backend stuff to reduce potential lag
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:YXWD6pbz:lhJwrd9o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YXWD6pbz:lhJwrd9o"
}

