ParchmentMC / Parchment

Repository for the Parchment mappings data.
Creative Commons Zero v1.0 Universal
258 stars 82 forks source link

[1.19] Fix param names of VineBlock#isAcceptableNeighbor #186

Closed sciwhiz12 closed 1 year ago

sciwhiz12 commented 1 year ago

This PR fixes #182 by fixing the parameter names of VineBlock#isAcceptableNeighbor, removing the level parameter, shifting the neighborPos name to the BlockPos parameater, and naming the remaining Direction parameter as attachedFace.