All versions
1.5.2
Release
ExtendedAE-Plus 1.5.24 months ago 891
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
[1.5.2]
Added / 新增
- 添加 Ctrl+Q 快捷键从 JEI 编写样板功能(普通书签直接进入背包,带有配方类型的书签会触发样板自动上传)
- Added Ctrl+Q shortcut to create patterns from JEI (regular bookmarks go directly to inventory, bookmarks with recipe types trigger automatic pattern upload)
- 虚拟合成卡适配量子计算机
- Virtual Crafting Card now supports Quantum Computer
- 上传样板供应器选择界面新增右键置顶供应器条目功能
- Added right-click to pin provider entries in the pattern upload provider selection screen
Changed / 变更
- F 键搜索改为按键配置
- F-key search is now configurable in keybindings
- 移除实体加速器的配方
- Removed Entity Accelerator recipe
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:xr109llC:c3P1Usf8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xr109llC:c3P1Usf8"
}

