Skip to content

Commit

Permalink
fix derp
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jul 2, 2017
1 parent 42a29e3 commit 47d722d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class QuantinumProperties implements IExtendedBlockProperties
public float getResistance() { return 30.0F; }

@Override
public String getBlockName() { return "Quantium"; }
public String getBlockName() { return "Quantinum"; }

@Override
public String getTextureName() { return ""; }
Expand Down

0 comments on commit 47d722d

Please sign in to comment.