1.0.7 • Published 3 years ago
minecraft-extra
Licence
GPL-3.0
Version
1.0.7
Deps
1
Size
111 kB
Vulns
0
Weekly
0
minecraft-extra
A wrapper that includes features not included in the Minecraft native Scripting API modules.
Installation
npm install minecraft-extra
Usage
All variables in native modules are attached to minecraft-extra, so you don't have to import the native module:
import { world } from '@minecraft/server';
to
import { world } from 'minecraft-extra/server';
Packages
minecraft-extra/server
Wrapper of @minecraft/server module.