Update ModelBakeSettings.mapping (#1927)

This method used to be called `isUvLocked`, and was at some point renamed to `isShaded`, which is a horribly misleading name. I'd just like to change it back to actually describing what it does.
This commit is contained in:
Hephaestus-Dev 2020-12-23 08:47:35 -08:00 committed by GitHub
parent 1498df0b06
commit c1edcd1149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
CLASS net/minecraft/class_3665 net/minecraft/client/render/model/ModelBakeSettings
METHOD method_3509 getRotation ()Lnet/minecraft/class_4590;
METHOD method_3512 isShaded ()Z
METHOD method_3512 isUvLocked ()Z