Backport lock crafting function for ME Interface (#423)

This commit is contained in:
Zengyj
2024-05-24 23:36:17 +11:00
committed by NotMyWing
parent a65b5015e6
commit a13f9955f2
25 changed files with 332 additions and 21 deletions
@@ -0,0 +1,6 @@
package appeng.helpers;
public enum UnlockCraftingEvent {
PULSE,
RESULT
}