Tags
Creators
Details
2.1.34
Compatibility
Changes
MDM 2.1.34 update
Kitchen set 3 update.

New kitchen set was added to mdm in style of living room set 1.
Here's a list of changes:
[Added] - Kitchen set 3 counters [Added] - Kitchen set 3 fridge [Added] - Kitchen set 3 dishwasher [Added] - Kitchen set 3 microwave [Added] - Kitchen set 3 oven [Added] - Kitchen set 3 hanging cabinets
[Added] - Gas stove
We have also extended existing Living room set 1
[Added] - Living room set 1 cabinets [Added] - Living room set 1 coffee table middle part (You can also use it as a dining table)
[Added] - Storage to all Kitchen set 3 elements [Added] - Added recipes for all elements from this and previous 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:TmUXSYKk:runWV4Cy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TmUXSYKk:runWV4Cy"
}

