minecraft-extended-events

0.1.5 • Public • Published

minecraft-extended-events

this module adds additional events from old minecraft scripting to new gametest based scripting

adds player related events from minecraft scripting to gametest scripting

  • This module is only tested on 1.18.0 stable release
  • This module only works for windows 10
  • This module depends on @types/mojang-minecraft@0.1.1

Setup (Regolith)

npm i minecraft-extended-events

add this filter to regolith before compiling ts to js { "url": "github.com/ShiCheng-Lu/Regolith-Filters/module_importer" }

Setup non-regolith

--- not supported yet, you can just copy all the files into your project

Usage

  • import * from "minecraft-extended-events"
  • this module extends World, Events and adds additional EventSignals

Game options

  • Additional Moding Capabilities
  • Enable Gametest Framework

special thanks to MajestikButter for inspiring data_json.json entity data transfer

Readme

Keywords

Package Sidebar

Install

npm i minecraft-extended-events

Weekly Downloads

0

Version

0.1.5

License

MIT

Unpacked Size

58.8 kB

Total Files

27

Last publish

Collaborators

  • shicheng-lu