1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-23 00:39:19 +00:00
This commit is contained in:
Camotoy
2021-04-10 11:10:23 -04:00
committed by GitHub
parent a7aa0638d1
commit 7dc9c031c2

View File

@@ -532,7 +532,7 @@ public class ItemRegistry {
private static ItemData[] LEGACY_CREATIVE_CONTENTS = null; private static ItemData[] LEGACY_CREATIVE_CONTENTS = null;
/** /**
* Built on the fly so extra memory isn't used if there are no <=1.16.210 clients joining. * Built on the fly so extra memory isn't used if there are no 1.16.210-or-below clients joining.
* *
* @return a list of creative items built for versions before 1.16.220. * @return a list of creative items built for versions before 1.16.220.
*/ */