1.4.6
Compatibility
Changes
LUMINOUS V1.4.6 Changelog
NEW FEATURES:
-Added the Phoenix egg, a new way to spawn the Phoenix!
-Added the Phoenix nest structure, found in the badlands
-Added "hatch", a new flammable block found in the new Phoenix Nest structure
BUG FIXES:
-Fixed an issue where the Savanna skeleton had 4 arms when aiming
RETEXTURES / MODEL CHANGES:
-The hammers are no longer 3d, and have their own Minecraft style sprites (This is an experimental change - let me know opinions in the comments!)
-Fixed an improper texture with the bone stalker painting
TECHNICAL CHANGES:
-Hammers can no longer be stacked -Fixed the spelling of all "savanna" named things, as they were previously named "savannah"
-The Phoenix is now located in the badlands again
-Removed 2 excess instanced of the Phoenix
KNOWN/UNFIXED BUGS: -Custom zombie and skeleton loot tables don't work with the looting enchantment
-Frigid horn glitches visually when in offhand after reloading the world
-Colored fire doesn't light TNT
-The AI of the toxic gator is flawed, and does not work as intended
-Ish bricks are not usable in the stone cutter
-Custom fish cannot be caught with a fishing rod
-Custom fish cannot be used to tame cats
-Baobab Saplings do not grow on their own currently.
-All custom stairs allow rain to pass through
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:HT2F6lNL:cFv04yOU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HT2F6lNL:cFv04yOU"
}

