@minecraft-ex/server
v0.1.3
Published
Contains many types related to manipulating a Minecraft world, including entities, blocks, dimensions, and more.
Downloads
1
Readme
@minecraft-ex/server
Contains many types related to manipulating a Minecraft world, including entities, blocks, dimensions, and more.
Installation
Execute the following commands
npm install @minecraft-ex/server
cd node_modules/@minecraft-ex/server
npm run build && cd ../../
If error, you should make sure that typescript is installed
Or use npm install -g typescript
Change the statements of imports
- import * as server from "@minecraft/server"
+ import * as server from "@minecraft-ex/server"