PrismarineJS / prismarine-schematic

Read and write schematic of any minecraft version, provide them in a convenient and stable API
https://prismarine.js.org/prismarine-schematic/
MIT License
21 stars 8 forks source link

Add a function to create a schematic from a world #12

Closed Karang closed 3 years ago

Karang commented 3 years ago
Schematic.from(world, at, size, offset=Vec3(0,0,0))
// Static, async. Create a schematic from a world.
rom1504 commented 3 years ago

that's done