All versions
1.5.0
Release
Terrible Mouse 1.5.0 The Hospital update2 months ago 318
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Added:
- New structure "Hospital"
- 20 blocks (15 decorative)
- 6 doors
- 11 mobs (1 boss)
- Small cartridge
- 2 weapons
- 3 achievements
- 8 paintings
- Trading with Bisi
Changes:
- Updated Roth list of products.
- Updated Nana list of products.
- Updated Luke list of products.
- Removed craft Old light gray concrete block (Previously Old white concrete).
- Removed craft Old gray concrete block.
- Removed craft Sniper rifle cartridge.
- Leilu and Lake attack each other.
- Updated achievement "Door's-crazed".
- Aiko spawn only in Hospital.
RU:
Добавленны:
- Новая структура "Больница"
- 20 блоков (15 декоративных)
- 6 дверей
- 11 мобов (1 босс)
- Маленький патрон
- 2 оружия
- 3 достижения
- 8 картин
- Торговля с Биси
Изменения:
- Обновлен список товаров с Росс.
- Обновлен список товаров с Нана.
- Обновлен список товаров с Люк.
- Удалён крафт блока Старого светло серого бетона (Ранее Старый белый бетон).
- Удалён крафт блока Старого серого бетона.
- Удалён крафт Патрона для снайперской винтовки.
- Лейлу и Лейк атакуют друг друга.
- Обновлено достижение "Одержимый дверями".
- Айко появляется только в Больнице.
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:tXkqnwUz:hDFJh5Vl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tXkqnwUz:hDFJh5Vl"
}

