prismarine-schematic
Version:
Read, write and manipulate minecraft schematics
39 lines (25 loc) • 709 B
Markdown
## History
## 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