Feature World Lighting: not implemented
Lighting is server side? o.O
I guess because it influences creep spawn or sth?
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Feature World Lighting: not implemented
Lighting is server side? o.O
I guess because it influences creep spawn or sth?
"This memory-safe language almost killed the oldest anarchy server in minecraft"
Why write a server in rust? Java is already memory safe 🤔
Probably performance - the Java server takes up a lot of memory and CPU for what it does. The base implementation first started in 2011, so it wasn't exactly designed to be multithreaded or parallelized because most games were still largely single-threaded at the time. Rewriting it from scratch in a different language probably helps with that