Open Issues Need Help
View All on GitHubAI Summary: The `GoldenAppleDispenserBehaviors` class in the `GoldenAppleTree` mod incorrectly overrides the default dispenser behavior for shears. This bug occurs because the mod's custom behavior replaces the vanilla one, preventing shears from performing their intended actions like shearing sheep or beehives when dispensed. The fix requires explicitly including or preserving the original vanilla behavior when registering the custom one.
Complexity:
2/5
bug good first issue