1.0
Compatibility
Required content
Changes
EN Changelog
Full mod rework, aimed to improve performance and remove deprecated data, classes and methods
Fully reworked
- Commands are now contained inside a single command "ssm_reborn"
- Certain items now have separate BWER renderers which will impove their overall looks
- Item descriptions are now contained inside the item class itself and will not interfere with mods that configure descriptions
- Data Storages are now more compact
- Login message can now be disabled in mod config or using a client command
- Spark System now works faster and has improved performance
- Dimensions now use vanilla generation options instead of wiki ones, which will improve generation itself
- Dimensions that have fixed structure types(Prunus and etc) now use newer preload system which uses less GPU and CPU power
- Older translations were replaced with newer and more correct ones
Added
- New compass that will display custom dimension locations inside World Void
- New Interworlder Mask styles (+colorable variants)
РУ Изменения
Полная переработка мода, нацеленная на улучшения производительности и удаления данных, классов и методов которые устарели
Полностью переработано
- Все команды теперь совмещены в одну общую команду "ssm_reborn"
- Некоторые предметы теперь используют отдельный тип рендеринга что улучшит их визуальный вид
- Описание предметов теперь содержатся внутри класса предмета что уменьшит несовместимости с модами изменяющими описание
- Хранилища данных теперь более компактные
- Сообщение при входе теперь можно отключить в конфиге мода или отдельной командой
- Система Искры теперь работает более быстро и имеет повышенную производительность
- Измерения теперь используют опции генерации из ванильного майнкрафта что улучшит генерацию измерений
- Измерения которые имеют фиксированные структуры(Прунус и тп) теперь будут использовать новую систему загрузки измерений которая ускорит загрузку мира
- Старые переводы были переписаны
Добавлено
- Новый компас в Междумирье который указывает на расположение кастомных измерений
- Новые стили Маски Междумирца (+крашенные версии)
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:FQy1w09e:EV5V0c96"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FQy1w09e:EV5V0c96"
}

