New memory getter system

This commit is contained in:
Leonardo
2021-09-20 18:58:02 +02:00
parent af80ff5267
commit 688cb3f89a
16 changed files with 228 additions and 135 deletions
@@ -71,8 +71,6 @@ public class LodConfig
public static class Graphics
{
public ForgeConfigSpec.BooleanValue drawLODs;
public ForgeConfigSpec.EnumValue<FogDistance> fogDistance;
public ForgeConfigSpec.EnumValue<FogDrawOverride> fogDrawOverride;
@@ -93,13 +91,6 @@ public class LodConfig
{
builder.comment("These settings control how the LODs look.").push(this.getClass().getSimpleName());
drawLODs = builder
.comment("\n\n"
+ " If false LODs will not be drawn, \n"
+ " however they will still be generated \n"
+ " and saved to file for later use. \n")
.define("drawLODs", true);
fogDistance = builder
.comment("\n\n"
+ " At what distance should Fog be drawn on the LODs? \n"