mirror of
https://github.com/Athena-Operations/Athena-Client.git
synced 2024-11-10 04:01:32 +01:00
clean up
This commit is contained in:
parent
bba4e98c1e
commit
ddc32fb4ef
@ -24,21 +24,6 @@ import java.nio.file.Paths;
|
|||||||
* methods for initializing and shutting down the client.
|
* methods for initializing and shutting down the client.
|
||||||
* It also includes a logger for logging purposes.
|
* It also includes a logger for logging purposes.
|
||||||
* <p>
|
* <p>
|
||||||
* Note: It's recommended to initialize and use the Athena instance
|
|
||||||
* as a singleton (e.g., `Athena.INSTANCE`) to access the client's
|
|
||||||
* variables and methods from other classes.
|
|
||||||
*
|
|
||||||
* Example: `Athena.INSTANCE.getClientName()`
|
|
||||||
* <p>
|
|
||||||
* Example Usage:
|
|
||||||
* Athena.INSTANCE.initClient();
|
|
||||||
* // Do client-related tasks
|
|
||||||
* Athena.INSTANCE.shutdownClient();
|
|
||||||
* <p>
|
|
||||||
* Example Logging:
|
|
||||||
* Athena.INSTANCE.getLog().info("Some log message");
|
|
||||||
* Athena.INSTANCE.getLog().error("Some error message");
|
|
||||||
* Athena.INSTANCE.getLog().debug("Some debug message");
|
|
||||||
*
|
*
|
||||||
* @author Athena Development
|
* @author Athena Development
|
||||||
* @project Athena-Client
|
* @project Athena-Client
|
||||||
@ -88,6 +73,9 @@ public class Athena {
|
|||||||
registerEvents();
|
registerEvents();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Registers the events for the event bus.
|
||||||
|
*/
|
||||||
public void registerEvents() {
|
public void registerEvents() {
|
||||||
eventBus.register(new KeybindManager());
|
eventBus.register(new KeybindManager());
|
||||||
eventBus.register(macroManager);
|
eventBus.register(macroManager);
|
||||||
@ -97,6 +85,11 @@ public class Athena {
|
|||||||
|
|
||||||
private boolean isGameRunningForeground = true;
|
private boolean isGameRunningForeground = true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Event handler for the ClientTickEvent.
|
||||||
|
*
|
||||||
|
* @param event The ClientTickEvent instance.
|
||||||
|
*/
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void onTick(ClientTickEvent event) {
|
public void onTick(ClientTickEvent event) {
|
||||||
if (Minecraft.getMinecraft().thePlayer != null && Minecraft.getMinecraft().theWorld != null) {
|
if (Minecraft.getMinecraft().thePlayer != null && Minecraft.getMinecraft().theWorld != null) {
|
||||||
@ -127,10 +120,6 @@ public class Athena {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Cleans up and shuts down the client.
|
* Cleans up and shuts down the client.
|
||||||
* This method is responsible for any necessary cleanup tasks,
|
* This method is responsible for any necessary cleanup tasks,
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,143 +1,257 @@
|
|||||||
[22:09:18] [Client thread/INFO]: Setting user: Player90
|
[07:46:58] [Client thread/INFO]: Setting user: Player829
|
||||||
[22:09:18] [Client thread/INFO]: (Session ID is token:0:Player90)
|
[07:46:58] [Client thread/INFO]: (Session ID is token:0:Player829)
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] *** Reflector Forge ***
|
[07:46:59] [Client thread/INFO]: [OptiFine] *** Reflector Forge ***
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.Attributes
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.Attributes
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.ChunkWatchEvent$UnWatch
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.ChunkWatchEvent$UnWatch
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.relauncher.CoreModManager
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.relauncher.CoreModManager
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.DimensionManager
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.DimensionManager
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Pre
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Pre
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$CameraSetup
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$CameraSetup
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$FogColors
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$FogColors
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.EventBus
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.EventBus
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event$Result
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event$Result
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.ExtendedBlockState
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.ExtendedBlockState
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.FMLClientHandler
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.FMLClientHandler
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.FMLCommonHandler
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.FMLCommonHandler
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.biome.BiomeGenBase.getWaterColorMultiplier
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.biome.BiomeGenBase.getWaterColorMultiplier
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addDestroyEffects
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addDestroyEffects
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addHitEffects
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addHitEffects
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canCreatureSpawn
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canCreatureSpawn
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canRenderInLayer
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canRenderInLayer
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.doesSideBlockRendering
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.doesSideBlockRendering
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getBedDirection
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getBedDirection
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getExtendedState
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getExtendedState
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.hasTileEntity
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.hasTileEntity
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isAir
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isAir
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBed
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBed
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBedFoot
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBedFoot
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isSideSolid
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isSideSolid
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.canRiderInteract
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.canRiderInteract
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.captureDrops
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.captureDrops
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.capturedDrops
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.capturedDrops
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRenderInPass
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRenderInPass
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRiderSit
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRiderSit
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.ForgeEventFactory
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.ForgeEventFactory
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeHooks
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeHooks
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ForgeHooksClient
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ForgeHooksClient
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getDurabilityForDisplay
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getDurabilityForDisplay
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getModel
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getModel
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.onEntitySwing
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.onEntitySwing
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.shouldCauseReequipAnimation
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.shouldCauseReequipAnimation
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.showDurabilityBar
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.showDurabilityBar
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.ItemRecord.getRecordResource
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.ItemRecord.getRecordResource
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeModContainer
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeModContainer
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.potion.PotionEffect.isCurativeItem
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.potion.PotionEffect.isCurativeItem
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.canRenderBreaking
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.canRenderBreaking
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.getRenderBoundingBox
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.getRenderBoundingBox
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.hasFastRenderer
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.hasFastRenderer
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.shouldRenderInPass
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.shouldRenderInPass
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.preDrawBatch
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.preDrawBatch
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.drawBatch
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.drawBatch
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.preDraw
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.preDraw
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.postDraw
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.postDraw
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.countEntities
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.countEntities
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.getPerWorldStorage
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.getPerWorldStorage
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getCloudRenderer
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getCloudRenderer
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getSkyRenderer
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getSkyRenderer
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getWeatherRenderer
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getWeatherRenderer
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.GuiModList
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.GuiModList
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.IColoredBakedQuad
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.IColoredBakedQuad
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.IExtendedBlockState
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.IExtendedBlockState
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.IRenderHandler
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.IRenderHandler
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ISmartBlockModel
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ISmartBlockModel
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ItemModelMesherForge
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ItemModelMesherForge
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.pipeline.LightUtil
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.pipeline.LightUtil
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.MinecraftForge
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.MinecraftForge
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.MinecraftForgeClient
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.MinecraftForgeClient
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ModelLoader
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ModelLoader
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderBlockOverlayEvent$OverlayType
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderBlockOverlayEvent$OverlayType
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.registry.RenderingRegistry
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.registry.RenderingRegistry
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderItemInFrameEvent
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderItemInFrameEvent
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Pre
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Pre
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Post
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Post
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Pre
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Pre
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Post
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Post
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.WorldEvent$Load
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.WorldEvent$Load
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] *** Reflector Vanilla ***
|
[07:46:59] [Client thread/INFO]: [OptiFine] *** Reflector Vanilla ***
|
||||||
[22:09:18] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: optifine.OptiFineClassTransformer
|
[07:46:59] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: optifine.OptiFineClassTransformer
|
||||||
[22:09:19] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\logo-bg-new.png).javax.imageio.IIOException: Can't read input file!
|
[07:46:59] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\logo-bg-new.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:19] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\settings.png).javax.imageio.IIOException: Can't read input file!
|
[07:46:59] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\settings.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:19] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\user.png).javax.imageio.IIOException: Can't read input file!
|
[07:46:59] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\user.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:19] [Client thread/INFO]: LWJGL Version: 2.9.4
|
[07:46:59] [Client thread/INFO]: LWJGL Version: 2.9.4
|
||||||
[22:09:19] [Client thread/INFO]: [OptiFine]
|
[07:47:00] [Client thread/INFO]: [OptiFine]
|
||||||
[22:09:19] [Client thread/INFO]: [OptiFine] OptiFine_1.8.8_HD_U_H8
|
[07:47:00] [Client thread/INFO]: [OptiFine] OptiFine_1.8.8_HD_U_H8
|
||||||
[22:09:19] [Client thread/INFO]: [OptiFine] Build: null
|
[07:47:00] [Client thread/INFO]: [OptiFine] Build: null
|
||||||
[22:09:19] [Client thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
|
[07:47:00] [Client thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
|
||||||
[22:09:19] [Client thread/INFO]: [OptiFine] Java: 1.8.0_202, Oracle Corporation
|
[07:47:00] [Client thread/INFO]: [OptiFine] Java: 1.8.0_202, Oracle Corporation
|
||||||
[22:09:19] [Client thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
[07:47:00] [Client thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
[22:09:19] [Client thread/INFO]: [OptiFine] LWJGL: 2.9.4
|
[07:47:00] [Client thread/INFO]: [OptiFine] LWJGL: 2.9.4
|
||||||
[22:09:19] [Client thread/INFO]: [OptiFine] OpenGL: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2, version 4.6.0 NVIDIA 532.03, NVIDIA Corporation
|
[07:47:00] [Client thread/INFO]: [OptiFine] OpenGL: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2, version 4.6.0 NVIDIA 532.03, NVIDIA Corporation
|
||||||
[22:09:19] [Client thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
|
[07:47:00] [Client thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
|
||||||
[22:09:19] [Client thread/INFO]: [OptiFine] Maximum texture size: 32768x32768
|
[07:47:00] [Client thread/INFO]: [OptiFine] Maximum texture size: 32768x32768
|
||||||
[22:09:19] [Thread-6/INFO]: [OptiFine] Checking for new version
|
[07:47:00] [Thread-6/INFO]: [OptiFine] Checking for new version
|
||||||
[22:09:19] [Client thread/INFO]: [Shaders] ShadersMod version: 2.4.12
|
[07:47:00] [Client thread/INFO]: [Shaders] ShadersMod version: 2.4.12
|
||||||
[22:09:19] [Client thread/INFO]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 532.03
|
[07:47:00] [Client thread/INFO]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 532.03
|
||||||
[22:09:19] [Client thread/INFO]: [Shaders] Vendor: NVIDIA Corporation
|
[07:47:00] [Client thread/INFO]: [Shaders] Vendor: NVIDIA Corporation
|
||||||
[22:09:19] [Client thread/INFO]: [Shaders] Renderer: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2
|
[07:47:00] [Client thread/INFO]: [Shaders] Renderer: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2
|
||||||
[22:09:19] [Client thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
|
[07:47:00] [Client thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
|
||||||
[22:09:19] [Client thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
|
[07:47:00] [Client thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
|
||||||
[22:09:19] [Client thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
|
[07:47:00] [Client thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
|
||||||
[22:09:19] [Client thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
|
[07:47:00] [Client thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
|
||||||
[22:09:19] [Client thread/INFO]: [Shaders] Load ShadersMod configuration.
|
[07:47:00] [Client thread/INFO]: [Shaders] Load ShadersMod configuration.
|
||||||
[22:09:19] [Client thread/INFO]: [Shaders] Shaders can not be loaded, Fast Render is enabled.
|
[07:47:00] [Client thread/INFO]: [Shaders] Shaders can not be loaded, Fast Render is enabled.
|
||||||
[22:09:19] [Client thread/INFO]: [Shaders] No shaderpack loaded.
|
[07:47:00] [Client thread/INFO]: [Shaders] No shaderpack loaded.
|
||||||
[22:09:19] [Client thread/INFO]: Reloading ResourceManager: Default, ! §bPotfast 5kay.zip
|
[07:47:00] [Client thread/INFO]: Reloading ResourceManager: Default, ! §bPotfast 5kay.zip
|
||||||
[22:09:19] [Client thread/INFO]: [OptiFine] *** Reloading textures ***
|
[07:47:00] [Client thread/INFO]: [OptiFine] *** Reloading textures ***
|
||||||
[22:09:19] [Client thread/INFO]: [OptiFine] Resource packs: ! §bPotfast 5kay.zip
|
[07:47:00] [Client thread/INFO]: [OptiFine] Resource packs: ! §bPotfast 5kay.zip
|
||||||
[22:09:19] [Thread-6/INFO]: [OptiFine] Version found: I7
|
[07:47:00] [Thread-6/INFO]: [OptiFine] Version found: I7
|
||||||
[22:09:19] [Sound Library Loader/INFO]: Starting up SoundSystem...
|
[07:47:00] [Sound Library Loader/INFO]: Starting up SoundSystem...
|
||||||
[22:09:20] [Thread-7/INFO]: Initializing LWJGL OpenAL
|
[07:47:00] [Thread-7/INFO]: Initializing LWJGL OpenAL
|
||||||
[22:09:20] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
|
[07:47:00] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
|
||||||
[22:09:20] [Thread-7/INFO]: OpenAL initialized.
|
[07:47:00] [Thread-7/INFO]: OpenAL initialized.
|
||||||
[22:09:20] [Sound Library Loader/INFO]: Sound engine started
|
[07:47:01] [Sound Library Loader/INFO]: Sound engine started
|
||||||
[22:09:20] [Client thread/INFO]: [OptiFine] Multitexture: false
|
[07:47:01] [Client thread/INFO]: [OptiFine] Multitexture: false
|
||||||
[22:09:21] [Client thread/INFO]: Created: 2048x2048 textures-atlas
|
[07:47:02] [Client thread/INFO]: Created: 2048x2048 textures-atlas
|
||||||
[22:09:21] [Client thread/INFO]: [OptiFine] *** Reloading custom textures ***
|
[07:47:02] [Client thread/INFO]: [OptiFine] *** Reloading custom textures ***
|
||||||
[22:09:21] [Client thread/INFO]: [OptiFine] Enable face culling: acacia_leaves, birch_leaves, dark_oak_leaves, jungle_leaves, oak_leaves, spruce_leaves
|
[07:47:02] [Client thread/INFO]: [OptiFine] Enable face culling: acacia_leaves, birch_leaves, dark_oak_leaves, jungle_leaves, oak_leaves, spruce_leaves
|
||||||
[22:09:28] [Server thread/INFO]: Starting integrated minecraft server version 1.8.8
|
[07:47:48] [Server thread/INFO]: Starting integrated minecraft server version 1.8.8
|
||||||
[22:09:28] [Server thread/INFO]: Generating keypair
|
[07:47:48] [Server thread/INFO]: Generating keypair
|
||||||
[22:09:28] [Server thread/INFO]: Preparing start region for level 0
|
[07:47:48] [Server thread/INFO]: Preparing start region for level 0
|
||||||
[22:09:28] [Server thread/INFO]: Changing view distance to 8, from 10
|
[07:47:48] [Server thread/INFO]: Changing view distance to 8, from 10
|
||||||
[22:09:28] [Server thread/INFO]: Player90[local:E:2314a6b1] logged in with entity id 154 at (521.3000000119209, 67.24918707874468, 226.69999998807907)
|
[07:47:49] [Server thread/INFO]: Player829[local:E:b88a9134] logged in with entity id 154 at (521.3000000119209, 66.0, 226.69999998807907)
|
||||||
[22:09:28] [Server thread/INFO]: Player90 joined the game
|
[07:47:49] [Server thread/INFO]: Player829 joined the game
|
||||||
[22:09:29] [Client thread/INFO]: [CHAT] A new §eOptiFine§f version is available: §eHD Ultra I7§f
|
[07:47:49] [Client thread/INFO]: [CHAT] A new §eOptiFine§f version is available: §eHD Ultra I7§f
|
||||||
[22:09:30] [Server thread/INFO]: Saving and pausing game...
|
[07:47:50] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\maximize.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:30] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
[07:47:50] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\user.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:30] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
[07:47:50] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\laptop.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:30] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
[07:47:50] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\badge.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:50] [Client thread/INFO]: Stopping!
|
[07:47:50] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\other.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:50] [Client thread/INFO]: [Athena] Shutting down client
|
[07:47:50] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\oflow.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:50] [Client thread/INFO]: SoundSystem shutting down...
|
[07:47:50] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofmed.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:50] [Server thread/INFO]: Stopping server
|
[07:47:50] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofhigh.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:50] [Server thread/INFO]: Saving players
|
[07:47:52] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\maximize.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:50] [Server thread/INFO]: Saving worlds
|
[07:47:52] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\user.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:50] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
[07:47:52] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\laptop.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:50] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
[07:47:52] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\badge.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:50] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
[07:47:52] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\other.png).javax.imageio.IIOException: Can't read input file!
|
||||||
[22:09:50] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
|
[07:47:52] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\oflow.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:47:52] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofmed.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:47:52] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofhigh.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:47:53] [Server thread/INFO]: Saving and pausing game...
|
||||||
|
[07:47:54] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
||||||
|
[07:47:54] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
||||||
|
[07:47:54] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
||||||
|
[07:47:55] [Server thread/INFO]: Saving and pausing game...
|
||||||
|
[07:47:55] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
||||||
|
[07:47:55] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
||||||
|
[07:47:55] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
||||||
|
[07:47:58] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\maximize.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:47:58] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\user.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:47:58] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\laptop.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:47:58] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\badge.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:47:58] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\other.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:47:58] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\oflow.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:47:58] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofmed.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:47:58] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofhigh.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:00] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\maximize.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:00] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\user.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:00] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\laptop.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:00] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\badge.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:00] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\other.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:00] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\oflow.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:00] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofmed.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:00] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofhigh.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:01] [Server thread/INFO]: Saving and pausing game...
|
||||||
|
[07:48:01] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
||||||
|
[07:48:01] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
||||||
|
[07:48:01] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
||||||
|
[07:48:03] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\maximize.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:03] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\user.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:03] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\laptop.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:03] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\badge.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:03] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\other.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:03] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\oflow.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:03] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofmed.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:03] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofhigh.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:06] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\maximize.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:06] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\user.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:06] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\laptop.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:06] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\badge.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:06] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\other.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:06] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\oflow.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:06] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofmed.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:06] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofhigh.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:07] [Server thread/INFO]: Saving and pausing game...
|
||||||
|
[07:48:07] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
||||||
|
[07:48:07] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
||||||
|
[07:48:07] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
||||||
|
[07:48:10] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\maximize.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:10] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\user.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:10] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\laptop.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:10] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\badge.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:10] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\other.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:10] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\oflow.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:10] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofmed.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:10] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofhigh.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:12] [Server thread/INFO]: Saving and pausing game...
|
||||||
|
[07:48:12] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
||||||
|
[07:48:12] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
||||||
|
[07:48:12] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
||||||
|
[07:48:15] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\maximize.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:15] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\user.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:15] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\laptop.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:15] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\badge.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:15] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\other.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:15] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\oflow.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:15] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofmed.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:15] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofhigh.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:16] [Server thread/INFO]: Saving and pausing game...
|
||||||
|
[07:48:16] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
||||||
|
[07:48:16] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
||||||
|
[07:48:16] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
||||||
|
[07:48:19] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\maximize.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:19] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\user.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:19] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\laptop.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:19] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\badge.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:19] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\other.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:19] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\oflow.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:19] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofmed.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:19] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofhigh.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:20] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\maximize.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:20] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\user.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:20] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\laptop.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:20] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\badge.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:20] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\other.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:20] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\oflow.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:20] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofmed.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:20] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofhigh.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:21] [Server thread/INFO]: Saving and pausing game...
|
||||||
|
[07:48:21] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
||||||
|
[07:48:21] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
||||||
|
[07:48:21] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
||||||
|
[07:48:24] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\maximize.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:24] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\user.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:24] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\laptop.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:24] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\badge.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:24] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\other.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:24] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\oflow.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:24] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofmed.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:48:24] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofhigh.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:49:09] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\maximize.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:49:09] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\user.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:49:09] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\laptop.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:49:09] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\badge.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:49:09] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\other.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:49:09] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\oflow.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:49:09] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofmed.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:49:09] [Client thread/ERROR]: [Athena] Failed to load resource outside namespace (C:\Users\remig\Desktop\Athena-Client\workspace\.\assets\minecraft\Athena\gui\ofhigh.png).javax.imageio.IIOException: Can't read input file!
|
||||||
|
[07:50:25] [Server thread/INFO]: Saving and pausing game...
|
||||||
|
[07:50:25] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
||||||
|
[07:50:25] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
||||||
|
[07:50:25] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
||||||
|
@ -52,7 +52,7 @@ streamChatEnabled:0
|
|||||||
streamChatUserFilter:0
|
streamChatUserFilter:0
|
||||||
streamMicToggleBehavior:0
|
streamMicToggleBehavior:0
|
||||||
forceUnicodeFont:false
|
forceUnicodeFont:false
|
||||||
allowBlockAlternatives:false
|
allowBlockAlternatives:true
|
||||||
reducedDebugInfo:false
|
reducedDebugInfo:false
|
||||||
useNativeTransport:true
|
useNativeTransport:true
|
||||||
entityShadows:true
|
entityShadows:true
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
{"stat.flyOneCm":663,"stat.walkOneCm":593,"stat.jump":5,"stat.playOneMinute":31481,"stat.timeSinceDeath":31481,"stat.sprintOneCm":302,"achievement.exploreAllBiomes":{"value":0,"progress":["Beach"]}}
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user