+ optimize SimpleVersionControl

+ optimize TFunction
+ optimize TLocale
+ add TLocale.Display
This commit is contained in:
坏黑
2018-11-09 16:41:22 +08:00
parent 47faa031eb
commit a228ba5fe5
16 changed files with 164 additions and 51 deletions

View File

@@ -16,7 +16,7 @@ public class SoundUtils {
}
}
static String getModifiedSound(String str) {
public static String getModifiedSound(String str) {
if (TabooLib.getVerint() < 10900) {
str = str.replace("BLOCK_FIRE_EXTINGUISH", "FIZZ");
str = str.replace("BLOCK_NOTE_HAT", "NOTE_STICKS");