Tags
Creators
Details
Licensed CC-BY-ND-4.0
Published 11 months ago
Updated yesterday
All versions
1.9.17
Beta
Simply Cozy 1.9.17last month 16
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
Channel Log:
- Added all recipes for Pride Beds
- Added Wood Cutter recipes for Shelves
- Added Pot Cooking
- Added Salmon and Navy Happy Ghast Harnesses
- Added Salmon and Navy Llama Armor
- Added the Hop plant
- Added the Salmon Carpet
- Added recipes for Basil, Chives, Dill, Chili Pepper, and Tomato seeds
- Added recipes for wooden flower pots
- Added recipes for wooden tables
- Added recipes for the Mixing Bowl, Empty Wine Bottle, Ice Cube Block, and Pesto Sauce
- Fixed a security issue with the mp3 file transfer system
- Fixed a duplication bug with the cooking pot, kettle, and pan
- Fixed the hob so busy pots/kettles can't be knocked off by accident
- Fixed Navy and Salmon Shulker Box textures
- Fixed the Wall Speaker item model
- Fixed wooden table collision and diagonal connections
- Fixed the /simplycozy command permissions
- Removed unused Cinewall recipes
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:U52QG9PF:p4UNYPr0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U52QG9PF:p4UNYPr0"
}

