Fix block/item readable names not having spaces
This commit is contained in:
@@ -1965,6 +1965,10 @@ public class ReflectionManager {
|
||||
}
|
||||
|
||||
public static String toReadable(String string) {
|
||||
return StringUtils.join(splitReadable(string));
|
||||
return toReadable(string, "");
|
||||
}
|
||||
|
||||
public static String toReadable(String string, String joiner) {
|
||||
return StringUtils.join(splitReadable(string), joiner);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user