All versions
0.6.4+mod
Release
Better Upgrade Template 0.6.4last month 110
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.5–1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Client and server
Changes
Better1.21.x
配方:
- 更改下界合金升级模板不合理的配方,现在是下界岩里放钻石了
- 新增经验瓶配方,使用青金石围绕玻璃一圈可合成4个
- 还原附魔金苹果合成配方
- 新增蜘蛛网合成配方,9个线合成1个蜘蛛网
进度
- 还原蛋糕是个谎言 ( 制作一个蛋糕 )、君临天下 ( 吃下一个附魔金苹果 ) 、这是?工作台 ( 制作工作台 )
Recipes:
- Changed the Netherite Upgrade Smithing Template recipe (was unbalanced). Now it's diamond surrounded by netherrack.
- Added Experience Bottle recipe: lapis lazuli around a glass block → crafts 4.
- Restored the Enchanted Golden Apple crafting recipe.
- Added Cobweb recipe: 9 string → 1 cobweb.
Advancements:
- Restored "The Lie" (craft a cake), "King of the Hill" (eat an enchanted golden apple), and "Minecraft?" (craft a crafting table).
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:oe7Qa43Z:mqYvBeyA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oe7Qa43Z:mqYvBeyA"
}

