Clean up a bunch of TODOs that are no longer relevant

This commit is contained in:
Electroblob77
2020-09-23 23:49:36 +01:00
parent ed9e9110e5
commit aac931f6b2
12 changed files with 5 additions and 15 deletions
@@ -164,7 +164,6 @@ public class ModelRendererExtended extends ModelRenderer {
@Override
public void postRender(float scale){
// TODO: It may just be easier to hardcode the item rotation part of the animation as well
// Exactly the same setup as above, just add item rotation/translation fields and setters
// float angle = 1;
// float radius = 10;
@@ -426,7 +426,7 @@ public class GuiLectern extends GuiSpellInfo implements ISpellSortable {
}
}
if(!availableSpells.contains(currentSpell)) currentSpell = Spells.none; // TODO: Do we want this?
if(!availableSpells.contains(currentSpell)) currentSpell = Spells.none;
updateMatchingSpells();
updateButtonVisiblity();