Fix for MC-210318 can be simplified
NoahvdAa opened this issue ยท 0 comments
Currently, we replace the entire bookTitleSelectionManager. This can however be simplified to a simple @ModifyConstant
, changing the int value 16
to 17
, which has the same affect as changing the <
to <=
.