mirror of
https://github.com/Xiao-MoMi/Custom-Nameplates.git
synced 2026-01-02 21:52:30 +00:00
2.2.2.0
This commit is contained in:
@@ -54,6 +54,7 @@ public class ConfigManager extends Function {
|
||||
public static boolean enableBackground;
|
||||
public static boolean enableImages;
|
||||
public static int default_width;
|
||||
public static boolean enable1_20_Unicode;
|
||||
|
||||
@Override
|
||||
public void load(){
|
||||
@@ -93,6 +94,7 @@ public class ConfigManager extends Function {
|
||||
images_folder_path = section.getString("image-path.images","font\\images\\");
|
||||
extractShader = section.getBoolean("extract-shader",true);
|
||||
extractBars = section.getBoolean("extract-bar-image",true);
|
||||
enable1_20_Unicode = section.getBoolean("support-1_20-unicodes",false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user