1.0.6
Compatibility
Changes
紫苹果 1.0.6 更新日志 / Purple Apple 1.0.6 Changelog
简体中文版
This is a changelog in Simplified Chinese. If you want to view the English version, please scroll down.
新增内容
成就系统
-
战神苹果成就:新增关于战神苹果的成就
-
君临天下 (Overpowered) 成就:新增经典成就“君临天下”
合成配方
-
附魔金苹果合成回归:现在可以使用 8个金块 + 1个苹果 在工作台中合成附魔金苹果
-
版本还原:此配方还原了 Minecraft 1.8.9 及以前版本的附魔金苹果合成方式
English Version
New Additions
Achievements
-
God Apple Achievement: Added an achievement related to the God Apple
-
Overpowered Achievement: Added the classic "Overpowered" achievement
Crafting Recipes
-
Enchanted Golden Apple Crafting Returns: You can now craft an Enchanted Golden Apple using 8 Gold Blocks + 1 Apple in a crafting table
-
Version Restoration: This recipe restores the crafting method of Enchanted Golden Apple from Minecraft 1.8.9 and earlier versions
版本号 / Version: 1.0.6
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:kexzz9dI:y4RHu8o7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kexzz9dI:y4RHu8o7"
}

