1.3.1
Compatibility
Required content
Changes
LUMINOUS: NETHER V1.3.1 Changelog
NEW FEATURES:
-Added a Blacklist for the ectoplasm ball so that certain unobtainable blocks cannot be obtained (luminous_nether:ectoplasmblacklist is the name of the block tag)
BUG FIXES:
-
Fixed an issue where the ritual table was not appearing in the creative menu
-
Fixed one of the loot vases not breaking when it was mined with silk touch
-
Fixed an issue where Loot vases would not be obtainable if mining them with wooden tools
-
Fixed a bug where Piglin Cultists and Piglin Cultist Rider's would drop iron axes instead of gold ones
-
Fixed the archer cultist burning in the daylight
RETEXTURES / MODEL CHANGES:
- None the time, Stay tuned!
TECHNICAL CHANGES:
-Piglin Cultist Archers no longer strafe when shooting their bows due to a change in their AI task. This is not ideal, but it is necessary atm to stop the cultists archers from behaving strangely
Optional dependencies
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:bXsvlvKF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2CL6BDdJ:bXsvlvKF"
}

