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