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

working properly.
dev
sigonasr2 9 years ago
parent 31179df6f6
commit 233af44bd2
  1. 3
      src/sig/plugin/TwosideKeeper/HelperStructures/Common/GenericFunctions.java

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

Loading…
Cancel
Save