Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EngineHub/SchematicJS
A TypeScript/JavaScript library for loading and saving WorldEdit schematics.
https://github.com/EngineHub/SchematicJS
hacktoberfest javascript minecraft nbt schematic typescript
Last synced: 3 months ago
JSON representation
A TypeScript/JavaScript library for loading and saving WorldEdit schematics.
- Host: GitHub
- URL: https://github.com/EngineHub/SchematicJS
- Owner: EngineHub
- License: gpl-3.0
- Created: 2020-11-26T09:47:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T07:42:32.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T21:57:45.555Z (10 months ago)
- Topics: hacktoberfest, javascript, minecraft, nbt, schematic, typescript
- Language: TypeScript
- Homepage: https://worldedit.golf/
- Size: 349 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-minecraft - SchematicJS - JavaScript library for working with Minecraft schematics. (Utilities)
README
# SchematicJS
A TypeScript/JavaScript library for loading and saving Sponge Schematics (WorldEdit) and Minecraft Structures.The following schematic formats are supported:
* Sponge (Versions 1-3) (.schem)
* Structure Block (.nbt)Caveats:
* No entity support
* No block entity support (nbt BE data, actual blocks are provided)
* No biome support