![EnergeticSheep](https://media.forgecdn.net/avatars/thumbnails/128/511/256/256/636448328534995084.png)
Energetic Sheep drop regular wool when sheared by the `shearable.shear` function
Meek97 opened this issue ยท 1 comments
Issue type:
- ๐ Bug
Short description:
The specific bug that I am experiencing:
Energetic sheep drop regular sheep wool when sheared by the
Drum of the Gathering
from Botania.
However, I did a little research and I think that the underlying problem is more like:
Energetic sheep drop regular sheep wool if they are sheared by an item or block that utilizes the
shearable.shear
function, like the BotaniaDrum of the Gathering
I'm guessing this is just due to the fact that the class extends sheep
but probably doesn't overwrite the necessary properties for however the shearable
class is handled
Steps to reproduce the problem:
- Attempt to shear an Energetic Sheep with a Drum of the Gathering
- Sheep get's sheared successfully, but only drops regular wool and retains it's charge.
Expected behaviour:
The sheep would drop energized wool and loose it's charge, just like it would when sheared by the player with regular shears
Versions:
- This mod: 1.1.10
- Minecraft: 1.19.2
- Forge: 43.2.11