1.0.7 • Published 2 years ago
minecraft-extra v1.0.7
minecraft-extra
A wrapper that includes features not included in the Minecraft native Scripting API modules.
Installation
npm install minecraft-extra
Usage
These packages are intended to be a replacement of native script modules.
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
This package adds methods that are not included in native '@minecraft/server' module.
Scoreboard and gamerule configulation are added to this package to make Minecraft scripting development easier.