为ae2添加更多实用功能
Go to file
link-fgfgui 4dab5b82ef 为编码样板添加 EMI 配方 ID 记录
在通过 EMI 填充配方并编码为样板时,记录下对应的 EMI 配方 ID。

- 当使用 EMI 的配方填充功能时,会发送一个包含配方 ID 的数据包到服务端。
- 在编码样板时,将此配方 ID 存储在样板物品的 NBT 数据中。
- 在样板的悬浮提示中显示其关联的配方名称,以便追溯。
2026-03-15 13:32:55 +08:00
.github/workflows Init 1.21.1 project as branch 2025-09-05 21:20:08 +08:00
gradle/wrapper Init 1.21.1 project as branch 2025-09-05 21:20:08 +08:00
src 为编码样板添加 EMI 配方 ID 记录 2026-03-15 13:32:55 +08:00
.gitattributes Init 1.21.1 project as branch 2025-09-05 21:20:08 +08:00
.gitignore 基础移植 2026-03-01 16:06:35 +08:00
build.gradle build: Update EMI dependency and adjust loading logic 2026-03-15 11:29:55 +08:00
gradle.properties 1.21.1-1.5.2-fix2 2026-03-03 21:39:15 +08:00
gradlew Init 1.21.1 project as branch 2025-09-05 21:20:08 +08:00
gradlew.bat Init 1.21.1 project as branch 2025-09-05 21:20:08 +08:00
README.md Init 1.21.1 project as branch 2025-09-05 21:20:08 +08:00
settings.gradle Init 1.21.1 project as branch 2025-09-05 21:20:08 +08:00
TEMPLATE_LICENSE.txt Init 1.21.1 project as branch 2025-09-05 21:20:08 +08:00

Installation information

This template repository can be directly cloned to get you started with a new mod. Simply create a new repository cloned from this one, by following the instructions provided by GitHub.

Once you have your clone, simply open the repository in the IDE of your choice. The usual recommendation for an IDE is either IntelliJ IDEA or Eclipse.

If at any point you are missing libraries in your IDE, or you've run into problems you can run gradlew --refresh-dependencies to refresh the local cache. gradlew clean to reset everything {this does not affect your code} and then start the process again.

Mapping Names:

By default, the MDK is configured to use the official mapping names from Mojang for methods and fields in the Minecraft codebase. These names are covered by a specific license. All modders should be aware of this license. For the latest license text, refer to the mapping file itself, or the reference copy here: https://github.com/NeoForged/NeoForm/blob/main/Mojang.md

Additional Resources:

Community Documentation: https://docs.neoforged.net/
NeoForged Discord: https://discord.neoforged.net/