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.