mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-21 03:10:58 +08:00
Move seed based feature search to no longer needed
This commit is contained in:
parent
0440a08b8d
commit
08939b2db8
4
todo.txt
4
todo.txt
@ -1,12 +1,8 @@
|
|||||||
Add Timings to LevelTicks and EntityTickList
|
Add Timings to LevelTicks and EntityTickList
|
||||||
Check IBlockDataList#GLOBAL_PALETTE
|
|
||||||
Check if PlayerNaturallySpawnedEvent is called correctly
|
Check if PlayerNaturallySpawnedEvent is called correctly
|
||||||
Make sure fluids aren't completly fucked, there may be more sync loads to nuke there as well
|
|
||||||
Improve Server Thread Pool and Thread Priorities: mojang added a max thread count property
|
Improve Server Thread Pool and Thread Priorities: mojang added a max thread count property
|
||||||
Use Vanilla Minecart Speeds: is this needed?
|
Use Vanilla Minecart Speeds: is this needed?
|
||||||
Handle Oversized Tile Entities: make sure impl is correct
|
|
||||||
0467-Optimize-WorldBorder-collision-checks-and-air check first hunk that has been removed
|
0467-Optimize-WorldBorder-collision-checks-and-air check first hunk that has been removed
|
||||||
Double check if seed based feature search is still needed, since Vanilla is fast as fuck, boiiiii
|
|
||||||
|
|
||||||
Not sure where this needs to go, if anywhere
|
Not sure where this needs to go, if anywhere
|
||||||
diff --git a/src/main/java/net/minecraft/world/phys/shapes/Shapes.java b/src/main/java/net/minecraft/world/phys/shapes/Shapes.java
|
diff --git a/src/main/java/net/minecraft/world/phys/shapes/Shapes.java b/src/main/java/net/minecraft/world/phys/shapes/Shapes.java
|
||||||
|
Loading…
Reference in New Issue
Block a user