Fix material typo 2

This commit is contained in:
James Seibel
2024-07-11 22:51:47 -05:00
parent eed5fd60c6
commit 98464889ca
2 changed files with 2 additions and 2 deletions
@@ -661,7 +661,7 @@ public class BlockStateWrapper implements IBlockStateWrapper
}
else
{
return EDhApiBlockMaterial.UNKOWN;
return EDhApiBlockMaterial.UNKNOWN;
}
}