File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
src/main/java/org/dave/compactmachines3/utility Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1212import java .util .Map ;
1313import java .util .Set ;
1414
15+
16+ /**
17+ * This code is in large parts copied from the JustEnoughItems mod, which is MIT licensed.
18+ * You can find the original implementation here:
19+ * https://github.com/mezz/JustEnoughItems/blob/68242be874/src/main/java/mezz/jei/startup/AnnotatedInstanceUtil.java
20+ *
21+ * Thanks to Mezz for originally implementing this.
22+ *
23+ * When the time comes for 1.13, Mezz also already ported this. Find an updated version here:
24+ * https://github.com/mezz/JustEnoughItems/blob/582eb87925032083f54e0903d0afefeeae238dd5/src/main/java/mezz/jei/util/AnnotatedInstanceUtil.java
25+ */
1526public class AnnotatedInstanceUtil {
1627 public static ASMDataTable asmData ;
1728
You can’t perform that action at this time.
0 commit comments