Advanced Tater Fix
- Fixed broken cast in AdvancedPotatoCannonItem.
This commit is contained in:
@@ -174,7 +174,7 @@ public class AdvancedPotatoCannonItem extends ProjectileWeaponItem implements Cu
|
||||
|
||||
@Override
|
||||
public Predicate<ItemStack> getAllSupportedProjectiles() {
|
||||
return (Predicate<ItemStack>) TFMGItems.NAPALM_POTATO.asItem();
|
||||
return stack -> stack.is(TFMGItems.NAPALM_POTATO.get());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user