Added option to completely hide invisible entities like Armor Stands instead of them being rendered semi-transparent

This commit is contained in:
CrushedPixel
2015-09-04 01:32:57 +02:00
parent 89e51ef515
commit 9d4fdccb0f
4 changed files with 17 additions and 14 deletions

View File

@@ -204,7 +204,8 @@ public class ReplaySettings {
lighting(false, "replaymod.gui.settings.lighting"),
previewPath(false, "replaymod.gui.settings.pathpreview"),
keyframeCleanCallback(true, "replaymod.gui.settings.keyframecleancallback"),
showChat(false, "options.chat.visibility");
showChat(false, "options.chat.visibility"),
renderInvisible(true, "replaymod.gui.settings.renderinvisible");
private Object value;
private String name;