1.0.1
Compatibility
Changes
版本变迁日志 / Version Changelog
[1.0.0] - 2026-04-26
🎉 首次发布 / Initial Release
-
核心机制 / Core Mechanism
使用 ProjectE 内置的pe_custom_conversions数据包系统实现 EMC 预配置。所有数据存储在静态 JSON 文件中,无需任何 Java 代码执行,零性能开销。
Uses ProjectE's built-inpe_custom_conversionsdata pack system for EMC pre-configuration. All data is stored in a static JSON file, requiring no Java code execution with zero performance overhead. -
全面覆盖 / Extensive Coverage
为整合包"等价无尽机械 - PeojectE Avaritia Create"中的数百个物品预设计算 EMC 值,覆盖以下模组:
Pre-calculated EMC values for hundreds of items from the "PeojectE Avaritia Create" modpack, covering the following mods:- Tinkers' Construct (匠魂): 材料锭、铸模、黏液物品、装饰方块等
- Create (机械动力): 基础材料、机械零件、装饰方块、工具箱等
- Avaritia (无尽贪婪): 奇点、中子锭、无尽催化剂等
- Farmer's Delight (农夫乐事): 厨具、食材、土壤等
- Supplementaries (锦致装饰): 绳索、炸弹、灯笼、礼物等
- Waystones (传送石碑): 指路石、传送卷轴、传送石等
- Connected Glass (连接玻璃): 各种玻璃及其变体
- Forgematica (全息蓝图): 蓝图、建筑胶带等
- Valkyrien Skies (瓦尔基里天空): 物理实体创建器、测试物品等
- Redstone Auxiliary (红石辅助): 红石水晶等
- XK Redstone Display (XK红石显示): 显示面板
- Mekanism (通用机械): 基础锭、粒、创造物品等
- Beyond Earth (飞越地球): 熔融金属桶、装饰方块等
- Applied Energistics 2 (应用能源2): 创造物品、调试物品等
-
配方基准定价 / Recipe-Based Pricing
所有数值均严格基于原版合成配方或社区公认值计算,杜绝随意编造。奇点价格遵循"100方块=900锭/宝石"的标准公式。
All values are derived from vanilla crafting recipes or widely accepted community standards. Singularity prices follow the standard formula of "100 blocks = 900 ingots/gems". -
即装即用 / Plug & Play
无配置文件,无命令,安装后进入世界即可看到效果。
No config files, no commands – just install and enter a world to see the EMC values take effect. -
已知限制 / Known Limitations
- 带动态 NBT 的物品(如匠魂工具/武器)无法定价,玩家应通过材料合成所需工具。Items with dynamic NBT (e.g., Tinkers' tools) cannot be priced.
- 创造模式专属物品 EMC 设为 0,不可在转换桌兑换。Creative-only items have EMC set to 0.
- 仅适用于 Minecraft 1.18.2 Forge,不兼容 Fabric。Only compatible with Minecraft 1.18.2 Forge.
-
依赖 / Dependencies
- 强制前置: ProjectE (1.18.2)
- 可选: Create, Avaritia, Tinkers' Construct, Farmer's Delight, Supplementaries, Waystones, Connected Glass, Forgematica, Valkyrien Skies, XK Redstone Display, Redstone Auxiliary, Mekanism, Beyond Earth, Applied Energistics 2
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:NNOA0TN1:yI34rXU4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NNOA0TN1:yI34rXU4"
}

