update gitignore

This commit is contained in:
AFS0021822 2023-07-01 10:49:29 +02:00
parent c2c09e505f
commit 29a37bb0bb
12 changed files with 322 additions and 638 deletions

5
.gitignore vendored
View File

@ -11,6 +11,11 @@ buildNumber.properties
.mvn/timing.properties .mvn/timing.properties
workspace/settings/ workspace/settings/
workspace/crash-reports/
workspace/saves/
workspace/screenshots/
workspace/shaderpacks/
workspace/logs/
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) # Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar !/.mvn/wrapper/maven-wrapper.jar

View File

@ -16,6 +16,7 @@ import org.apache.logging.log4j.Logger;
import rip.athena.client.Athena; import rip.athena.client.Athena;
import rip.athena.client.font.FontManager; import rip.athena.client.font.FontManager;
import rip.athena.client.modules.impl.render.Chat; import rip.athena.client.modules.impl.render.Chat;
import rip.athena.client.utils.render.RoundedUtils;
public class GuiNewChat extends Gui public class GuiNewChat extends Gui
{ {
@ -86,10 +87,9 @@ public class GuiNewChat extends Gui
int j2 = -i1 * 9; int j2 = -i1 * 9;
Chat module = (Chat) Athena.INSTANCE.getModuleManager().get(Chat.class); Chat module = (Chat) Athena.INSTANCE.getModuleManager().get(Chat.class);
RoundedUtils.drawRoundedRect(i2, j2 - 9, i2 + l + 4, j2, 6, new Color(1, 1, 1, module.transparency).getRGB());
//drawRect(i2, j2 - 9, i2 + l + 4, j2, new Color(1, 1, 1, module.transparency).getRGB());
drawRect(i2, j2 - 9, i2 + l + 4, j2, new Color(1, 1, 1, module.transparency).getRGB());
String s = chatline.getChatComponent().getFormattedText(); String s = chatline.getChatComponent().getFormattedText();
GlStateManager.color(1,1,1); GlStateManager.color(1,1,1);
GlStateManager.enableBlend(); GlStateManager.enableBlend();

View File

@ -1,474 +1,192 @@
<<<<<<< HEAD [22:35:28] [Client thread/INFO]: Setting user: Player152
[10:32:46] [Client thread/INFO]: Setting user: Player584 [22:35:28] [Client thread/INFO]: (Session ID is token:0:Player152)
[10:32:46] [Client thread/INFO]: (Session ID is token:0:Player584) [22:35:28] [Client thread/INFO]: [OptiFine] *** Reflector Forge ***
[10:32:47] [Client thread/INFO]: [OptiFine] *** Reflector Forge *** [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.Attributes
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.Attributes [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.asm.transformers.BlamingTransformer [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.ChunkWatchEvent$UnWatch
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.ChunkWatchEvent$UnWatch [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.relauncher.CoreModManager
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.relauncher.CoreModManager [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.DimensionManager
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.DimensionManager [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Pre
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Pre [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$CameraSetup
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$CameraSetup [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$FogColors
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$FogColors [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.EventBus
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.EventBus [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event$Result
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event$Result [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.ExtendedBlockState
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.ExtendedBlockState [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.FMLClientHandler
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.FMLClientHandler [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.FMLCommonHandler
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.FMLCommonHandler [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.biome.BiomeGenBase.getWaterColorMultiplier
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.biome.BiomeGenBase.getWaterColorMultiplier [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addDestroyEffects
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addDestroyEffects [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addHitEffects
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addHitEffects [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canCreatureSpawn
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canCreatureSpawn [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canRenderInLayer
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canRenderInLayer [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.doesSideBlockRendering
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.doesSideBlockRendering [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getBedDirection
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getBedDirection [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getExtendedState
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getExtendedState [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.hasTileEntity
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.hasTileEntity [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isAir
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isAir [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBed
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBed [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBedFoot
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBedFoot [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isSideSolid
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isSideSolid [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.canRiderInteract
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.canRiderInteract [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.captureDrops
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.captureDrops [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.capturedDrops
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.capturedDrops [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRenderInPass
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRenderInPass [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRiderSit
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRiderSit [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.ForgeEventFactory
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.ForgeEventFactory [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeHooks
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeHooks [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ForgeHooksClient
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ForgeHooksClient [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getDurabilityForDisplay
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getDurabilityForDisplay [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getModel
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getModel [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.onEntitySwing
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.onEntitySwing [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.shouldCauseReequipAnimation
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.shouldCauseReequipAnimation [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.showDurabilityBar
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.showDurabilityBar [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.ItemRecord.getRecordResource
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.ItemRecord.getRecordResource [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeModContainer
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeModContainer [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.potion.PotionEffect.isCurativeItem
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.potion.PotionEffect.isCurativeItem [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.canRenderBreaking
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.canRenderBreaking [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.getRenderBoundingBox
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.getRenderBoundingBox [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.hasFastRenderer
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.hasFastRenderer [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.shouldRenderInPass
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.shouldRenderInPass [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.preDrawBatch
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.preDrawBatch [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.drawBatch
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.drawBatch [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.preDraw
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.preDraw [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.postDraw
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.postDraw [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.countEntities
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.countEntities [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.getPerWorldStorage
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.getPerWorldStorage [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getCloudRenderer
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getCloudRenderer [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getSkyRenderer
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getSkyRenderer [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getWeatherRenderer
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getWeatherRenderer [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.GuiModList
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.GuiModList [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.IColoredBakedQuad
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.IColoredBakedQuad [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.IExtendedBlockState
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.IExtendedBlockState [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.IRenderHandler
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.IRenderHandler [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ISmartBlockModel
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ISmartBlockModel [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ItemModelMesherForge
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ItemModelMesherForge [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.pipeline.LightUtil
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.pipeline.LightUtil [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.MinecraftForge
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.MinecraftForge [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.MinecraftForgeClient
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.MinecraftForgeClient [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ModelLoader
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ModelLoader [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderBlockOverlayEvent$OverlayType
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderBlockOverlayEvent$OverlayType [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.registry.RenderingRegistry
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.registry.RenderingRegistry [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderItemInFrameEvent
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderItemInFrameEvent [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Pre
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Pre [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Post
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Post [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Pre
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Pre [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Post
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Post [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.WorldEvent$Load
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.WorldEvent$Load [22:35:28] [Client thread/INFO]: [OptiFine] *** Reflector Vanilla ***
[10:32:47] [Client thread/INFO]: [OptiFine] *** Reflector Vanilla *** [22:35:28] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: optifine.OptiFineClassTransformer
[10:32:47] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: optifine.OptiFineClassTransformer [22:35:29] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remgab001\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\settings.png).javax.imageio.IIOException: Can't read input file!
[10:32:52] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remgab001\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\settings.png).javax.imageio.IIOException: Can't read input file! [22:35:29] [Client thread/ERROR]: [Athena] Failed to load config default, improper json.org.json.JSONException: Expected a ':' after a key at 4820 [character 1 line 184]
[10:32:52] [Client thread/WARN]: [Athena] Tried accessing non-existing module: theme [22:35:29] [Client thread/INFO]: LWJGL Version: 2.9.4
[10:32:52] [Client thread/WARN]: [Athena] Loaded config default with left over setting theme which is no longer used. [22:35:29] [Client thread/INFO]: [OptiFine]
[10:32:52] [Client thread/INFO]: LWJGL Version: 2.9.4 [22:35:29] [Client thread/INFO]: [OptiFine] OptiFine_1.8.8_HD_U_H8
[10:32:53] [Client thread/INFO]: [OptiFine] [22:35:29] [Client thread/INFO]: [OptiFine] Build: null
[10:32:53] [Client thread/INFO]: [OptiFine] OptiFine_1.8.8_HD_U_H8 [22:35:29] [Client thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[10:32:53] [Client thread/INFO]: [OptiFine] Build: null [22:35:29] [Client thread/INFO]: [OptiFine] Java: 1.8.0_202, Oracle Corporation
[10:32:53] [Client thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0 [22:35:29] [Client thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[10:32:53] [Client thread/INFO]: [OptiFine] Java: 1.8.0_202, Oracle Corporation [22:35:29] [Client thread/INFO]: [OptiFine] LWJGL: 2.9.4
[10:32:53] [Client thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation [22:35:29] [Client thread/INFO]: [OptiFine] OpenGL: Intel(R) Iris(R) Xe Graphics, version 4.6.0 - Build 31.0.101.4255, Intel
[10:32:53] [Client thread/INFO]: [OptiFine] LWJGL: 2.9.4 [22:35:29] [Client thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
[10:32:53] [Client thread/INFO]: [OptiFine] OpenGL: Intel(R) Iris(R) Xe Graphics, version 4.6.0 - Build 30.0.101.1298, Intel [22:35:29] [Client thread/INFO]: [OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[10:32:53] [Client thread/INFO]: [OptiFine] OpenGL Version: 4.6.0 [22:35:29] [Client thread/INFO]: [OptiFine] Maximum texture size: 16384x16384
[10:32:53] [Client thread/INFO]: [OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance) [22:35:29] [Thread-7/INFO]: [OptiFine] Checking for new version
[10:32:53] [Client thread/INFO]: [OptiFine] Maximum texture size: 16384x16384 [22:35:29] [Client thread/INFO]: [Shaders] ShadersMod version: 2.4.12
[10:32:53] [Thread-7/INFO]: [OptiFine] Checking for new version [22:35:29] [Client thread/INFO]: [Shaders] OpenGL Version: 4.6.0 - Build 31.0.101.4255
[10:32:53] [Client thread/INFO]: [Shaders] ShadersMod version: 2.4.12 [22:35:29] [Client thread/INFO]: [Shaders] Vendor: Intel
[10:32:53] [Client thread/INFO]: [Shaders] OpenGL Version: 4.6.0 - Build 30.0.101.1298 [22:35:29] [Client thread/INFO]: [Shaders] Renderer: Intel(R) Iris(R) Xe Graphics
[10:32:53] [Client thread/INFO]: [Shaders] Vendor: Intel [22:35:29] [Client thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
[10:32:53] [Client thread/INFO]: [Shaders] Renderer: Intel(R) Iris(R) Xe Graphics [22:35:29] [Client thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[10:32:53] [Client thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0 [22:35:29] [Client thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[10:32:53] [Client thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8 [22:35:29] [Client thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[10:32:53] [Client thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8 [22:35:29] [Client thread/INFO]: [Shaders] Load ShadersMod configuration.
[10:32:53] [Client thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32 [22:35:29] [Client thread/INFO]: [Shaders] Shaders can not be loaded, Fast Render is enabled.
[10:32:53] [Client thread/INFO]: [Shaders] Load ShadersMod configuration. [22:35:29] [Client thread/INFO]: [Shaders] No shaderpack loaded.
[10:32:53] [Client thread/INFO]: [Shaders] No shaderpack loaded. [22:35:30] [Client thread/INFO]: Reloading ResourceManager: Default, ! §bPotfast 5kay.zip
[10:32:53] [Client thread/INFO]: Reloading ResourceManager: Default, ! §bPotfast 5kay.zip [22:35:30] [Client thread/INFO]: [OptiFine] *** Reloading textures ***
[10:32:53] [Client thread/INFO]: [OptiFine] *** Reloading textures *** [22:35:30] [Client thread/INFO]: [OptiFine] Resource packs: ! §bPotfast 5kay.zip
[10:32:53] [Client thread/INFO]: [OptiFine] Resource packs: ! §bPotfast 5kay.zip [22:35:30] [Sound Library Loader/INFO]: Starting up SoundSystem...
[10:32:53] [Sound Library Loader/INFO]: Starting up SoundSystem... [22:35:30] [Thread-8/INFO]: Initializing LWJGL OpenAL
[10:32:53] [Thread-7/INFO]: [OptiFine] Version found: I7 [22:35:30] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[10:32:53] [Thread-8/INFO]: Initializing LWJGL OpenAL [22:35:32] [Thread-8/INFO]: OpenAL initialized.
[10:32:53] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [22:35:32] [Sound Library Loader/INFO]: Sound engine started
[10:32:54] [Client thread/INFO]: [OptiFine] Sprite size: 32 [22:35:32] [Client thread/INFO]: [OptiFine] Sprite size: 32
[10:32:54] [Client thread/INFO]: [OptiFine] Mipmap levels: 5 [22:35:32] [Client thread/INFO]: [OptiFine] Mipmap levels: 5
[10:32:54] [Client thread/INFO]: [OptiFine] Multitexture: false [22:35:32] [Client thread/INFO]: [OptiFine] Multitexture: false
[10:32:54] [Thread-8/INFO]: OpenAL initialized. [22:35:33] [Client thread/INFO]: Created: 2048x2048 textures-atlas
[10:32:54] [Sound Library Loader/INFO]: Sound engine started [22:35:34] [Client thread/INFO]: [OptiFine] *** Reloading custom textures ***
[10:32:54] [Client thread/INFO]: Created: 2048x2048 textures-atlas [22:35:34] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky1.properties
[10:32:55] [Client thread/INFO]: [OptiFine] *** Reloading custom textures *** [22:35:34] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky2.properties
[10:32:55] [Client thread/INFO]: [OptiFine] Enable face culling: acacia_leaves, birch_leaves, dark_oak_leaves, jungle_leaves, oak_leaves, spruce_leaves [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky3.properties
[10:33:01] [Server thread/INFO]: Starting integrated minecraft server version 1.8.8 [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_sunflare2.png
[10:33:01] [Server thread/INFO]: Generating keypair [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky4.properties
[10:33:01] [Server thread/INFO]: Preparing start region for level 0 [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_sunflare1.png
[10:33:02] [Server thread/INFO]: Changing view distance to 8, from 10 [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky5.properties
[10:33:02] [Server thread/INFO]: Player584[local:E:747f0b55] logged in with entity id 150 at (49.269373254585446, 85.3760293872505, 722.9590948470811) [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_sunflare3.png
[10:33:02] [Server thread/INFO]: Player584 joined the game [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky6.properties
[10:33:02] [Client thread/INFO]: [CHAT] A new §eOptiFine§f version is available: §eHD Ultra I7§f [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_sunflare.png
[10:34:35] [Server thread/INFO]: Player584 has just earned the achievement [Taking Inventory] [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky7.properties
[10:34:35] [Client thread/INFO]: [CHAT] Player584 has just earned the achievement [Taking Inventory] [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_box.png
[10:35:31] [Server thread/INFO]: [Player584: Set own game mode to Survival Mode] [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky8.properties
[10:35:31] [Client thread/INFO]: [CHAT] Your game mode has been updated [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_clouds.png
[10:35:50] [Server thread/INFO]: Saving and pausing game... [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky9.properties
[10:35:50] [Server thread/INFO]: Saving chunks for level 'Copy of Copy of mcpworldppdsa|'/Overworld [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/night_skybox.png
[10:35:50] [Server thread/INFO]: Saving chunks for level 'Copy of Copy of mcpworldppdsa|'/Nether [22:35:35] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky10.properties
[10:35:50] [Server thread/INFO]: Saving chunks for level 'Copy of Copy of mcpworldppdsa|'/The End [22:35:35] [Client thread/INFO]: [OptiFine] Enable face culling: acacia_leaves, birch_leaves, dark_oak_leaves, jungle_leaves, oak_leaves, spruce_leaves
[10:35:55] [Server thread/INFO]: Saving and pausing game... [22:35:39] [Thread-7/INFO]: [OptiFine] Version found: I7
[10:35:55] [Server thread/INFO]: Saving chunks for level 'Copy of Copy of mcpworldppdsa|'/Overworld [22:35:54] [Server thread/INFO]: Starting integrated minecraft server version 1.8.8
[10:35:55] [Server thread/INFO]: Saving chunks for level 'Copy of Copy of mcpworldppdsa|'/Nether [22:35:54] [Server thread/INFO]: Generating keypair
[10:35:55] [Server thread/INFO]: Saving chunks for level 'Copy of Copy of mcpworldppdsa|'/The End [22:35:54] [Server thread/INFO]: Preparing start region for level 0
[10:36:11] [Client thread/INFO]: Stopping! [22:35:54] [Server thread/INFO]: Changing view distance to 8, from 10
[10:36:11] [Client thread/INFO]: [Athena] Shutting down client [22:35:55] [Server thread/INFO]: ziue[local:E:9c0867d9] logged in with entity id 113 at (717.1791248218557, 70.0, 736.0967719731797)
[10:36:12] [Client thread/INFO]: SoundSystem shutting down... [22:35:55] [Server thread/INFO]: ziue joined the game
[10:36:12] [Server thread/INFO]: Stopping server [22:35:56] [Client thread/INFO]: [CHAT] A new §eOptiFine§f version is available: §eHD Ultra I7§f
[10:36:12] [Server thread/INFO]: Saving players [22:35:57] [Server thread/INFO]: <ziue> t
[10:36:12] [Server thread/INFO]: Saving worlds [22:35:57] [Client thread/INFO]: [CHAT] <ziue> t
[10:36:12] [Server thread/INFO]: Saving chunks for level 'Copy of Copy of mcpworldppdsa|'/Overworld [22:36:09] [Server thread/INFO]: ziue has just earned the achievement [Taking Inventory]
[10:36:12] [Server thread/INFO]: Saving chunks for level 'Copy of Copy of mcpworldppdsa|'/Nether [22:36:09] [Client thread/INFO]: [CHAT] ziue has just earned the achievement [Taking Inventory]
[10:36:12] [Server thread/INFO]: Saving chunks for level 'Copy of Copy of mcpworldppdsa|'/The End [22:36:09] [Server thread/INFO]: Saving and pausing game...
[10:36:12] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [22:36:09] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
======= [22:36:09] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
<<<<<<< HEAD [22:36:09] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
[21:40:18] [Client thread/INFO]: Setting user: Player978 [22:36:10] [Server thread/INFO]: Stopping server
[21:40:18] [Client thread/INFO]: (Session ID is token:0:Player978) [22:36:10] [Server thread/INFO]: Saving players
[21:40:19] [Client thread/INFO]: [OptiFine] *** Reflector Forge *** [22:36:10] [Server thread/INFO]: Saving worlds
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.Attributes [22:36:10] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient [22:36:10] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.asm.transformers.BlamingTransformer [22:36:10] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.ChunkWatchEvent$UnWatch [22:36:22] [Thread-17/INFO]: [Athena] remig06@hotmail.comRg/9173.microsoft
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.relauncher.CoreModManager [22:36:41] [Thread-17/INFO]: [Athena] Success: Logged into ziue
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.DimensionManager [22:36:48] [Client thread/INFO]: Connecting to eu.minemen.club, 25565
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Pre [22:36:50] [Client thread/INFO]: Connecting to eu.minemen.club, 25565
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post [22:36:52] [Client thread/INFO]: [CHAT]
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$CameraSetup [22:36:52] [Client thread/INFO]: [CHAT] Minemen Club
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$FogColors [22:36:52] [Client thread/INFO]: [CHAT] ● Website: minemen.club
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event [22:36:52] [Client thread/INFO]: [CHAT] ● Store: store.minemen.club
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.EventBus [22:36:52] [Client thread/INFO]: [CHAT] ● Discord: minemen.club/discord
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event$Result [22:36:52] [Client thread/INFO]: [CHAT] ● Twitter: twitter.com/Minemen_Network
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.ExtendedBlockState [22:36:52] [Client thread/INFO]: [CHAT] ● Rules: minemen.club/rules
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.FMLClientHandler [22:36:52] [Client thread/INFO]: [CHAT]
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.FMLCommonHandler [22:36:55] [Client thread/INFO]: [CHAT] Club » ziue joined.
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.biome.BiomeGenBase.getWaterColorMultiplier [22:36:56] [Client thread/INFO]: [CHAT] [✷] ziue has joined the lobby!
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addDestroyEffects [22:37:34] [Client thread/INFO]: [CHAT]
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addHitEffects [22:37:37] [Client thread/INFO]: [CHAT] The server you were on is now down for:
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canCreatureSpawn [22:37:37] [Client thread/INFO]: [CHAT] Timed out
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canRenderInLayer [22:37:38] [Client thread/INFO]: [CHAT]
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.doesSideBlockRendering [22:37:38] [Client thread/INFO]: [CHAT] Minemen Club
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getBedDirection [22:37:38] [Client thread/INFO]: [CHAT] ● Website: minemen.club
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getExtendedState [22:37:38] [Client thread/INFO]: [CHAT] ● Store: store.minemen.club
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.hasTileEntity [22:37:38] [Client thread/INFO]: [CHAT] ● Discord: minemen.club/discord
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isAir [22:37:38] [Client thread/INFO]: [CHAT] ● Twitter: twitter.com/Minemen_Network
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBed [22:37:38] [Client thread/INFO]: [CHAT] ● Rules: minemen.club/rules
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBedFoot [22:37:38] [Client thread/INFO]: [CHAT]
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isSideSolid [22:37:46] [Client thread/INFO]: [CHAT] [✷] ziue has joined the lobby!
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.canRiderInteract [22:38:22] [Client thread/INFO]: Stopping!
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.captureDrops [22:38:22] [Client thread/INFO]: [Athena] Shutting down client
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.capturedDrops [22:38:22] [Client thread/INFO]: SoundSystem shutting down...
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRenderInPass [22:38:22] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRiderSit
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.ForgeEventFactory
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeHooks
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ForgeHooksClient
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getDurabilityForDisplay
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getModel
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.onEntitySwing
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.shouldCauseReequipAnimation
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.showDurabilityBar
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.ItemRecord.getRecordResource
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeModContainer
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.potion.PotionEffect.isCurativeItem
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.canRenderBreaking
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.getRenderBoundingBox
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.hasFastRenderer
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.shouldRenderInPass
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.preDrawBatch
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.drawBatch
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.preDraw
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.postDraw
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.countEntities
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.getPerWorldStorage
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getCloudRenderer
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getSkyRenderer
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getWeatherRenderer
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.GuiModList
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.IColoredBakedQuad
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.IExtendedBlockState
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.IRenderHandler
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ISmartBlockModel
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ItemModelMesherForge
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.pipeline.LightUtil
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.MinecraftForge
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.MinecraftForgeClient
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ModelLoader
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderBlockOverlayEvent$OverlayType
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.registry.RenderingRegistry
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderItemInFrameEvent
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Pre
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Post
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Pre
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Post
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.WorldEvent$Load
[21:40:19] [Client thread/INFO]: [OptiFine] *** Reflector Vanilla ***
[21:40:19] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: optifine.OptiFineClassTransformer
[21:40:24] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena\Athena-Client\workspace\.\assets\minecraft\Athena\gui\settings.png).javax.imageio.IIOException: Can't read input file!
[21:40:24] [Client thread/WARN]: [Athena] Tried accessing non-existing module: theme
[21:40:24] [Client thread/WARN]: [Athena] Loaded config default with left over setting theme which is no longer used.
[21:40:24] [Client thread/WARN]: [Athena] Tried accessing non-existing module: cape
[21:40:24] [Client thread/WARN]: [Athena] Loaded config default with left over setting cape which is no longer used.
[21:40:24] [Client thread/INFO]: [Athena] rip.athena.client.cosmetics.cape.Cape@53d87b2dziue's headziue's head
[21:40:24] [Client thread/INFO]: LWJGL Version: 2.9.4
[21:40:24] [Client thread/INFO]: [OptiFine]
[21:40:24] [Client thread/INFO]: [OptiFine] OptiFine_1.8.8_HD_U_H8
[21:40:24] [Client thread/INFO]: [OptiFine] Build: null
[21:40:24] [Client thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[21:40:24] [Client thread/INFO]: [OptiFine] Java: 1.8.0_202, Oracle Corporation
[21:40:24] [Client thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[21:40:24] [Client thread/INFO]: [OptiFine] LWJGL: 2.9.4
[21:40:24] [Client thread/INFO]: [OptiFine] OpenGL: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2, version 4.6.0 NVIDIA 532.03, NVIDIA Corporation
[21:40:24] [Client thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
[21:40:24] [Client thread/INFO]: [OptiFine] Maximum texture size: 32768x32768
[21:40:24] [Thread-7/INFO]: [OptiFine] Checking for new version
[21:40:24] [Client thread/INFO]: [Shaders] ShadersMod version: 2.4.12
[21:40:24] [Client thread/INFO]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 532.03
[21:40:24] [Client thread/INFO]: [Shaders] Vendor: NVIDIA Corporation
[21:40:24] [Client thread/INFO]: [Shaders] Renderer: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2
[21:40:24] [Client thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
[21:40:24] [Client thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[21:40:24] [Client thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[21:40:24] [Client thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[21:40:24] [Client thread/INFO]: [Shaders] Load ShadersMod configuration.
[21:40:24] [Client thread/INFO]: [Shaders] Shaders can not be loaded, Fast Render is enabled.
[21:40:24] [Client thread/INFO]: [Shaders] No shaderpack loaded.
[21:40:24] [Client thread/INFO]: Reloading ResourceManager: Default, ! §bPotfast 5kay.zip
[21:40:24] [Client thread/INFO]: [OptiFine] *** Reloading textures ***
[21:40:24] [Client thread/INFO]: [OptiFine] Resource packs: ! §bPotfast 5kay.zip
[21:40:24] [Sound Library Loader/INFO]: Starting up SoundSystem...
[21:40:24] [Thread-7/INFO]: [OptiFine] Version found: I7
[21:40:24] [Thread-8/INFO]: Initializing LWJGL OpenAL
[21:40:24] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:40:24] [Thread-8/INFO]: OpenAL initialized.
[21:40:25] [Sound Library Loader/INFO]: Sound engine started
[21:40:25] [Client thread/INFO]: [OptiFine] Sprite size: 32
[21:40:25] [Client thread/INFO]: [OptiFine] Mipmap levels: 5
[21:40:25] [Client thread/INFO]: [OptiFine] Multitexture: false
[21:40:26] [Client thread/INFO]: Created: 2048x2048 textures-atlas
[21:40:26] [Client thread/INFO]: [OptiFine] *** Reloading custom textures ***
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky1.properties
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky2.properties
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky3.properties
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_sunflare2.png
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky4.properties
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_sunflare1.png
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky5.properties
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_sunflare3.png
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky6.properties
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_sunflare.png
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky7.properties
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_box.png
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky8.properties
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_clouds.png
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky9.properties
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/night_skybox.png
[21:40:26] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky10.properties
[21:40:27] [Client thread/INFO]: [OptiFine] Enable face culling: acacia_leaves, birch_leaves, dark_oak_leaves, jungle_leaves, oak_leaves, spruce_leaves
[21:40:30] [Client thread/INFO]: Stopping!
[21:40:30] [Client thread/INFO]: [Athena] Shutting down client
[21:40:30] [Client thread/INFO]: SoundSystem shutting down...
[21:40:31] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
=======
[15:14:00] [Client thread/INFO]: Setting user: Player276
[15:14:00] [Client thread/INFO]: (Session ID is token:0:Player276)
[15:14:01] [Client thread/INFO]: [OptiFine] *** Reflector Forge ***
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.Attributes
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.ChunkWatchEvent$UnWatch
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.relauncher.CoreModManager
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.DimensionManager
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Pre
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$CameraSetup
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$FogColors
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.EventBus
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event$Result
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.ExtendedBlockState
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.FMLClientHandler
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.FMLCommonHandler
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.biome.BiomeGenBase.getWaterColorMultiplier
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addDestroyEffects
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addHitEffects
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canCreatureSpawn
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canRenderInLayer
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.doesSideBlockRendering
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getBedDirection
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getExtendedState
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.hasTileEntity
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isAir
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBed
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBedFoot
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isSideSolid
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.canRiderInteract
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.captureDrops
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.capturedDrops
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRenderInPass
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRiderSit
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.ForgeEventFactory
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeHooks
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ForgeHooksClient
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getDurabilityForDisplay
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getModel
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.onEntitySwing
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.shouldCauseReequipAnimation
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.showDurabilityBar
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.ItemRecord.getRecordResource
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeModContainer
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.potion.PotionEffect.isCurativeItem
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.canRenderBreaking
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.getRenderBoundingBox
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.hasFastRenderer
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.shouldRenderInPass
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.preDrawBatch
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.drawBatch
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.preDraw
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.postDraw
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.countEntities
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.getPerWorldStorage
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getCloudRenderer
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getSkyRenderer
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getWeatherRenderer
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.GuiModList
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.IColoredBakedQuad
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.IExtendedBlockState
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.IRenderHandler
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ISmartBlockModel
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ItemModelMesherForge
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.pipeline.LightUtil
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.MinecraftForge
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.MinecraftForgeClient
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ModelLoader
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderBlockOverlayEvent$OverlayType
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.registry.RenderingRegistry
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderItemInFrameEvent
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Pre
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Post
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Pre
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Post
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.WorldEvent$Load
[15:14:01] [Client thread/INFO]: [OptiFine] *** Reflector Vanilla ***
[15:14:01] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: optifine.OptiFineClassTransformer
[15:14:02] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\nitro\OneDrive\Desktop\programming\AthenaClient\Athena-Client\workspace\.\assets\minecraft\Athena\gui\settings.png).javax.imageio.IIOException: Can't read input file!
[15:14:02] [Client thread/WARN]: [Athena] Tried accessing non-existing module: theme
[15:14:02] [Client thread/WARN]: [Athena] Loaded config default with left over setting theme which is no longer used.
[15:14:02] [Client thread/WARN]: [Athena] Tried accessing non-existing module: cape
[15:14:02] [Client thread/WARN]: [Athena] Loaded config default with left over setting cape which is no longer used.
[15:14:02] [Client thread/INFO]: [Athena] rip.athena.client.cosmetics.cape.Cape@fa11fdaziue's headziue's head
[15:14:02] [Client thread/INFO]: LWJGL Version: 2.9.4
[15:14:03] [Client thread/INFO]: [OptiFine]
[15:14:03] [Client thread/INFO]: [OptiFine] OptiFine_1.8.8_HD_U_H8
[15:14:03] [Client thread/INFO]: [OptiFine] Build: null
[15:14:03] [Client thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[15:14:03] [Client thread/INFO]: [OptiFine] Java: 1.8.0_202, Oracle Corporation
[15:14:03] [Client thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[15:14:03] [Client thread/INFO]: [OptiFine] LWJGL: 2.9.4
[15:14:03] [Client thread/INFO]: [OptiFine] OpenGL: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2, version 4.6.0 NVIDIA 536.23, NVIDIA Corporation
[15:14:03] [Client thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
[15:14:03] [Client thread/INFO]: [OptiFine] Maximum texture size: 32768x32768
[15:14:03] [Thread-7/INFO]: [OptiFine] Checking for new version
[15:14:03] [Client thread/INFO]: [Shaders] ShadersMod version: 2.4.12
[15:14:03] [Client thread/INFO]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 536.23
[15:14:03] [Client thread/INFO]: [Shaders] Vendor: NVIDIA Corporation
[15:14:03] [Client thread/INFO]: [Shaders] Renderer: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2
[15:14:03] [Client thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
[15:14:03] [Client thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[15:14:03] [Client thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[15:14:03] [Client thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[15:14:03] [Client thread/INFO]: [Shaders] Load ShadersMod configuration.
[15:14:03] [Client thread/INFO]: [Shaders] Shaders can not be loaded, Fast Render is enabled.
[15:14:03] [Client thread/INFO]: [Shaders] No shaderpack loaded.
[15:14:03] [Thread-7/INFO]: [OptiFine] Version found: I7
[15:14:03] [Client thread/INFO]: Reloading ResourceManager: Default, ! §bPotfast 5kay.zip
[15:14:03] [Client thread/INFO]: [OptiFine] *** Reloading textures ***
[15:14:03] [Client thread/INFO]: [OptiFine] Resource packs: ! §bPotfast 5kay.zip
[15:14:03] [Sound Library Loader/INFO]: Starting up SoundSystem...
[15:14:03] [Thread-8/INFO]: Initializing LWJGL OpenAL
[15:14:03] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[15:14:03] [Thread-8/INFO]: OpenAL initialized.
[15:14:04] [Sound Library Loader/INFO]: Sound engine started
[15:14:04] [Client thread/INFO]: [OptiFine] Sprite size: 32
[15:14:04] [Client thread/INFO]: [OptiFine] Mipmap levels: 5
[15:14:04] [Client thread/INFO]: [OptiFine] Multitexture: false
[15:14:05] [Client thread/INFO]: Created: 2048x2048 textures-atlas
[15:14:05] [Client thread/INFO]: [OptiFine] *** Reloading custom textures ***
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky1.properties
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky2.properties
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky3.properties
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_sunflare2.png
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky4.properties
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_sunflare1.png
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky5.properties
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_sunflare3.png
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky6.properties
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_sunflare.png
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky7.properties
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_box.png
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky8.properties
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/sky_clouds.png
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky9.properties
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky: Texture not found: minecraft:terrain/sky0/night_skybox.png
[15:14:05] [Client thread/INFO]: [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky10.properties
[15:14:05] [Client thread/INFO]: [OptiFine] Enable face culling: acacia_leaves, birch_leaves, dark_oak_leaves, jungle_leaves, oak_leaves, spruce_leaves
[15:14:11] [Server thread/INFO]: Starting integrated minecraft server version 1.8.8
[15:14:11] [Server thread/INFO]: Generating keypair
[15:14:12] [Server thread/INFO]: Preparing start region for level 0
[15:14:12] [Server thread/INFO]: Changing view distance to 8, from 10
[15:14:12] [Server thread/INFO]: Ntdi[local:E:76f9e1cb] logged in with entity id 97 at (733.1438735401466, 78.04097159015387, 375.5908084570898)
[15:14:12] [Server thread/INFO]: Ntdi joined the game
[15:14:13] [Client thread/INFO]: [CHAT] A new §eOptiFine§f version is available: §eHD Ultra I7§f
[15:15:22] [Server thread/INFO]: Ntdi has just earned the achievement [Taking Inventory]
[15:15:22] [Client thread/INFO]: [CHAT] Ntdi has just earned the achievement [Taking Inventory]
[15:16:05] [Server thread/INFO]: Saving and pausing game...
[15:16:05] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
[15:16:05] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
[15:16:05] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
[15:16:06] [Server thread/INFO]: Stopping server
[15:16:06] [Server thread/INFO]: Saving players
[15:16:06] [Server thread/INFO]: Saving worlds
[15:16:06] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
[15:16:06] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
[15:16:06] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
[15:16:08] [Client thread/INFO]: Stopping!
[15:16:08] [Client thread/INFO]: [Athena] Shutting down client
[15:16:08] [Client thread/INFO]: SoundSystem shutting down...
[15:16:08] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
>>>>>>> dd7f56bd41eab27b3791f3af3e2a34f613f158e9
>>>>>>> ce991a5395928ec85fc0c1a87715f9b02cd60924

View File

@ -10,7 +10,7 @@ bobView:true
anaglyph3d:false anaglyph3d:false
maxFps:260 maxFps:260
fboEnable:true fboEnable:true
difficulty:2 difficulty:1
fancyGraphics:false fancyGraphics:false
ao:0 ao:0
renderClouds:false renderClouds:false
@ -87,8 +87,8 @@ key_key.hotbar.4:5
key_key.hotbar.5:6 key_key.hotbar.5:6
key_key.hotbar.6:7 key_key.hotbar.6:7
key_key.hotbar.7:8 key_key.hotbar.7:8
key_key.hotbar.8:-96 key_key.hotbar.8:9
key_key.hotbar.9:-97 key_key.hotbar.9:10
key_of.key.zoom:46 key_of.key.zoom:46
soundCategory_master:0.4437086 soundCategory_master:0.4437086
soundCategory_music:0.0 soundCategory_music:0.0

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long