Update version date

This commit is contained in:
James Seibel
2020-09-27 09:35:13 -05:00
parent 6dfd8eff32
commit 7f049e8bf2
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@ import net.minecraft.world.chunk.storage.ExtendedBlockStorage;
* and color data for an LOD object.
*
* @author James Seibel
* @version 09-25-2020
* @version 09-27-2020
*/
public class LodChunk
{
@@ -14,7 +14,7 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
* This is used by the client.
*
* @author James_Seibel
* @version 09-18-2020
* @version 09-27-2020
*/
public class ClientProxy extends CommonProxy
{