diff --git a/js/main.js b/js/main.js index 33683d4..8ee8dd9 100644 --- a/js/main.js +++ b/js/main.js @@ -596,7 +596,7 @@ function generateCode() { Small: small || null, Marker: marker || null, - Rotation: (rotation != 0) ? [ new NBTFloat(rotation) ] : null, + Rotation: (rotation != 0) ? [ new NBTFloat(rotation), new NBTFloat(0) ] : null, CustomNameVisible: showCustomName || null, CustomName: (customName) ? generateCustomName() : null,