1.1.0
Compatibility
Changes
**English:
Sorcery Biomes — Update 1.1.0
- 🔧 Fixes
- Fixed generation issues with Obsidian Spires
- Fixed generation issues with Enchanted Forest
- Fixed structure generation issues
- ✨ New Content
-
4 new structures:
-
Pyramid — Generates in the desert
-
Volcanoes — Generates in Obsidian Spires
-
Trident Statue — Generates in the ocean
-
Octagonal Island — An island with 7 different trees
-
1 new biome:
Maple Forests — A picturesque forest with maple trees
- 🛠️ Technical Improvements
- Added Russian language support
- Added a creative tab for easy access to mod blocks and items
Thank you for your support! Enjoy the game! 🎮
Russian/Русский:
Sorcery Biomes — Обновление 1.1.0
- 🔧 Исправления
- Исправлены баги с генерацией Обсидиановых пиков
- Исправлены баги с генерацией Зачарованного леса
- Исправлены баги с генерацией структур
- ✨ Новый контент
-
4 новые структуры:
-
Пирамида — генерируется в пустыне
-
Вулканы — генерируются в Обсидиановых пиках
-
Статуя трезубца — генерируется в океане
-
Восьмиугольный островок — остров с 7 разными деревьями
-
1 новый биом:
Клёновые леса — живописный лес с клёнами
- 🛠️ Технические улучшения
- Добавлен русский язык
- Добавлена творческая вкладка для удобного доступа к блокам и предметам мода
Спасибо за поддержку! Приятной игры! 🎮**
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:H0BF8cDe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vcliBCdH:H0BF8cDe"
}

