From db4183a523f8bd647f8cf7a78154c67d40859d05 Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Mon, 20 Jan 2025 21:21:01 +0800 Subject: [PATCH] fix typo --- postinit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinit.js b/postinit.js index b586040..bb3ffa6 100644 --- a/postinit.js +++ b/postinit.js @@ -1020,7 +1020,7 @@ globalThis.modapi_postinit = "(" + (() => { ModAPI.util.getIdFromBlock = easyStaticMethod("net.minecraft.block.Block", "getIdFromBlock", true); function qhash(txt, arr) { - var interval = 4095; //used to be 4095 - arr.length, but that increases incompatibility based on load order and otehr circumstances + var interval = 4095; //used to be 4095 - arr.length, but that increases incompatibility based on load order and other circumstances if (arr.length >= 4095) { console.error("[ModAPI.keygen] Ran out of IDs while generating for " + txt); return -1;