Allow looking up recipes in JEI with non-item slots (#451)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package appeng.container.interfaces;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
public interface ISpecialSlotIngredient {
|
||||
|
||||
@Nullable
|
||||
Object getIngredient();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user