1.0.2
Compatibility
Changes
EN_US
Added
Window for the stairwell, updated textures for the table and door glass
New crafting recipes
Several crafting recipes, we will add them for everything in the future

CRITICAL
BEFORE THE UPDATE, DESTROY THE CHAIR IN YOUR WORLD, it will be temporarily removed due to a critical error in the previous version of the mod
RU_RU
Добавлено
Окно для лестничной клетки, обновлены текстуры и двери
Новые рецепты крафта
КРИТИЧНО
ПЕРЕД ОБНОВЛЕНИЕМ СЛОМАЙТЕ В ВАШЕМ МИРЕ ВСЕ КРЕСЛА, они временно удалены до исправления критических ошибки, которая была в предыдущей версии
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:4YCViRLs:Kx6cGmr7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4YCViRLs:Kx6cGmr7"
}

