Added option to completely hide invisible entities like Armor Stands instead of them being rendered semi-transparent
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user