Improve comments and update version number
This commit is contained in:
@@ -16,7 +16,7 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||
* This is used by the client.
|
||||
*
|
||||
* @author James_Seibel
|
||||
* @version 09-29-2020
|
||||
* @version 10-17-2020
|
||||
*/
|
||||
public class ClientProxy extends CommonProxy
|
||||
{
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
package backsun.lod.util.enums;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author James Seibel
|
||||
* @version 10-17-2020
|
||||
*
|
||||
* NE, SE, SW, NW
|
||||
*/
|
||||
public enum LodPosition
|
||||
{
|
||||
// used for position
|
||||
|
||||
Reference in New Issue
Block a user