mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-24 19:35:12 +01:00
Fix image rendering symbols
This commit is contained in:
parent
850beaebb8
commit
a5d9f58df3
@ -125,7 +125,6 @@
|
||||
|
||||
<!-- Miscellaneous -->
|
||||
<module name="ArrayTypeStyle"/>
|
||||
<module name="AvoidEscapedUnicodeCharacters"/>
|
||||
<module name="CommentsIndentation"/>
|
||||
<module name="Indentation">
|
||||
<property name="basicOffset" value="4"/>
|
||||
|
@ -31,10 +31,10 @@ public class SettingsModel implements MappedConfig {
|
||||
int placeholderAPIDefaultRefreshIntervalTicks = 200;
|
||||
|
||||
@Path("image-rendering.solid-pixel")
|
||||
String imageRenderingSolidPixel = "\\u2588";
|
||||
String imageRenderingSolidPixel = "\u2588";
|
||||
|
||||
@Path("image-rendering.transparent-pixel")
|
||||
String imageRenderingTransparentPixel = "&7 \\u23B9 ";
|
||||
String imageRenderingTransparentPixel = "&7 \u23B9 ";
|
||||
|
||||
@Path("bungee.refresh-seconds")
|
||||
int bungeeRefreshSeconds = 3;
|
||||
|
Loading…
Reference in New Issue
Block a user