MrGazdag

Results 4 issues of MrGazdag

This PR creates a new method in AbsoluteBlockBatch, that returns the chunk indexes that will be affected by this `AbsoluteBlockBatch`. This is useful in combination with `ChunkUtils.optionalLoadAll(Instance, long[], ChunkCallback)`, to...

This PR adds the `getBlock(x, y, z)` methods from `Block.Getter` to Batches, thus letting one query changed blocks from the block map. This is useful if you would like to...

This PR adds the cursor position parameter to BlockPlacementRule's `blockPlace` method. BlockPlacementRule implementations currently cannot be used to create functioning slab/stair placement, as they depend on the Player's cursor (if...

Information about a [security vulnerability](https://github.com/advisories/GHSA-776f-qx25-q3cc) was published recently regarding older versions of [`xml2js`](https://github.com/Leonidas-from-XIV/node-xml2js) (specifically, versions < 0.5.0) The GitHub advisory ranks this as a high severity vulnerability. This PR updates...