0.9.5-neoforge
Compatibility
Changes
Longwings v0.9.5 introduces support for 1.21.1 + 2 new longwings variants + new customization options for netting blocks + some adjustments and fixes!
(Thank you for the continued and support and feedback on this mod, a lot more to come!)
[+] Additions / Changes
- Added support for 1.21.1 (Forge, Fabric, and NeoForge)
- Added 2 new Longwings Variants
- Tropical Leafwing Butterfly (Special)
- Comet Moth (Uncommon)
- Added the ability to customize the design of a Netting block by right-clicking on one with Shears in hand
- Added star symbols next to the Rarity category in the Butterfly & Moth handbook GUI to make it more easier to identify when quickly going through species pages
- Changed Butterfly and Moth behavior to now feed on Sugar-Water from a Butterfly Feeder at any time if the mob is not at full health
- Made it so that Butterflies/Moths that are categorized as "Small" now have a chance at spawning naturally with a smaller size than before
- Modified Butterfly/Moth animations to appear more fluid/natural than before
- Modified some habitat values for existing Butterfly/Moth species to better match their real life counterparts
- Reworked some existing Butterfly/Moth textures to better match their real life counterparts
- Adjusted existing Butterfly/Moth behaviors to be more consistent and optimized on a server than before
[*] Bug Fixes
- Fixed Butterfly Feeder blocks dropping empty bowls instead of the Butterfly Feeder item when broken
- Fixed an issue related to some crafting recipes not showing up in the crafting table recipe book
- Fixed slight moth ambient animation inconsistencies
- Fixed an issue where the Butterfly & Moth Handbook GUI would render off screen in some situations
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:h13ko2fP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YXWD6pbz:h13ko2fP"
}

