1.2
Compatibility
Required content
Changes
LUMINOUS:BUTTERFLIES V1.2 Changelog
NEW FEATURES:
-Added the NET! A new tool for capturing butterflies! Right click a butterfly for a chance to capture it! Once captured, the texture of the net will start to shimmer - right click on a jar to capture the butterfly!
-Added the Butterfly Encyclopedia - a place to find information on where to find the butterflies! The book will update with a new entry when a new butterfly is captured using the net!
-Added a new trade to the wandering trader for the Butterfly Encyclopedia
-Added a new trade to Journeyman level Librarians for the Butterfly Encyclopedia
-Added a new command "/FillButterflyBook" which will fill all the pages of the book for the player who executes it
BUG FIXES:
-Fixed a bug which caused all the butterfly jars to infinitely duplicate themselves -Fixed a bug which made it so that the black swallowtail could not be placed in a jar
TECHNICAL CHANGES:
-Butterfly jars can now be broken and obtained with silk touch
-Changed the License type to "ALL RIGHTS RESERVED" I initially intended for the mod to be open source, but seeing as this mod is made with the MCreator program, I see no need for the code to be visible to users/allow them to redistribute the mod, so FOR NOW, at least, I have changed the license type
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:fmT4a0iE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yoTUVxcS:fmT4a0iE"
}


