1.0.0
Compatibility
Required content
Changes
🏡 Banya Mod (Bathhouse)
A Vanilla+ structure mod that brings warmth, comfort, and traditional atmosphere to your Minecraft world. Perfect for adventurers who love discovering detailed, cozy landmarks!
🛁 About the Mod
This lightweight mod integrates a beautifully crafted Banya (Traditional Bathhouse) into the world generation. Built seamlessly from oak and spruce logs, it completely respects the game's original style. It features warm lantern light and a working cobblestone chimney puffing out smoke.
- 👥 Village Neighbor: While the structure spawns randomly, you will very frequently find it sitting right on the outskirts of vanilla villages.
🗺️ World Generation (Biomes)
To make your exploration easier, the spawn biomes are beautifully categorized by their climate zones:
| Climate Type | Supported Biomes |
|---|---|
| ☀️ Temperate | Plains, Sunflower Plains, Forest |
| ❄️ Cold / Snowy | Taiga, Snowy Taiga, Snowy Plains, Grove |
| 🌸 Unique / Mountain | Cherry Grove, Meadow |
📦 Hidden Loot Chest
Every Banya features a hidden chest filled with useful resources, properly balanced and split into tier groups:
🟢 Common Supplies (High Chance)
- Oak logs, Coal, and Cooked beef to keep you warm and saturated on your journey.
🔵 Utility & Iron Tier (Medium Chance)
- Water buckets, Fishing rods, and raw Iron ingots.
- Ready-to-use Iron tools and full sets of Iron armor pieces.
🟣 Rare Treasures (Low Chance)
- Pristine loose diamonds, or even a lucky piece of Diamond tools, weapons, and heavy armor!
🏡 Banya Mod (Баня)
Vanilla+ постройка, которая добавляет в мир частичку уюта, тепла и атмосферы. Идеально для любителей исследовать мир и находить приятные детали!
🛁 О Моде
Этот легкий мод аккуратно встраивает в генерацию мира классическую Баню. Постройка полностью воссоздает атмосферу оригинальной игры: она аккуратно собрана из дубовых и еловых бревен, украшена фонарями, а из каменной трубы вовсю идет дым.
- 👥 Спутник деревень: Структура генерируется случайно, но вы будете очень часто натыкаться на неё прямо рядом с ванильными деревнями жителей.
🗺️ Где искать? (Биомы)
Вместо скучного списка мы разбили биомы по климатическим зонам, чтобы вам было проще ориентироваться по карте:
| Климат | Доступные биомы для спавна |
|---|---|
| ☀️ Теплый / Умеренный | Равнины (Plains), Подсолнуховые равнины (Sunflower Plains), Лес (Forest) |
| ❄️ Холодный / Снежный | Тайга (Taiga), Снежная тайга (Snowy Taiga), Снежные равнины (Snowy Plains), Роща (Grove) |
| 🌸 Особый / Горный | Вишнёвая роща (Cherry Grove), Луг (Meadow) |
📦 Что внутри сундука?
Внутри каждой бани спрятан сундук с припасами. Шансы выпадения предметов строго сбалансированы и разделены на три категории:
🟢 Базовые припасы (Высокий шанс)
- Дубовые брёвна, качественный уголь и сытная жареная говядина для перекуса с дороги.
🔵 Походное снаряжение (Средний шанс)
- Вёдра с водой, удочки для рыбалки у бани и железные слитки.
- Полные комплекты железных инструментов и брони (от шлема до ботинок).
🟣 Редкие находки (Низкий шанс)
- Сверкающие алмазы, а также готовое алмазное снаряжение, оружие и элементы брони для самых удачливых путешественников!
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:SC9Vbbgh:YqpxSDME"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SC9Vbbgh:YqpxSDME"
}

