Add support for OpenGL 1.5 and 3.0

This commit is contained in:
James Seibel
2021-10-23 12:04:16 -05:00
parent d5466e0fda
commit 1405b7a433
11 changed files with 304 additions and 128 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext;
* @author James Seibel
* @version 7-3-2021
*/
@Mod(ModInfo.MODID)
@Mod(ModInfo.ID)
public class LodMain
{
public static LodMain instance;