1.2.0
Compatibility
Changes
**English:
Sorcery Biomes — Update 1.2.0
- 🔧 Fixes
- Fixed bugs with mushroom generation
- Fixed bugs with Enchanted Forest generation
- Fixed bugs with structure generation
- ✨ New Content
4 new structures:
- Bee — a bee-shaped structure
- Miniature Crane — a compact crane structure
- Hand with Sphere — a statue of a hand holding a mysterious sphere
- Jungle Arena — an abandoned arena in the jungle
2 new biomes:
- Ice Desert — a snow-covered desert
- Frozen Fire Forest — an icy forest with charred trees
Thanks for your support! Have fun playing! 🎮
Russian/Русский:
Sorcery Biomes — Обновление 1.2.0
- 🔧 Исправления
- Исправлены баги с генерацией грибов
- Исправлены баги с генерацией Зачарованного леса
- Исправлены баги с генерацией структур
- ✨ Новый контент
4 новые структуры:
- Пчела — структура в форме пчелы
- Миниатюрный кран — компактное сооружение-кран
- Рука со сферой — статуя руки, держащей загадочную сферу
- Арена в джунглях — заброшенная арена среди джунглей
2 новых биома:
- Ледяная пустыня — покрытая снегом пустыня
- Замёрзший лес пожаров — ледяной лес с обугленными деревьями
Спасибо за поддержку! Приятной игры! 🎮**
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:vcliBCdH:Ept0H99e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vcliBCdH:Ept0H99e"
}

