Fix a generation bug created when updating to 1.16.5

This commit is contained in:
James Seibel
2021-07-04 00:09:04 -05:00
parent bceefb5717
commit b542738097
4 changed files with 57 additions and 41 deletions
@@ -48,7 +48,7 @@ import net.minecraft.util.math.vector.Vector3f;
* This is where LODs are draw to the world.
*
* @author James Seibel
* @version 06-19-2021
* @version 07-4-2021
*/
public class LodRenderer
{