1.2.1
Compatibility
Required content
Changes
LUMINOUS BUTTERFLIES V1.2.1 Changelog
NEW FEATURES:
-
Replaced the png images of the butterflies with their actual model in the butterfly encyclopedia
-
All Butterfly Jars can now be picked up by shifting and right clicking with an empty hand
-
Moved the content of the butterfly book up, making room for a new line of text which says what each butterfly is attracted to
-
Monarch butterflies are now attracted to poppies
-
Black Swallowtail butterflies are now attracted to Oxeye daisy's
-
Spring Azure butterflies are now attracted to Allium flowers
-
Yellow Swallowtail butterflies are now attracted to white tulips
-
Buckeye butterflies are now attracted to peonies
-
Hairstreak butterflies are now attracted to lilacs
-
Blue Monarch butterflies are now attracted to sunflowers
-
White Hairstreak butterflies are now attracted to orange tulips
-
Emerald Swallowtail butterflies are now attracted to Glowberries
-
Rusty Page butterflies are now attracted to Rose bushes
-
Littlewood Satyr butterflies are now attracted to blue orchids
-
Zebra Longwing butterflies are now attracted to dandelions
-
Orange Tip butterflies are now attracted to lilies of the valley
-
Mourning Cloak butterflies are now attracted to poppies
-
Savanna Charaxes butterflies are now attracted to poppies
-
Ringlet butterflies are now attracted to dandelions
-
Cherry Rose butterflies are now attracted to pink petals
-
Birdwing butterflies are now attracted to azure bluets
-
Soul Monarch butterflies are now attracted to soul torches
-
Crimson Monarch butterflies are now attracted to crimson fungus
-
Glowstone Morpho butterflies are now attracted to crimson roots
-
Chorus Morpho butterflies are now attracted to chorus fruit
-
Ender Eyespot butterflies are now attracted to popped chorus fruit
RETEXTURES / MODEL CHANGES:
- Updated all the animations for the Butterflies, making them slightly less stiff
TECHNICAL CHANGES:
- Updated the recipe for Glass jars, making it one glass block and one wooden slab making one jar
- Updated the Id Of the Mourning Cloak to include proper capitalization
- Updated the Id Of the Cherry Rose to include proper capitalization
- Updated the Cherry Rose Jar to match the new butterfly ID
- Updated the Mourning Cloak Jar to match the new butterfly ID
- Fixed a spelling error of "Littlewood Satyr" in the Butterfly Encyclopedia
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:yoTUVxcS:f1mWzcnq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yoTUVxcS:f1mWzcnq"
}

