This commit is contained in:
Camotoy 2021-04-10 11:10:23 -04:00 committed by GitHub
parent a7aa0638d1
commit 7dc9c031c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
*/ */