Dropped PreProcessor

This commit is contained in:
Dylan K. Taylor
2021-09-07 14:04:52 +01:00
parent 7276e9610c
commit 57e2b16139
8 changed files with 1 additions and 125 deletions

View File

@ -75,6 +75,7 @@ This major version features substantial changes throughout the core, including s
- Spawning underneath bedrock on first server join on very slow machines (or when the machine was under very high load)
- Spawning inside blocks (or above the ground) when respawning with a custom spawn position set
- Player spawn positions sticking to the old location when world spawn position changed - this was because the world spawn at time of player creation was used as the player's custom spawn, so the bug will persist for older player data, but will work as expected for new players.
- PreProcessor is removed from builds due to high maintenance cost and low benefit. Its usage is now discouraged.
### Commands
- The `/reload` command has been removed.