mojira.dev

Ben Mazur

Assigned

No issues.

Reported

No issues.

Comments

I'm getting this too, even in the 1.4.3 prerelease.

To reproduce:
1. Place a painting or item frame on a wall
2. Repeatedly place another painting to the left or to the left and below it until you get a 2x2 or larger painting.
3. The newer painting should overlap the older one.

Looking at the code in MCP, it's fairly easy to see what the problem is. Near the end of the method that sets up the painting entity's bounding box, a local variable is initialized that is then added to the edges of the bounding box. In versions previous to 1.4, this variable was -0.00625F. In 1.4, this value is -0.03125F. Restoring the old value seems to fix the painting behavior.