minecraft-extra

1.0.7 • Public • Published

minecraft-extra

A wrapper that includes features not included in the Minecraft native Scripting API modules.

NPM Version NPM Downloads

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.

Package Sidebar

Install

npm i minecraft-extra

Weekly Downloads

3

Version

1.0.7

License

GPL-3.0

Unpacked Size

113 kB

Total Files

6

Last publish

Collaborators

  • jayly