epicer default
This commit is contained in:
parent
71473ab17d
commit
f25f264fd3
@ -156,13 +156,11 @@ public final class ChunkPacker implements Helper {
|
|||||||
case -1:
|
case -1:
|
||||||
return Blocks.NETHERRACK.getDefaultState();
|
return Blocks.NETHERRACK.getDefaultState();
|
||||||
case 0:
|
case 0:
|
||||||
|
default: // The fallback solid type
|
||||||
return Blocks.STONE.getDefaultState();
|
return Blocks.STONE.getDefaultState();
|
||||||
case 1:
|
case 1:
|
||||||
return Blocks.END_STONE.getDefaultState();
|
return Blocks.END_STONE.getDefaultState();
|
||||||
}
|
}
|
||||||
|
|
||||||
// The fallback solid type
|
|
||||||
return Blocks.STONE.getDefaultState();
|
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user