Reborn Storage

Reborn Storage

41M Downloads

Use ICraftingPatternProvider instead of ItemPattern for checking validity

ExpensiveKoala opened this issue ยท 0 comments

commented

Here: https://github.com/TechReborn/RebornStorage/blob/1.12/src/main/java/RebornStorage/client/SlotFiltered.java#L22

Rather than checking for an instance of ItemPattern, it should be checking for the interface that defines it as a pattern.