Commit Graph

7 Commits

Author SHA1 Message Date
Phillip Schichtel 925f9bb1de
Update to latest SpongeAPI 11.0.0 (#547)
for that it also does:
* Replace `ServerSideConnectionEvent.Disconnect` by `ServerSideConnectionEvent.Leave`
2024-06-17 19:38:25 +02:00
Lukas Rieger (Blue) ad3c8fec60
Update sponge implementation to API 10.0.0 2024-06-11 16:17:22 +02:00
Lukas Rieger (Blue) 6392b67744
Remove unused chat-event 2024-06-03 22:48:03 +02:00
Lukas Rieger (Blue) 81fe41fd2b
Renderstate rewrite, and moving biomes to datapacks, mc-version and vanilla-resources and resource-extensions rewrite (wip) 2024-05-07 16:45:24 +02:00
Lukas Rieger (Blue) e02a43a521
Tidy up buildscript and dependencies, fix spongeworld world-folder being wrong 2024-02-07 23:01:31 +01:00
Lukas Rieger 16981f2797
Refactor World-Management and Region/Chunk-Loading (#496)
* Implement PackedIntArrayAccess

* First working render with BlueNBT

* Progress converting chunkloaders

* Core rewrite done

* WIP - Restructuring configs and world-map mapping

* WIP - Compiling and starting without exceptions :)

* Fix cave detection

* Ensure configuration backwards compatibility (resolve dimension from configured world if missing)

* Implement support for 1.16+ chunks

* Implement support for 1.15+ chunks

* Implement support for 1.13+ chunks and some fixes

* Also find worlds based on their id again in BlueMapAPI

* Improve autogenerated config names

* Implement equals for all ServerWorld implementations

* Get rid of var usage
2024-02-07 20:43:37 +01:00
Lukas Rieger (Blue) 5ac293ca18
Only support latest recommended sponge version and fix default config generation on sponge 2023-10-02 16:33:08 +02:00