1.1
Compatibility
Required content
Changes
LUMINOUS BEASTS V1.1 Changelog
NEW FEATURES:
-Added a separate config for each of the rare legendary beasts, so players can disable the normal beasts independent from the rare ones
BUG FIXES:
-Fixed a bug where the Piglin and basalt executioners would not play their death animation when killed -Fixed a bug where the Piglin and basalt executioners would not attack after they spawned their minions
RETEXTURES / MODEL CHANGES:
-None this time! Stay tuned!
TECHNICAL CHANGES:
-Simplified the config text by a lot, it is now much easier to read -Tweaked how legendary beasts spawn to make some of them (namely the Vile Gator) spawn more reliably -Removed the speed effect from the piglin and basalt executioner after it spawns minions -Increased the time the piglin and basalt executioner is still after spawning it's minions by 1 second -Increased the amount of piglins spawned by the Piglin Executioner from 3 > 4 -Increased the amount of magma cubes spawned by the Basalt Executioner from 3 > 4
KNOWN/UNFIXED BUGS:
-None at the moment, feel free to comment Any you find!
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:fGCP5k6m:CbwtBgfV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fGCP5k6m:CbwtBgfV"
}

