Codestech1

Results 26 issues of Codestech1

A vanilla light engine is a must-have feature in Jet since when client receives block updates, it updates light level values for these blocks with values from the light engine....

enhancement

As the anvil world loading has the same chunk structure as packets, it is more effective to use data loaded from Anvil world loader files instead of calculating all of...

enhancement

## Description This pull request adds a way to spawn Minecraft entities in Jet and managing them via API. ## Additional changes - Added `PlayerAudience` for future packet grouping optimizations...

enhancement

## Description Current handling of the protocol state needs to be reworked. Currently plugins can send packets at any time without handling client response or waiting to it. This is...

enhancement

## Description As one of goals of Jet is having high performance, we should implement native compression, because Java built-in `Inflater` and `Deflater` are very limiting when talking about speed.

enhancement

A feature request of Minecraft inventory system implementation in Jet.

enhancement