1.1.0
Compatibility
Changes
Lumineer v1.1 - "Stone & Timber Update" Released: December 29, 2025
Hey builders! We've been busy expanding Lumineer's collection of embedded blocks. This update brings a whole bunch of new stone variants and pretty much every log type you could want.
What's New Stone Variants Galore
-
Added ImbeddedStoneBrick - for that classic, refined look
-
Added ImbeddedSmoothStone - sleek and clean
-
Added ImbeddedMossyStoneBricks - aged and overgrown vibes
-
Added ImbeddedChisledStoneBrick - decorative detail work
-
Added ImbeddedCrackedStoneBrick - weathered and worn aesthetic The Full Log Collection
-
Added ImbeddedOakLog
-
Added ImbeddedSpruceLog
-
Added ImbeddedBirchLog
-
Added ImbeddedJungleLog
-
Added ImbeddedAcaciaLog
-
Added ImbeddedDarkOakLog
-
Added ImbeddedMangroveLog
-
Added ImbeddedCherryLog Recipes
All new blocks come with their own crafting recipes, so you can actually make them! Now you can embed just about any stone or log type into your builds. Mix and match to your heart's content!
Happy building! 🔨
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:JOQxP9Zb:MFdk0r0p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JOQxP9Zb:MFdk0r0p"
}

