Justin

Results 4 issues of Justin

MC 1.16-pre1 `BackupList.func_230753_a_` ```java ... try { JsonElement jsonelement = jsonparser.parse(p_230753_0_).getAsJsonObject().get("backups"); if (jsonelement.isJsonArray()) { Iterator iterator = jsonelement.getAsJsonArray().iterator(); while(iterator.hasNext()) { backuplist.field_230560_a_.add(Backup.func_230750_a_(iterator.next())); } } } catch (Exception exception) { field_230561_b_.error("Could not...

Posting this because I think this patch is solid as is, and it fixes almost all the casting bugs that require patches. With that said, it also brings out some...

status: need update

Adds the ability to inject the override annotation onto a method, so it will be present in decompiled sources. This was test and works with ForgeFlower with no issue.

It seems like the old MFR comparability mod will no longer be necessary for MC 1.11/1.12 . Therefore, the goal of this PR is to add two extra "features" from...