Fix material typo

This commit is contained in:
James Seibel
2024-07-11 22:07:09 -05:00
parent e9d254f8c4
commit 122ef4dce0
@@ -4,7 +4,7 @@ package com.seibel.distanthorizons.api.enums.rendering;
* contains the indices used by shaders to determine
* how different block types should be rendered. <br><br>
*
* UNKOWN, <br>
* UNKNOWN, <br>
* LEAVES, <br>
* STONE, <br>
* WOOD, <br>
@@ -27,7 +27,7 @@ package com.seibel.distanthorizons.api.enums.rendering;
*/
public enum EDhApiBlockMaterial
{
UNKOWN(0),
UNKNOWN(0),
LEAVES(1),
STONE(2),
WOOD(3),