Skip to content

Releases: KCodeYT/VanillaGenerator

VanillaGenerator v0.0.14-SNAPSHOT

12 Feb 10:12
10254c7
Compare
Choose a tag to compare
Release 0.0.14-SNAPSHOT: Update to 1.19.60 (protocol 567)

VanillaGenerator v0.0.13-SNAPSHOT

03 Dec 12:03
fd85c7c
Compare
Choose a tag to compare
Release 0.0.13-SNAPSHOT (#24)

* Next update is 0.0.13-SNAPSHOT
* Delete own future and use CompletableFuture
* Fix player y being 1 too high
* Use the protocol implementation for encryption
* Remove unused enum value from PlayerConnectionState
* Rewrite mojang login forger
* Use latest powernukkitx dependency release
* Use nimbus jwt instead of own implementation
* Remove duplicated code for handling chunks by outsourcing it to a method
* Use a map to store chunks instead of set
* Update bedrock dedicated server to 1.19.41.01
* Implement automatic updating of background server
* Rewrite packet handling to multiple classes for a better overview
* Update to 1.19.50 and fix issue when Generator#init was called on newer PNX versions
* Vanilla#getChunkManager is not needed anymore
* Do not check for an empty files array as the null check does the same
* Use Generator#getDimensionData instead of deprecated Generator#getDimension
* Implement swift sneak enchantment
* Use lombok Value class for EnchantmentHolder
* Use Enchantment constants for identifier and numeric id of enchantments

VanillaGenerator v0.0.12-SNAPSHOT

29 Oct 13:51
751a3fb
Compare
Choose a tag to compare
Release 0.0.12-SNAPSHOT

This update includes:
- Fixed locate command parameters.
- Implemented 3D biomes.
- Protocol update to 1.19.40 (557).
- Fixed handling of empty chunks (for example in the_end).
- Fixed server starting.

VanillaGenerator v0.0.10-SNAPSHOT

01 Oct 14:53
0f6e425
Compare
Choose a tag to compare
Merge develop into master (#21)

VanillaGenerator v0.0.8-SNAPSHOT

14 Jul 15:27
8130fe6
Compare
Choose a tag to compare
Update 0.0.8-SNAPSHOT: Update to 1.19.10 (#17)

VanillaGenerator v0.0.7-SNAPSHOT

20 Jun 09:26
e046697
Compare
Choose a tag to compare
Update 0.0.7-SNAPSHOT: Add local ip to config and some improvements (…

VanillaGenerator v0.0.6-SNAPSHOT

19 Jun 05:51
4309252
Compare
Choose a tag to compare
Update 0.0.6-SNAPSHOT: Fix 1.19 PlayerActionPacket (Dimension Change)

Merge pull request #12 from KCodeYT/develop

VanillaGenerator v0.0.5-SNAPSHOT

19 Jun 04:45
5d5165b
Compare
Choose a tag to compare
Update 0.0.5-SNAPSHOT: Add config and mob spawner conversion

Merge pull request #11 from KCodeYT/develop

VanillaGenerator v0.0.4-SNAPSHOT

12 Jun 07:02
574fcc0
Compare
Choose a tag to compare
Remove debug for block entities

VanillaGenerator v0.0.3-SNAPSHOT

07 Jun 06:37
a532708
Compare
Choose a tag to compare
Update 0.0.3-SNAPSHOT

Merge pull request #3 from KCodeYT/develop