Sugar Cane Block -> Sugar Cane. Also detect if the auto updating is
working properly.
This commit is contained in:
parent
31179df6f6
commit
233af44bd2
@ -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("_", " "));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user