Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PrismarineJS/prismarine-schematic

Read and write schematic of any minecraft version, provide them in a convenient and stable API
https://github.com/PrismarineJS/prismarine-schematic

Update bug_report.md (#59)

Change prismarine-template to prismarine-schematic in the issue template

dda10052ee063c048e64e1ee460109a4554ed324 authored over 1 year ago by IceTank <[email protected]>
Bump jest from 28.1.3 to 29.1.1 (#57)

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.1.1.
-...

5dd8a672762d2ff7f44c3514026947f23622e38d authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
added types for typescript (#51)

* added types for typescript

* made Schematic.palette and Schematic.blocks public

3833d9fa317fa4f61947360d30f414f1663b5de2 authored over 2 years ago by Sertonix <[email protected]>
Bump standard from 16.0.4 to 17.0.0 (#44)

Bumps [standard](https://github.com/standard/standard) from 16.0.4 to 17.0.0.
- [Release notes]...

1aa3f506694171dee70bd7a188380089486a1666 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump jest from 27.5.1 to 28.1.0 (#49)

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 28.1.0.
-...

3803445d202543b3edfc8ae03bddacade4e0db77 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release 1.2.3

07537056d7e9cbcd9116186f664925c8865eee8c authored over 2 years ago by u9g <[email protected]>
Bump minecraft-data from 2.221.0 to 3.0.0 (#43)

Bumps [minecraft-data](https://github.com/PrismarineJS/node-minecraft-data) from 2.221.0 to 3.0....

5da43e210500c3e2fb3a63206ba4451cfa4e46e7 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump prismarine-nbt from 1.6.0 to 2.0.0 (#41)

Bumps [prismarine-nbt](https://github.com/prismarinejs/prismarine-nbt) from 1.6.0 to 2.0.0.
- [...

972444cccd45008c7b8949cd913db84456b234a8 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release 1.2.2 (#40)

68db7038d98459b3cd7e83f01e85e687cf13cb91 authored about 3 years ago by IceTank <[email protected]>
Add to/from - JSON (#36)

* Add to/from - JSON

* Fixed not parsing if values are 0. Add info Errors

* Add setBlock f...

f9b8c9cb56f7744a7b55f3baebe5273d3e5c3844 authored over 3 years ago by IceTank <[email protected]>
Add setBlock function to Schematic (#35)

* Add setBlock function to Schematic

* More tests

* Optimized setBlock add comments

1dec1325b816cf1b2ae6bab74dcc94fe6f8aa6f0 authored over 3 years ago by IceTank <[email protected]>
Release 1.2.1 (#34)

b3db439c884143c0046b8d4233ac410f77274ee6 authored over 3 years ago by IceTank <[email protected]>
Fix palette for sponge schematic pre 1.13 (#32)

* Fix palette for sponge schematic pre 1.13

* Fixed test

* Change if statement to exact eq...

9896c7be3c015085db4a62ade7aa28a779b3d0f9 authored over 3 years ago by IceTank <[email protected]>
Fixed test (#33)

f404ed89518d1fac0f843d8a36766d6772b874ce authored over 3 years ago by IceTank <[email protected]>
Removed extra space between block name and block state (#28)

* Removed extra space between block name
and block state

* Changed makeWithCommands to accou...

8995a611440e9c06819d829193400ae818a6fee5 authored over 3 years ago by IceTank <[email protected]>
Bump jest from 26.6.3 to 27.0.4

Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.4.
- [Release notes](https://...

51c9b721971fa291bad6164f9e7f27e6202a1ed9 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Upgrade to GitHub-native Dependabot

6799b161c01cddc670ce23c0ba673f858b092317 authored over 3 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
add map, foreach, and makeWithCommands (#23)

* add map function to schem class

* fix map and lint

* replace counoter with index

* re...

3610ab848760d17ce7a6dcb659869966c5fd9a56 authored over 3 years ago by u9g <[email protected]>
Fallback to stone instead of air (#24)

d929740e942a3eac50945d0f1a1c7c7a2e2086ca authored over 3 years ago by u9g <[email protected]>
use legacy from mcdata

3d19a9c9d4fbd3b004f470d9c3289a6dfbcb15f5 authored over 3 years ago by Romain Beaumont <[email protected]>
Release 1.2.0

49fe3e605135de10ac870c4db9617a81ae5974f5 authored almost 4 years ago by Karang <[email protected]>
Add copy function and tests

7702161b4a956e39e07d2f730783e13bd2aa5e79 authored almost 4 years ago by Karang <[email protected]>
Release 1.1.2

2eef4414a66bee47c0602fe0dea4160e4e272047 authored almost 4 years ago by Romain Beaumont <[email protected]>
much faster paste by using initialize

the main reason why initialize is faster is that it collects getColumn only once and hence runs ...

85597ca29c368f421ef4d05334ef30c52754855e authored almost 4 years ago by Romain Beaumont <[email protected]>
viewer example (#19)

* viewer example

* fix

* node 14

* lint

bb73d9ba6f00b810b67f1afba01cad3b969a8c0f authored almost 4 years ago by Romain Beaumont <[email protected]>
Release 1.1.1

28a7fe50820b5fc866b709727e80d676f639ccff authored almost 4 years ago by Romain Beaumont <[email protected]>
default to 0 metadata if not found

bc04a780b4956aa15d79ee2fa678a3a5d7c87c38 authored almost 4 years ago by Romain Beaumont <[email protected]>
check if offset is null of mcedit schematic

03d46088a09c4eb02e58eae43633e92c30ef271d authored almost 4 years ago by Romain Beaumont <[email protected]>
Release 1.1.0

05cdb00fa4e2a1ede44e69d04b5dae645cd29f0e authored almost 4 years ago by Romain Beaumont <[email protected]>
rmSync is node 15+

4ec0f09a0cb755c4da9bebc1c98e7ec076788f59 authored almost 4 years ago by Karang <[email protected]>
Implement legacy reader for mcedit schematics

a15b4c8003ad7ce9d77111efaf52cc99c1afa860 authored almost 4 years ago by Karang <[email protected]>
add simple cycle test (#10)

* add simple cycle test

* Update .gitpod

1c427cbda6fc8572372b766e36c510c2aba2f3d3 authored about 4 years ago by Romain Beaumont <[email protected]>
Add optional version to readme

94c7f89c7e9fc17949eb038871d7127a796dafdd authored about 4 years ago by Karang <[email protected]>
Release 1.0.0

c70f9610f15bcd6f0f895b4872a9b9d7dc62825f authored about 4 years ago by Romain Beaumont <[email protected]>
Fix paste

14be8715e757614613fbf84c79e0cb608c8597b8 authored about 4 years ago by Karang <[email protected]>
Add api to readme

69cece0646c9367a9e72af4d1086173fec048665 authored about 4 years ago by Karang <[email protected]>
Add writing

fe3b29ee670fb1d54a82d3ac119b980e4a4182bb authored about 4 years ago by Karang <[email protected]>
Document paste()

bdac68eaceaa04247a80e7310c3d67307bf41649 authored about 4 years ago by Karang <[email protected]>
Start implementing

61996a93cfe7233c0e81ad8cd30c57f7ad5f940f authored about 4 years ago by Karang <[email protected]>
Add paste function for pworld interface

1a84df518254ac2f9804ad6c0cb0f0d2dc659f01 authored about 4 years ago by Karang <[email protected]>
Initial commit

adbd74890c1061ada91657c59f316dcd76f5c010 authored about 4 years ago by Romain Beaumont <[email protected]>