cleaned a bit of code

This commit is contained in:
cola98765
2021-10-17 12:13:17 +02:00
parent b5bcab36cd
commit 7595248406
2 changed files with 0 additions and 8 deletions
@@ -786,10 +786,6 @@ public class LodBuilder
boolean avoidBlockWithNoCollision = LodConfig.CLIENT.worldGenerator.avoidBlocksWithNoCollision.get();
if (blockState != null)
{
// TODO this code is dead since avoidSmallBlock and onlyUseFullBlock
// are set to false and are never changed.
// should this code be changed?
if (avoidNonFullBlock)
{
if (!notFullBlock.containsKey(blockState.getBlock()) || notFullBlock.get(blockState.getBlock()) == null)
@@ -149,10 +149,6 @@ public class PosToGenerateContainer
@Override
public String toString()
{
// TODO is this commented code still useful?
// if so why have it commented out?
StringBuilder builder = new StringBuilder();
builder.append('\n');
builder.append('\n');