1.0.0
Compatibility
Required content
Changes
🍲 Borscht Mod (Борщ Мод)
A simple and vanilla-friendly mod that adds a traditional Eastern European beetroot soup — Borscht — into Minecraft! Complete with a dollop of sour cream on top.
Простой и ванильный мод, который добавляет в Майнкрафт традиционный суп — Борщ! И конечно же, с ложечкой сметаны сверху.
🇬🇧 English Description
Tired of eating the same old rabbit stews and beetroot soups? It's time for some real food! This mod adds Borscht, a hearty and nutritious meal perfect for your survival adventures.
✨ Features:
- Nutrition: Restores 5 hunger bars (10 hunger points) and 10 saturation points.
- Emergency Healing: Can be eaten even if your hunger bar is completely full, making it an excellent source of quick healing during tough fights.
- Status Effect: Grants Regeneration I for 15 seconds (restores 3 hearts / 6 HP total).
- Eco-Friendly: Just like vanilla soups, it returns an empty wooden bowl to your inventory after eating!
🍳 Recipe (Shapeless):
You can craft it anywhere (even in your 2x2 inventory grid) using:
- 1x Bowl
- 1x Beetroot
- 1x Cooked Beef
- 1x Potato
🇷🇺 Описание на русском
Надоело обычное тушёное мясо и ванильные супы? Пора перекусить по-настоящему! Этот мод добавляет в игру сытный и питательный Борщ, который отлично подойдёт для ваших приключений в выживании.
✨ Особенности:
- Сытность: Восстанавливает 5 окорочков голода (10 единиц) и 10 единиц насыщения (шкала бега).
- Срочное лечение: Борщ можно съесть, даже если вы полностью сыты. Это делает его незаменимым в опасных битвах, когда нужно быстро восстановить здоровье.
- Эффекты: Даёт эффект Регенерации I на 15 секунд (суммарно восстанавливает 3 сердца / 6 HP).
- Безотходность: Как и ванильные супы, после поедания борщ оставляет в вашем инвентаре пустую деревянную миску.
🍳 Рецепт (Бесформенный):
Его можно скрафтить в любом месте сетки (даже в инвентаре без верстака):
- 1x Миска
- 1x Свекла
- 1x Приготовленная говядина
- 1x Картофель
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:QjsAWZ7W:LAoPGnRd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QjsAWZ7W:LAoPGnRd"
}

