Sugar Cane Block -> Sugar Cane. Also detect if the auto updating is

working properly.
This commit is contained in:
sigonasr2 2016-07-06 23:27:23 -05:00
parent 31179df6f6
commit 233af44bd2

View File

@ -1408,6 +1408,9 @@ public class GenericFunctions {
case WATER_LILY:{ case WATER_LILY:{
return "Lily Pad"; return "Lily Pad";
} }
case SUGAR_CANE_BLOCK:{
return "Sugar Cane";
}
default:{ default:{
return GenericFunctions.CapitalizeFirstLetters(type.getType().toString().replace("_", " ")); return GenericFunctions.CapitalizeFirstLetters(type.getType().toString().replace("_", " "));
} }