Skip to content

Commit 9fe9a11

Browse files
committed
Added reference to Mezz's Just Enough Items
1 parent edd208f commit 9fe9a11

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/main/java/org/dave/compactmachines3/utility/AnnotatedInstanceUtil.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
import java.util.Map;
1313
import 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+
*/
1526
public class AnnotatedInstanceUtil {
1627
public static ASMDataTable asmData;
1728

0 commit comments

Comments
 (0)