This commit is contained in:
alterNERDtive 2023-07-13 18:24:09 +02:00
parent 273cf31b49
commit b937cfb113
Signed by: alterNERDtive
GPG key ID: 547787A4FE6533F1

View file

@ -38,7 +38,7 @@ public abstract class MixinToolType {
*
* @return nothing; this should never be actually called
*/
@Accessor
@Accessor(remap = false)
static Map<Integer, ToolType> getPACKED_TO_TYPE() {
throw new AssertionError();
}