1.2.1
Compatibility
Changes
✨ New Feature: Auto Craft Command • Added /craft do <item> <count|max> command • Automatically crafts the selected item • max crafts until materials run out • 2-second delay between crafts to prevent spam • Stops automatically when materials are insufficient • Detects crafting availability via item NBT • Improved stability and spam-free chat messages
🛠 Changes • Removed /craft id command • Cleaned up internal logic • Improved crafting flow and safety checks
⸻
✨ Новая функция: команда автокрафта • Добавлена команда /craft do <предмет> <количество|max> • Автоматический крафт выбранного предмета • max — крафт до полного окончания ресурсов • Задержка 2 секунды между крафтами • Автоматическая остановка при нехватке ингредиентов • Проверка возможности крафта через NBT предмета • Убран спам в чате, сообщения стали чище
🛠 Изменения • Удалена команда /craft id • Оптимизирована логика мода • Повышена стабильность работы
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:15YOhxVc:Q9059cpy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:15YOhxVc:Q9059cpy"
}

