1.8.2_03e
Compatibility
Required content
Changes
Update (v. 1.8.2_03e) [РУССКИЙ]
Нововведения
-
Классическая ткань — добавлены классические блоки ткани. Найдите бирюзовую розу, из нее можно сделать специальную краску, если этой краской кликнуть на шерсть, к примеру красную, то она превращает в ткань.
-
Стамина вместо голода — стамина тратится когда вы бежите, когда вас бьют монстры, если истратить ее в ноль, придется постоять и отдохнуть, ибо после полной траты стамины у вас не может больше регенерироваться она, когда вы просто ходите. Еда пополняет сердечки и стамину.
-
Новые блоки — новые вариации кирпичей, а так же готическое стекло.
Мир и генерация
-
Монолитные земли — редкие монолитные земли генерируются в мире.
-
Infdev-пирамиды — добавлены пирамиды из классических кирпичей, которые генерируются на далеких землях
Фермерство
- Рост грибов возвращён приблизительно к механике Beta 1.7.3 — старые грибные фермы снова работают.
Мобы
- Ночью количество враждебных мобов значительно увеличено — ночью мобов станет куда больше, а так же в самых темных местах.
- Охраняйте свой огород, ибо зверюшки могут полакомиться вашими грядками!
- Свинья и лиса теперь может съесть яблоко на дереве
- Если моб нанесет другому враждебному мобу урон, они теперь не будут между собой драться, ибо это очень упрощало игроку выживание
- Крипер с механикой укуса игрока, спавнится только в Незере, при своей смерти взрывается и откидывает игрока (Да, да, тот самый крипер из Survival Test)
Интерфейс и фиксы
- Косметические улучшения интерфейса.
- Исправлен ряд багов
Update (v. 1.8.2_03e) [ENGLISH]
New Features
-
Classic Cloth — classic cloth blocks have been added. Find the cyan rose, from which you can craft a special dye. If you use this dye on wool (e.g., red wool), it transforms it into cloth.
-
Stamina Instead of Hunger — stamina is consumed when you sprint or when you take hits from mobs. If it drops to zero, you'll have to stand still and rest, because once fully depleted, stamina can no longer regenerate while walking. Food now restores both health hearts and stamina.
-
New Blocks — new brick variations, as well as gothic-style glass.
World & Generation
- Monolith Lands — rare monolith lands formations now generate in the world.
- Infdev Pyramids — classic brick pyramids have been added, generating in the Far Lands.
Farming
- Mushroom Growth — reverted approximately to the Beta 1.7.3 mechanics — old mushroom farms are viable again.
Mobs
- The number of hostile mobs at night has been significantly increased — expect far more mobs at night, as well as in the darkest places.
- Protect your farmlands, as animals may now snack on your farmlands!
- Pigs and foxes can now eat apples directly from the tree.
- If a mob damages another hostile mob, they will no longer fight each other — this previously made survival too easy for players.
- The Creeper with the "player bite" mechanic now spawns exclusively in the Nether. Upon death, it explodes and throws the player backwards (yes, that very Creeper from Survival Test).
UI & Fixes
- Cosmetic UI improvements.
- Various bug fixes
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:w8kSdJTa:FnLmHWxl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w8kSdJTa:FnLmHWxl"
}

