We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b2dca commit bbcd05bCopy full SHA for bbcd05b
scripts/library/utils/scheduling.js
@@ -1,4 +1,4 @@
1
-import { World } from 'Minecraft';
+import { World } from 'mojang-minecraft';
2
const tickTimeoutMap = new Map();
3
const tickIntervalMap = new Map();
4
let tickTimeoutID = 0, tickIntervalID = 0;
src/library/utils/scheduling.ts
0 commit comments