Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 7 months ago
All versions
v.2.10.0
Release
v.2.10.0-NEO10 months ago 464
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
v.2.10.0 for MC 1.21, 1.21.1
✨ Features
- Connected Textures for flower boxes added (78f1f4b)
- Colored Brick Walls added (80d16b4)
- bricks recipe changes (7a34dc1)
- Colored Brick Stair & Colored Brick Slabs added (88d377e)
- 'The Lost Cities'-integration expanded (5e6ff39)
- Lighting Rod added (6efcf10)
- items & blocks added to the DYED_#-tags (8242829)
- Iron Ladder added (c1b5aa2)
- Colored Bricks added (d075c06)
🔧 Bug Fixes
- Lamps and lanterns do not update correctly when generated in a 'Lost City' (4572e6e)
- missing colored concrete wall painting recipes added (c3a8963)
🔨 Refactoring
- Painter JEI integration updated (04b7f6c)
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:94iqI5Ec:qAphhQVB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:94iqI5Ec:qAphhQVB"
}

