1.1.2
Compatibility
Required content
Changes
LUMINOUS:NETHER V1.1.2 Changelog
BUG FIXES:
-All Withered wood recipes are now craftable as intended -Normal ghosts no longer drop torn rags -Fixed the Ash brick crafting Recipe - it now is made with 4 ash block, not ashy netherrack -Fixed a glitch with the ritual of night preventing the cooldown timer from working correctlty
TECHNICAL CHANGES:
-Piglin cultist archer speed reduced from 0.23 > 0.21 -The Ghost block can be turned back into 9 ghostly essence in a crafting table now -Decreased the volume of popshrooms -The back texture of the Mushlin Spitter trophy now correctly matches the fungirrack texture -Piglin ghosts will now only attack players only if they have a weapon/tool in their hands
I wanted to make it so the gold trick works on these piglins too, but something about them being angry spirits and attacking anyone seems cool to me - the weapon/tool thing is a test- let me know what you think in the comments!
- Ash from the SUPPLEMENTARIES mod can now be used to make ash blocks
- Added a text that appears when LUMINOUS:TAG is not installed
KNOWN/UNFIXED BUGS:
-Mod is incompatible with Ice and fire:Dragons -The spawn rate of structures in the two new biomes can vary quite a bit, sometimes spawning in massive groups and having a few blocks floating over air
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:2CL6BDdJ:TkMprMsp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2CL6BDdJ:TkMprMsp"
}

