0.9.3
Compatibility
Changes
Longwings v0.9.3 introduces a new moth variant in addition to some tweaks to the Drip-Lure block + some bug fixes!
[ + ] Additions/Changes
-
Added the Omiza Moth Variant (Remarkably Rare)
-
Tweaked Butterfly/Moth variant habitat values to better reflect their real-life habitat conditions (Luna Moon Moth)
-
Reduced the horizontal radius of Butterflies/Moths spawning from a Drip-Lure from 25 blocks to 15 blocks
-
Reduced the Butterfly/Moth spawn range on the Y axis to 7 blocks (7 blocks above the Drip-Lure if placed on the ground, 7 blocks below the Drip-Lure if placed on a ceiling block)
-
Slightly reduced the chance of luring a Butterfly/Moth with a Drip-Lure from 25% to 20% per level
-
Slightly increased the speed of a Filled Drip-Lure attempting to lure
-
Made it so that Butterflies/Moths will always spawn in a location that has a clear line of sight to the Drip-Lure block (They will no longer spawn behind areas and walls that block the sight of a Drip-Lure. Subject to change)
[ * ] Bug Fixes
-
Fixed a warning that could appear in the server console if a Butterfly/Moth spawned naturally in the world
-
Fixed a crash that would occur if a handbook was opened in a dimension that was not the overworld dimension
-
Fixed an issue that caused Butterflies/Moths that spawned from a Drip-Lure to always appear as the same size of 1.0
-
Tweaked a few textures
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:qtnVfQmL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YXWD6pbz:qtnVfQmL"
}

