We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a01d4 commit cd3dcd2Copy full SHA for cd3dcd2
1 file changed
scripts/jaylydb/index.js
@@ -24,7 +24,7 @@ var _a;
24
* IN THE SOFTWARE.
25
*/
26
import { ScoreboardIdentityType, system, world } from "@minecraft/server";
27
-const version = "1.1.2";
+const version = "1.1.3";
28
const str = () => ('00000000000000000' + (Math.random() * 0xffffffffffffffff).toString(16)).slice(-16);
29
/**
30
* A rough mechanism for create a random uuid. Not as secure as uuid without as much of a guarantee of uniqueness,
0 commit comments