fix: Increase entity network limit to 16k entities (#1492)

This commit is contained in:
DrPerkyLegit
2026-04-13 00:43:18 -05:00
committed by itsRevela
parent 6c572d4940
commit ae3c843ee5
7 changed files with 35 additions and 27 deletions
@@ -501,6 +501,7 @@ set(_MINECRAFT_SERVER_COMMON_ROOT
"${_MS_SRC}/../Minecraft.Client/iob_shim.asm"
"${_MS_SRC}/../Minecraft.Client/stdafx.cpp"
"${_MS_SRC}/../Minecraft.Client/stubs.cpp"
"${_MS_SRC}/../Minecraft.World/Entity.cpp"
"${_MS_SRC}/../Minecraft.World/AbstractContainerMenu.cpp"
"${_MS_SRC}/../Minecraft.World/CompoundContainer.h"
"${_MS_SRC}/../Minecraft.World/ItemEntity.cpp"