If avoiding non full/solid blocks use the above block's color

This fixes snow and flowers not being used.
This commit is contained in:
James Seibel
2021-10-16 18:08:17 -05:00
parent 4ff1815436
commit cb496208f5
2 changed files with 22 additions and 10 deletions
@@ -344,7 +344,7 @@ public class LodConfig
.comment("\n\n"
+ " If true LODs will only show full bocks when generating. \n"
+ " Turning this on will make plains smoother since the tall grass won't be used. \n")
.define("avoid Non Full Block", false);
.define("avoid Non Full Block", true);
builder.pop();
}
}