Tags
Creators
Details
1.4.2-1.19.2
Compatibility
Changes
Version Release 1.4.2 (Forge: 1.18.2|1.20.1) (Fabric: 1.18.2|1.19.2|1.20.1)
Medium Sized Update
• Recoded the entire Fabric port which now features 100% of all content from Forge and will now be updated at the same time for all the supported versions with the bonus of 1.18.2/1.19.2/1.20.1 releases!
Additions
• Added wall variants to blocks that were forgotten about in 1.4.0 (expect vertical stairs aswell, I just didn't have time)
• Added new secret blocks :P
• Added 1 new advancement
• The mod now has Ukrainian translations thanks to unroman :)
Changes
• Changed partygoer description
• Changed rainbow terracotta tiles texture
• Amethyst and fiery crystal lanterns now make chiming sounds
• Stone Masons no longer sell wooden blocks
• Changed and reorganized a bit of inner stuff so please report any issues :>
Compatibility
• Added recipe compatibility with "Corail Woodcutter" for mosaic & chiseled planks and empty shelves (Forge: 1.18.2|1.20.1)
Bug Fixes
• Fixed a small leftover causing the partygoer and lumen large achievements to have the same criteria... not a big bug really (Forge: 1.18.2|1.20.1)
• Fixed a bug causing some blocks not being craftable (Forge: 1.18.2|1.20.1)
Notes
• Currently Fabric ore generation and creative tab is broken for 1.20.1 :P, I will fix it later but I ran out of time
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:2vsx0HYf:soVP5fyv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2vsx0HYf:soVP5fyv"
}

