Compatibility
Minecraft: Java Edition
1.12.2
Platforms
Supported environments
Client and server
Links
Creators
Details
Licensed Multiple
Published 2 months ago
AEKey Legacy is a library mod for Minecraft 1.12.2 that backports the AEKey API from AE2 version 1.20.1. This mod does not add any game content itself and serves only as a prerequisite for the development and use of other mods.
The following are the main adaptations made during this backporting process:
- Adjusted the
isTaggedmethod ofAEKeyto change its parameter fromTagKey<?>toString, and modified the overridden methods to be compatible with the Ore Dictionary system. - Changed the return type of
AEKeyType.getTagNamesfromStream<TagKey<?>>toStream<String>to also adapt to the Ore Dictionary system. - In
AEItemKey, the originalcachedDamagefield was renamed tometadata. Methods to retrieve the metadata and to check if a variant exists based on metadata were added. - The creation, comparison, and serialization processes for
AEItemKeynow all support metadata.

