Tigereye504 / chestcavity

Side effects may include shortness of breath, inhibited healing, inability to fight off infection, vulnerability to physical harm, weakness, loss of nutrition, difficulty walking or running, and sacrifice to Aztec gods .
26 stars 14 forks source link

Fix shearing sheep crashing server #99

Closed macmv closed 1 year ago

macmv commented 1 year ago

fixes #98

Shearing sheep crashes the server, as described in #98. The bug was OrganUtil was loading MinecraftClient even on the server, which causes a ClassNotFoundException on the server.

I just limited this function to the client, as it appears to only be used in there. This fix worked for my server at least.

icanthink42 commented 1 year ago

massive