Phase2
Compatibility
Required content
Changes
🔮 IMPORTANT: TEMPORARY UPDATE UPLOAD! NO RECIPES CURRENTLY AVAILABLE! 🔮
🍁 Elegant Countryside Phase 2 Update is nearing completion—thank you for your support! 🍁
🔮 HERE’S WHAT’S NEW:
Added 400+ furniture items & building blocks
Optimized package size to ≤30MB
Added a small magic set
Added 4 new wands
Crafting system updated to:
Stone Cutter + in-mod magical crafting (usable in Survival mode)
🔮 FIXES:
Cushions no longer detected as mobs (no disappearance in Peaceful mode)
Brooms no longer flagged as mobs
Fixed in-mod entity spawning conflicts with Pillagers
Corrected inverted chair orientation
Resolved VRAM crashes & memory leaks
Fixed massive texture mix-ups between items and furniture
🔮 UPCOMING ADD-ONS (part of the Elegant Series, blending decor, cooking, farming, building, & magic):
🍁 Elegant Architecture (ALREADY RELEASED)
🌸 Elegant Gardening
🔮 Elegant Sorcery
Stay tuned for the remaining add-ons!
Thanks for your support—your Witchy devs love you all! 😘
🍁Elegant Countryside 🍁
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:VQb8lYeg:KECTZ1eJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VQb8lYeg:KECTZ1eJ"
}


