All versions
2.0.0
Release
Jewish mod 2.0.0last month 83
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client-side
Server-side
Changes

ENG
Jewish Mod 2.0.0 - Patch Notes
Removed
- Removed unnecessary blocks and items.
- Cleaned up outdated content to improve the overall experience.
Biome Rework
- Completely redesigned the biome.
- The biome is now called Jew.
- Improved its generation and overall appearance.

New Textures
-
Added brand-new textures for:
- Trees
- Leaves
- Wooden planks
- Tools
- Various other blocks and items
-

New Crafting Recipes
- Added new crafting recipes for the updated content.
- You can check them out in the YouTube showcase video.
New Particles
- Added money particles that now fall from the sky.
New Gameplay Features
- Leaves in the new biome now drop money.
- Money can be obtained by breaking leaves with a hoe.
Bug Fixes
- Fixed numerous bugs and issues from the previous version.
Structure Changes
- Structures can now generate with different levels of damage.
- However, they will most often spawn fully intact.
Thank you for playing Jewish Mod!

RU
Jewish Mod 2.0.0 — Patch Notes
Удалено
- Убраны ненужные блоки и предметы.
- Проведена очистка контента для улучшения общего качества мода.
Переработка биома
- Биом полностью переработан.
- Теперь биом называется Jew.
- Обновлена генерация и внешний вид биома.

Новые текстуры
-
Полностью обновлены текстуры:
- деревьев;
- листвы;
- досок;
- инструментов;
- других тематических блоков и предметов.

Новые рецепты крафта
- Добавлены новые рецепты крафта для обновлённого контента.
- Подробную демонстрацию можно посмотреть в видео на YouTube.
Новые частицы
- Добавлены новые частицы в виде денег, которые падают с неба.
Игровые механики
- В новом биоме с листвы теперь выпадают деньги.
- Для получения денег необходимо добывать листву мотыгой.
Исправления
- Исправлено множество ошибок и недоработок, присутствовавших в предыдущей версии.
Структуры
- Структуры теперь могут генерироваться с разной степенью разрушенности.
- В большинстве случаев структура будет появляться полностью целой.
Спасибо за использование Jewish Mod!
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:j1CKh5Qu:RluOA80M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j1CKh5Qu:RluOA80M"
}

