
Amethyst Reborn
Amethyst Reborn — a complete reimagining of amethyst in Minecraft. Adds a deep processing system: from dirty ore to magical ingots. New tools, armor, a unique staff that sets enemies on fire and throws them into the air, and underground Amethyst Vault stru
2.1.0
Compatibility
Changes
Русский
Amethyst Reborn — Changelog
✨ Новое
- Добавлена возможность перекрафтить аметистовый слиток обратно в нагетсы
- Аметистовая пыль теперь плавится в доменной печи
- Добавлен звук при надевании супер аметистовой брони
- Добавлены торги с жителем-священником
- Гайд книга теперь автоматически выдаётся при входе в мир
⚖️ Изменения баланса
- Изменён рецепт крафта тряпки (теперь требуется 2 кожи)
🐛 Исправления
- Исправлен критический баг, из-за которого игра вылетала при входе в Нижний мир
- Исправлены ошибки в локализации
English
Amethyst Reborn — Changelog
✨ New
- Added the ability to craft Amethyst Ingots back into nuggets
- Amethyst Dust can now be smelted in the Blast Furnace
- Added an equip sound for the Super Amethyst Armor
- Added trades with the Priest villager
- The Guide Book is now automatically given to the player upon entering a world for the first time
⚖️ Balance
- Changed the Wet Cloth crafting recipe (now requires 2 leather)
🐛 Bug Fixes
- Fixed a critical bug that caused the game to crash when entering the Nether
- Fixed localization errors
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:mYJlne6y:rw9VPlTs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mYJlne6y:rw9VPlTs"
}
