aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/I18n.cpp
AgeCommit message (Collapse)Author
2026-03-03Minor fixesvoid_17
1. Improve const correctness in a few places (such as `Container::getMaxStackSize()` -> `Container::getMaxStackSize() const`) 2. Use C++11 varargs for `I18n::get`, `Entity::newDoubleList` and `Language::getElement`
2026-03-01Initial commitdaoge_cmd