|
@@ -18,7 +18,6 @@ public class FerriteConfig {
|
|
|
public static final Option DEDUP_QUADS;
|
|
|
public static final Option COMPACT_FAST_MAP;
|
|
|
public static final Option POPULATE_NEIGHBOR_TABLE;
|
|
|
- public static final Option REDUCED_CHUNK_NBT;
|
|
|
|
|
|
static {
|
|
|
ConfigBuilder builder = new ConfigBuilder();
|
|
@@ -51,10 +50,6 @@ public class FerriteConfig {
|
|
|
"bakedQuadDeduplication",
|
|
|
"Deduplicate vertex data of baked quads in the basic model implementations"
|
|
|
);
|
|
|
- REDUCED_CHUNK_NBT = builder.createOption(
|
|
|
- "reducedChunkNBT",
|
|
|
- "Do not keep already-parsed NBT data for partially loaded chunks in memory"
|
|
|
- );
|
|
|
COMPACT_FAST_MAP = builder.createOptInOption(
|
|
|
"compactFastMap",
|
|
|
"Use a slightly more compact, but also slightly slower representation for block states"
|