mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-26 04:05:48 +01:00
Check if item is a brewing stand ingredient
This commit is contained in:
parent
0263da253d
commit
6989c786b7
@ -275,7 +275,7 @@ public class StorageContainerCache {
|
||||
// fuel in 5th position, input in 4th
|
||||
if (item.getType() == Material.BLAZE_POWDER)
|
||||
check[4] = true;
|
||||
else
|
||||
else if (CompatibleMaterial.getMaterial(item).isBrewingStandIngredient())
|
||||
check[3] = true;
|
||||
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user