Links
Tags
Creators
Details
1.0
Compatibility
Changes
Luminous Tag V1.0 changelog
-Added the decorative tag
My reasoning for removing the decorative tag from the base Luminous mod is due to the release of the second mod in the LUMINOUS series; Luminous:Nether. I want the "decoration" blocks from all of my mods to be crafted using the singular item instead of different ones for each mod. To simplify this process, I have moved the Decorative tag into it's own separate mod that communicates with the rest of the LUMINOUS mods. This will make it so that all decorative blocks/items from LUMINOUS and LUMINOUS:Nether are all crated with the same item. This change will only take place for the 1.20.1 and 1.20.4 NeoForge versions of the LUMINOUS and LUMINOUS:Nether Mods.
In the future, the Luminous Tag mod will include the hammers, so that they will also be a global item which can interact with all mods. Variants of any Nether decorations which would be obtainable via using a hammer will not be available on the launch of Luminous: Nether. This is for a future update.
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:uX4Rl6YL:Wih0hBJz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uX4Rl6YL:Wih0hBJz"
}

