Skip to content

Commit

Permalink
feat: support math module (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: CAIMEOX <1853884864@qq.com>
  • Loading branch information
Lampese and CAIMEOX authored Feb 4, 2024
1 parent 04d407b commit 82a1ed7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/base/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const SERVER_GAMETEST = '@minecraft/server-gametest';
const SERVER_NET = '@minecraft/server-net';
const SERVER_EDITOR = '@minecraft/server-editor';
const VANILLA_DATA = '@minecraft/vanilla-data';
const MATH = '@minecraft/math';
const DATA = [VANILLA_DATA];
const ALL = [
SERVER,
Expand All @@ -18,7 +19,8 @@ const ALL = [
SERVER_GAMETEST,
SERVER_NET,
SERVER_EDITOR,
VANILLA_DATA
VANILLA_DATA,
MATH
];
// === END NPM PACKAGES

Expand Down Expand Up @@ -84,6 +86,7 @@ export {
SERVER_NET,
SERVER_EDITOR,
VANILLA_DATA,
MATH,
DATA,
ALL,
Mirrors,
Expand Down

0 comments on commit 82a1ed7

Please sign in to comment.