prismarine-schematic
Version:
Read, write and manipulate minecraft schematics
50 lines (35 loc) • 2.19 kB
Markdown
## History
### 1.3.0
* [Add repo commands workflow (#79)](https://github.com/PrismarineJS/prismarine-schematic/commit/52daaa652d2847e1d594847321038f4db286560b) (thanks @rom1504)
* [Update CI to Node 24 (#78)](https://github.com/PrismarineJS/prismarine-schematic/commit/ac22acbb0df7d7569126818014ae08daec8b72de) (thanks @rom1504)
* [Fix publish workflow for trusted publishing (#76)](https://github.com/PrismarineJS/prismarine-schematic/commit/9e76020a4447e2a6679a8ea4d28618a520cc51ae) (thanks @rom1504)
* [Switch to trusted publishing via OIDC (#75)](https://github.com/PrismarineJS/prismarine-schematic/commit/ad846374ffdbaa03f655c6646cafea971d8ef4d5) (thanks @rom1504)
* [Update bug_report.md (#59)](https://github.com/PrismarineJS/prismarine-schematic/commit/dda10052ee063c048e64e1ee460109a4554ed324) (thanks @IceTank)
* [Bump jest from 28.1.3 to 29.1.1 (#57)](https://github.com/PrismarineJS/prismarine-schematic/commit/5dd8a672762d2ff7f44c3514026947f23622e38d) (thanks @dependabot[bot])
* [added types for typescript (#51)](https://github.com/PrismarineJS/prismarine-schematic/commit/3833d9fa317fa4f61947360d30f414f1663b5de2) (thanks @sertonix)
* [Bump standard from 16.0.4 to 17.0.0 (#44)](https://github.com/PrismarineJS/prismarine-schematic/commit/1aa3f506694171dee70bd7a188380089486a1666) (thanks @dependabot[bot])
* [Bump jest from 27.5.1 to 28.1.0 (#49)](https://github.com/PrismarineJS/prismarine-schematic/commit/3803445d202543b3edfc8ae03bddacade4e0db77) (thanks @dependabot[bot])
## 1.2.3
* Update mcdata
## 1.2.2
* Add setBlock function to Schematic (#35)
* Add to/from - JSON (#36)
### 1.2.1
* use legacy from mcdata (@rom1504)
* Fallback to stone instead of air (#24)
* add map, foreach, and makeWithCommands (#23)
* Upgrade to GitHub-native Dependabot
* Bump jest from 26.6.3 to 27.0.4
* Removed extra space between block name and block state (#28)
* Fix palette for sponge schematic pre 1.13 (#32)
### 1.2.0
* copy function (@Karang)
* bug fixes in paste and end
### 1.1.2
* much faster paste by using initialize (@rom1504)
### 1.1.1
* improve reading legacy schematic (@rom1504)
### 1.1.0
* mcedit format support (@Karang)
### 1.0.0
* initial implementation