Geik-xyz / Farmer-v6

Introducing Farmer v6: Your virtual assistant for item collection on your island. Buy with in-game currency, add users, manage permissions, and track stock easily.
https://geik-xyz.github.io/Farmer-v6/
MIT License
38 stars 25 forks source link

Backwards compatibility for GriefPrevention hook #47

Closed efekurbann closed 6 months ago

efekurbann commented 7 months ago

Older versions of GriefPrevention (such as 13.9.1, which is the latest version that supports 1.8) don't have Claim#getOwnerId() so we'll use Claim.ownerId instead. (which exists on both latest and 13.9.1 versions)

poyrazinan commented 7 months ago

@amownyy could you compile and try this version of farmer in 1.8 with grief 13.9.1

amownyy commented 7 months ago

LGTM! @poyrazinan