Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mdujovic17 committed Feb 15, 2021
1 parent efb5012 commit 38c30fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import javax.annotation.Nullable;
import java.util.Random;

@SuppressWarnings("ALL")
public class MirrorParticle extends SpriteTexturedParticle
{
private static final Random RAND = new Random();
Expand Down Expand Up @@ -75,7 +76,7 @@ public int getBrightnessForRender(float partialTick) {

@OnlyIn(Dist.CLIENT)
public static class Factory implements IParticleFactory<BasicParticleType> {
private IAnimatedSprite animatedSprite;
private final IAnimatedSprite animatedSprite;

public Factory(IAnimatedSprite animatedSprite) {
this.animatedSprite = animatedSprite;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
license="MIT License"
modLoader="javafml"
loaderVersion="[31,)"
loaderVersion="[36,)"
issueTrackerURL="https://github.com/CodenameRevy/MagicMirrors/issues"

[[mods]]
Expand Down

0 comments on commit 38c30fe

Please sign in to comment.