Added all new stat definitions to bundle

This commit is contained in:
Anuken
2018-06-17 10:25:10 -04:00
parent 77856a3ff7
commit 4d9fab6cf2
2 changed files with 34 additions and 42 deletions

View File

@@ -26,7 +26,7 @@ public class BlockStats {
/**Adds a formatted string with this stat.*/
public void add(BlockStat stat, String format, Object... arguments){
if(!Bundles.has("text.blocks." + stat.name())){
if(!Bundles.has("text.blocks." + stat.name().toLowerCase())){
if(!errorWhenMissing){
Log.err("Warning: No bundle entry for stat type \"" + stat + "\"!");
}else{