progwml6 / ironchest

Iron Chest minecraft mod by CPW
https://minecraft.curseforge.com/projects/iron-chests
GNU General Public License v3.0
136 stars 87 forks source link

Crystal chest item rotation fix #268

Closed fr-Pursuit closed 2 years ago

fr-Pursuit commented 2 years ago

The items spin too fast in the crystal chest. This PR fixes this issue. Indeed, the rotation is in degrees, but "rotation" expects an angle in radians. Therefore, "rotationDegrees" should be used instead.

alexbegt commented 2 years ago

Thank you for this fix, I will also make sure it gets pushed to 1.17 and 1.18.