[1.12.2] Major typo in AIButterflyRest
asiekierka opened this issue ยท 0 comments
Notice how it's pos = pos.add(x, -1, z);
, while it should be something closer to pos = pos.offset(DOWN);
, I think.
I can make a PR for this, but I'm not sure it's necessary to add another CLA person for a patch this trivial...