We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a PolymerItem that extends FishingRodItem but the default use action does not work, is this a polymer issue?
The text was updated successfully, but these errors were encountered:
Please show the code
Sorry, something went wrong.
public class WebfishingRodItem extends FishingRodItem implements PolymerItem { public WebfishingRodItem(Settings settings) { super(settings); } @Override public Item getPolymerItem(ItemStack itemStack, @Nullable ServerPlayerEntity serverPlayerEntity) { return Items.FISHING_ROD; } @Override public int getEnchantability() { return 0; } }
Did you patch FishingBobberEntity? It might break due to it having hardcoded check for vanilla fishing rod
No branches or pull requests
I have a PolymerItem that extends FishingRodItem but the default use action does not work, is this a polymer issue?
The text was updated successfully, but these errors were encountered: