cleaned a bit of code
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user