mirror of
https://github.com/Athena-Operations/Athena-Client.git
synced 2024-11-10 04:01:32 +01:00
fixing rens autism
This commit is contained in:
parent
f9145a8288
commit
9975632fda
@ -43,15 +43,7 @@ import java.security.NoSuchAlgorithmException;
|
|||||||
@Getter
|
@Getter
|
||||||
public class Athena {
|
public class Athena {
|
||||||
|
|
||||||
public static final Athena INSTANCE;
|
public static final Athena INSTANCE = new Athena();
|
||||||
|
|
||||||
static {
|
|
||||||
try {
|
|
||||||
INSTANCE = new Athena();
|
|
||||||
} catch (NoSuchAlgorithmException e) {
|
|
||||||
throw new RuntimeException(e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private final File MAIN_DIR = Paths.get(Minecraft.getMinecraft().mcDataDir.getAbsolutePath(), "settings").toFile();
|
private final File MAIN_DIR = Paths.get(Minecraft.getMinecraft().mcDataDir.getAbsolutePath(), "settings").toFile();
|
||||||
private final File CONFIGS_DIR = Paths.get(MAIN_DIR.getAbsolutePath(), "configs").toFile();
|
private final File CONFIGS_DIR = Paths.get(MAIN_DIR.getAbsolutePath(), "configs").toFile();
|
||||||
@ -62,7 +54,7 @@ public class Athena {
|
|||||||
|
|
||||||
private final String clientName = "ATHENA";
|
private final String clientName = "ATHENA";
|
||||||
private final String clientVersionInteger = "0.0.3";
|
private final String clientVersionInteger = "0.0.3";
|
||||||
private final String clientVersion = "(" + clientVersionInteger + "/" + getStringHash(clientVersionInteger, "SHA3-256") + ")";
|
private final String clientVersion = "(" + clientVersionInteger + ")";
|
||||||
private final String clientBuild = "062623";
|
private final String clientBuild = "062623";
|
||||||
|
|
||||||
private final boolean debug = false;
|
private final boolean debug = false;
|
||||||
@ -83,9 +75,6 @@ public class Athena {
|
|||||||
private boolean isGameRunningForeground = true;
|
private boolean isGameRunningForeground = true;
|
||||||
private boolean hasSent = false;
|
private boolean hasSent = false;
|
||||||
|
|
||||||
public Athena() throws NoSuchAlgorithmException {}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initializes the client resources and setup.
|
* Initializes the client resources and setup.
|
||||||
* This method is responsible for any necessary initialization tasks,
|
* This method is responsible for any necessary initialization tasks,
|
||||||
|
@ -1,157 +1,156 @@
|
|||||||
[10:47:02] [Client thread/INFO]: Setting user: Player299
|
[16:36:02] [Client thread/INFO]: Setting user: Player461
|
||||||
[10:47:02] [Client thread/INFO]: (Session ID is token:0:Player299)
|
[16:36:02] [Client thread/INFO]: (Session ID is token:0:Player461)
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] *** Reflector Forge ***
|
[16:36:03] [Client thread/INFO]: [OptiFine] *** Reflector Forge ***
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.Attributes
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.Attributes
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.ChunkWatchEvent$UnWatch
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.ChunkWatchEvent$UnWatch
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.relauncher.CoreModManager
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.relauncher.CoreModManager
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.DimensionManager
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.DimensionManager
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Pre
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Pre
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.GuiScreenEvent$DrawScreenEvent$Post
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$CameraSetup
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$CameraSetup
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$FogColors
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.EntityViewRenderEvent$FogColors
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.EventBus
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.EventBus
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event$Result
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.eventhandler.Event$Result
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.ExtendedBlockState
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.ExtendedBlockState
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.FMLClientHandler
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.FMLClientHandler
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.FMLCommonHandler
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.common.FMLCommonHandler
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.biome.BiomeGenBase.getWaterColorMultiplier
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.biome.BiomeGenBase.getWaterColorMultiplier
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addDestroyEffects
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addDestroyEffects
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addHitEffects
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.addHitEffects
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canCreatureSpawn
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canCreatureSpawn
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canRenderInLayer
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.canRenderInLayer
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.doesSideBlockRendering
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.doesSideBlockRendering
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getBedDirection
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getBedDirection
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getExtendedState
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.getExtendedState
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.hasTileEntity
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.hasTileEntity
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isAir
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isAir
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBed
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBed
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBedFoot
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isBedFoot
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isSideSolid
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.block.Block.isSideSolid
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.canRiderInteract
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.canRiderInteract
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.captureDrops
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.captureDrops
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.capturedDrops
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Field not present: net.minecraft.entity.Entity.capturedDrops
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRenderInPass
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRenderInPass
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRiderSit
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.entity.Entity.shouldRiderSit
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.ForgeEventFactory
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.ForgeEventFactory
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeHooks
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeHooks
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ForgeHooksClient
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ForgeHooksClient
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getDurabilityForDisplay
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getDurabilityForDisplay
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getModel
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.getModel
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.onEntitySwing
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.onEntitySwing
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.shouldCauseReequipAnimation
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.shouldCauseReequipAnimation
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.showDurabilityBar
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.Item.showDurabilityBar
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.ItemRecord.getRecordResource
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.item.ItemRecord.getRecordResource
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeModContainer
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.ForgeModContainer
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.potion.PotionEffect.isCurativeItem
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.potion.PotionEffect.isCurativeItem
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.canRenderBreaking
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.canRenderBreaking
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.getRenderBoundingBox
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.getRenderBoundingBox
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.hasFastRenderer
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.hasFastRenderer
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.shouldRenderInPass
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.tileentity.TileEntity.shouldRenderInPass
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.preDrawBatch
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.preDrawBatch
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.drawBatch
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.drawBatch
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.preDraw
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.preDraw
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.postDraw
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.client.renderer.vertex.VertexFormatElement$EnumUsage.postDraw
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.countEntities
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.countEntities
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.getPerWorldStorage
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.World.getPerWorldStorage
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getCloudRenderer
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getCloudRenderer
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getSkyRenderer
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getSkyRenderer
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getWeatherRenderer
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.world.WorldProvider.getWeatherRenderer
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.GuiModList
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.GuiModList
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.IColoredBakedQuad
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.IColoredBakedQuad
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.IExtendedBlockState
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.property.IExtendedBlockState
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.IRenderHandler
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.IRenderHandler
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ISmartBlockModel
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ISmartBlockModel
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ItemModelMesherForge
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.ItemModelMesherForge
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.pipeline.LightUtil
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.pipeline.LightUtil
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.MinecraftForge
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.common.MinecraftForge
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.MinecraftForgeClient
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.MinecraftForgeClient
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ModelLoader
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.model.ModelLoader
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderBlockOverlayEvent$OverlayType
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderBlockOverlayEvent$OverlayType
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.registry.RenderingRegistry
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.registry.RenderingRegistry
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderItemInFrameEvent
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderItemInFrameEvent
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Pre
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Pre
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Post
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Post
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Pre
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Pre
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Post
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.client.event.RenderLivingEvent$Specials$Post
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.WorldEvent$Load
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraftforge.event.world.WorldEvent$Load
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] *** Reflector Vanilla ***
|
[16:36:03] [Client thread/INFO]: [OptiFine] *** Reflector Vanilla ***
|
||||||
[10:47:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: optifine.OptiFineClassTransformer
|
[16:36:03] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: optifine.OptiFineClassTransformer
|
||||||
[10:47:04] [Client thread/ERROR]: [Athena] Failed to load cape asset, missing. java.nio.file.NoSuchFileException: none
|
[16:36:04] [Client thread/ERROR]: [Athena] Failed to load cape asset, missing. java.nio.file.NoSuchFileException: none
|
||||||
[10:47:04] [Client thread/ERROR]: [Athena] Failed to load cape asset, missing. java.nio.file.NoSuchFileException: Athena\cosmetics\capes\staff.png
|
[16:36:04] [Client thread/ERROR]: [Athena] Failed to load cape asset, missing. java.nio.file.NoSuchFileException: Athena\cosmetics\capes\staff.png
|
||||||
[10:47:04] [Client thread/ERROR]: [Athena] Failed to load config default, improper json.org.json.JSONException: A JSONObject text must begin with '{' at 3 [character 1 line 2]
|
[16:36:04] [Client thread/WARN]: [Athena] Tried accessing non-existing module: primaryTheme
|
||||||
[10:47:04] [Client thread/INFO]: LWJGL Version: 2.9.4
|
[16:36:04] [Client thread/WARN]: [Athena] Tried accessing non-existing module: theme
|
||||||
[10:47:04] [Thread-8/WARN]: [Athena] Tried accessing non-existing cape: <html>
|
[16:36:04] [Client thread/ERROR]: [Athena] Failed to load config default, improper json.org.json.JSONException: JSONObject["cape"] not found.
|
||||||
|
[16:36:04] [Client thread/INFO]: LWJGL Version: 2.9.4
|
||||||
|
[16:36:04] [Thread-8/WARN]: [Athena] Tried accessing non-existing cape: <html>
|
||||||
<head><title>301 Moved Permanently</title></head>
|
<head><title>301 Moved Permanently</title></head>
|
||||||
<body>
|
<body>
|
||||||
<center><h1>301 Moved Permanently</h1></center>
|
<center><h1>301 Moved Permanently</h1></center>
|
||||||
<hr><center>nginx/1.18.0 (Ubuntu)</center>
|
<hr><center>nginx/1.18.0 (Ubuntu)</center>
|
||||||
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7e47898a0eb00b69"
|
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7e4988bf885d1c02"
|
||||||
[10:47:04] [Thread-8/WARN]: [Athena] Tried accessing non-existing cape: "version":"2023.4.0"
|
[16:36:04] [Thread-8/WARN]: [Athena] Tried accessing non-existing cape: "version":"2023.4.0"
|
||||||
[10:47:04] [Thread-8/WARN]: [Athena] Tried accessing non-existing cape: "r":1
|
[16:36:04] [Thread-8/WARN]: [Athena] Tried accessing non-existing cape: "r":1
|
||||||
[10:47:04] [Thread-8/WARN]: [Athena] Tried accessing non-existing cape: "b":1
|
[16:36:04] [Thread-8/WARN]: [Athena] Tried accessing non-existing cape: "b":1
|
||||||
[10:47:04] [Thread-8/WARN]: [Athena] Tried accessing non-existing cape: "token":"5ffa317166614d2893363e4b59c682a5"
|
[16:36:04] [Thread-8/WARN]: [Athena] Tried accessing non-existing cape: "token":"5ffa317166614d2893363e4b59c682a5"
|
||||||
[10:47:04] [Thread-8/WARN]: [Athena] Tried accessing non-existing cape: "si":100}' crossorigin="anonymous"></script>
|
[16:36:04] [Thread-8/WARN]: [Athena] Tried accessing non-existing cape: "si":100}' crossorigin="anonymous"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
[10:47:04] [Client thread/INFO]: [OptiFine]
|
[16:36:05] [Client thread/INFO]: [OptiFine]
|
||||||
[10:47:04] [Client thread/INFO]: [OptiFine] OptiFine_1.8.8_HD_U_H8
|
[16:36:05] [Client thread/INFO]: [OptiFine] OptiFine_1.8.8_HD_U_H8
|
||||||
[10:47:04] [Client thread/INFO]: [OptiFine] Build: null
|
[16:36:05] [Client thread/INFO]: [OptiFine] Build: null
|
||||||
[10:47:04] [Client thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
|
[16:36:05] [Client thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
|
||||||
[10:47:04] [Client thread/INFO]: [OptiFine] Java: 1.8.0_202, Oracle Corporation
|
[16:36:05] [Client thread/INFO]: [OptiFine] Java: 1.8.0_202, Oracle Corporation
|
||||||
[10:47:04] [Client thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
[16:36:05] [Client thread/INFO]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
||||||
[10:47:04] [Client thread/INFO]: [OptiFine] LWJGL: 2.9.4
|
[16:36:05] [Client thread/INFO]: [OptiFine] LWJGL: 2.9.4
|
||||||
[10:47:04] [Client thread/INFO]: [OptiFine] OpenGL: Intel(R) Iris(R) Xe Graphics, version 4.6.0 - Build 31.0.101.4255, Intel
|
[16:36:05] [Client thread/INFO]: [OptiFine] OpenGL: Intel(R) Iris(R) Xe Graphics, version 4.6.0 - Build 31.0.101.4255, Intel
|
||||||
[10:47:04] [Client thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
|
[16:36:05] [Client thread/INFO]: [OptiFine] OpenGL Version: 4.6.0
|
||||||
[10:47:04] [Client thread/INFO]: [OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
|
[16:36:05] [Client thread/INFO]: [OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
|
||||||
[10:47:04] [Client thread/INFO]: [OptiFine] Maximum texture size: 16384x16384
|
[16:36:05] [Client thread/INFO]: [OptiFine] Maximum texture size: 16384x16384
|
||||||
[10:47:04] [Client thread/INFO]: [Shaders] ShadersMod version: 2.4.12
|
[16:36:05] [Client thread/INFO]: [Shaders] ShadersMod version: 2.4.12
|
||||||
[10:47:04] [Client thread/INFO]: [Shaders] OpenGL Version: 4.6.0 - Build 31.0.101.4255
|
[16:36:05] [Client thread/INFO]: [Shaders] OpenGL Version: 4.6.0 - Build 31.0.101.4255
|
||||||
[10:47:04] [Client thread/INFO]: [Shaders] Vendor: Intel
|
[16:36:05] [Client thread/INFO]: [Shaders] Vendor: Intel
|
||||||
[10:47:04] [Client thread/INFO]: [Shaders] Renderer: Intel(R) Iris(R) Xe Graphics
|
[16:36:05] [Client thread/INFO]: [Shaders] Renderer: Intel(R) Iris(R) Xe Graphics
|
||||||
[10:47:04] [Client thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
|
[16:36:05] [Client thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
|
||||||
[10:47:04] [Client thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
|
[16:36:05] [Client thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
|
||||||
[10:47:04] [Client thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
|
[16:36:05] [Client thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
|
||||||
[10:47:04] [Client thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
|
[16:36:05] [Client thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
|
||||||
[10:47:04] [Client thread/INFO]: [Shaders] Load ShadersMod configuration.
|
[16:36:05] [Client thread/INFO]: [Shaders] Load ShadersMod configuration.
|
||||||
[10:47:04] [Client thread/INFO]: [Shaders] Shaders can not be loaded, Fast Render is enabled.
|
[16:36:05] [Client thread/INFO]: [Shaders] Shaders can not be loaded, Fast Render is enabled.
|
||||||
[10:47:04] [Client thread/INFO]: [Shaders] No shaderpack loaded.
|
[16:36:05] [Client thread/INFO]: [Shaders] No shaderpack loaded.
|
||||||
[10:47:04] [Client thread/INFO]: Reloading ResourceManager: Default, ! §bPotfast 5kay.zip
|
[16:36:05] [Client thread/INFO]: Reloading ResourceManager: Default, ! §bPotfast 5kay.zip
|
||||||
[10:47:04] [Client thread/INFO]: [OptiFine] *** Reloading textures ***
|
[16:36:05] [Client thread/INFO]: [OptiFine] *** Reloading textures ***
|
||||||
[10:47:04] [Client thread/INFO]: [OptiFine] Resource packs: ! §bPotfast 5kay.zip
|
[16:36:05] [Client thread/INFO]: [OptiFine] Resource packs: ! §bPotfast 5kay.zip
|
||||||
[10:47:04] [Sound Library Loader/INFO]: Starting up SoundSystem...
|
[16:36:05] [Sound Library Loader/INFO]: Starting up SoundSystem...
|
||||||
[10:47:05] [Thread-9/INFO]: Initializing LWJGL OpenAL
|
[16:36:05] [Thread-9/INFO]: Initializing LWJGL OpenAL
|
||||||
[10:47:05] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
|
[16:36:05] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
|
||||||
[10:47:05] [Client thread/INFO]: [OptiFine] Multitexture: false
|
[16:36:05] [Thread-9/INFO]: OpenAL initialized.
|
||||||
[10:47:06] [Thread-9/INFO]: OpenAL initialized.
|
[16:36:06] [Sound Library Loader/INFO]: Sound engine started
|
||||||
[10:47:06] [Sound Library Loader/INFO]: Sound engine started
|
[16:36:07] [Client thread/INFO]: [OptiFine] Multitexture: false
|
||||||
[10:47:06] [Client thread/INFO]: Created: 2048x2048 textures-atlas
|
[16:36:08] [Client thread/INFO]: Created: 2048x2048 textures-atlas
|
||||||
[10:47:07] [Client thread/INFO]: [OptiFine] *** Reloading custom textures ***
|
[16:36:08] [Client thread/INFO]: [OptiFine] *** Reloading custom textures ***
|
||||||
[10:47:07] [Client thread/INFO]: [OptiFine] Enable face culling: acacia_leaves, birch_leaves, dark_oak_leaves, jungle_leaves, oak_leaves, spruce_leaves
|
[16:36:08] [Client thread/INFO]: [OptiFine] Enable face culling: acacia_leaves, birch_leaves, dark_oak_leaves, jungle_leaves, oak_leaves, spruce_leaves
|
||||||
[10:47:13] [Server thread/INFO]: Starting integrated minecraft server version 1.8.8
|
[16:36:13] [Server thread/INFO]: Starting integrated minecraft server version 1.8.8
|
||||||
[10:47:13] [Server thread/INFO]: Generating keypair
|
[16:36:13] [Server thread/INFO]: Generating keypair
|
||||||
[10:47:13] [Server thread/INFO]: Preparing start region for level 0
|
[16:36:13] [Server thread/INFO]: Preparing start region for level 0
|
||||||
[10:47:13] [Server thread/INFO]: Changing view distance to 8, from 10
|
[16:36:14] [Server thread/INFO]: Changing view distance to 8, from 10
|
||||||
[10:47:13] [Server thread/INFO]: ziuedev[local:E:ddd721d2] logged in with entity id 115 at (899.1709840730459, 65.0, 633.9132997148439)
|
[16:36:14] [Server thread/INFO]: ziuedev[local:E:d253da00] logged in with entity id 115 at (909.5642921414179, 68.0, 665.6791969679457)
|
||||||
[10:47:13] [Server thread/INFO]: ziuedev joined the game
|
[16:36:14] [Server thread/INFO]: ziuedev joined the game
|
||||||
[10:48:41] [Server thread/INFO]: Saving and pausing game...
|
[16:36:26] [Server thread/INFO]: Saving and pausing game...
|
||||||
[10:48:41] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
[16:36:26] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
||||||
[10:48:41] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
[16:36:27] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
||||||
[10:48:41] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
[16:36:27] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
||||||
[10:48:50] [Server thread/INFO]: Saving and pausing game...
|
[16:36:27] [Client thread/INFO]: Stopping!
|
||||||
[10:48:51] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
[16:36:27] [Client thread/INFO]: [Athena] Shutting down client
|
||||||
[10:48:51] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
[16:36:27] [Client thread/INFO]: SoundSystem shutting down...
|
||||||
[10:48:51] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
[16:36:28] [Server thread/INFO]: Stopping server
|
||||||
[10:49:00] [Server thread/INFO]: Saving and pausing game...
|
[16:36:28] [Server thread/INFO]: Saving players
|
||||||
[10:49:00] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
[16:36:28] [Server thread/INFO]: Saving worlds
|
||||||
[10:49:00] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
[16:36:28] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
||||||
[10:49:00] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
[16:36:28] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
||||||
[10:49:01] [Server thread/INFO]: Saving and pausing game...
|
[16:36:28] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
||||||
[10:49:01] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Overworld
|
[16:36:28] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
|
||||||
[10:49:01] [Server thread/INFO]: Saving chunks for level 'mcpworld'/Nether
|
|
||||||
[10:49:01] [Server thread/INFO]: Saving chunks for level 'mcpworld'/The End
|
|
||||||
[10:54:00] [Client Shutdown Thread/INFO]: Stopping server
|
|
||||||
|
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
[{"name":"ziuedev","uuid":"a588da93-fe7a-3a00-87de-d96fd4924107","expiresOn":"2023-08-10 10:47:13 +0200"},{"name":"Player311","uuid":"d4625839-68ff-34de-8208-19f0e474753e","expiresOn":"2023-08-02 16:20:03 +0200"},{"name":"Player119","uuid":"8fbcb74c-bd8d-3181-a022-3c858a10477d","expiresOn":"2023-08-02 10:47:11 +0200"},{"name":"Player665","uuid":"5daba5f8-966b-3165-8089-02aaa9b1e740","expiresOn":"2023-08-02 11:22:29 +0200"},{"name":"ziue","uuid":"74e89738-6c9e-4f59-83ef-d365849e6049","expiresOn":"2023-08-01 19:27:12 +0200"},{"name":"ziue","uuid":"ae330cf9-3749-3ca0-ba31-8447e2a2786f","expiresOn":"2023-08-01 16:58:31 +0200"},{"name":"Player831","uuid":"7daaf105-640b-34bc-83e6-6c045d1c9591","expiresOn":"2023-08-02 17:44:01 +0200"},{"name":"Player995","uuid":"93bfa0b6-cc14-3c0c-8efa-0bcc48245274","expiresOn":"2023-08-02 16:21:08 +0200"},{"name":"Player504","uuid":"eb08048d-a3b9-3008-984c-fcc8bb7d8893","expiresOn":"2023-08-02 10:04:23 +0200"},{"name":"etert","uuid":"a12f6b57-b314-305d-a4de-14e5b61e7068","expiresOn":"2023-08-08 16:23:11 +0200"}]
|
[{"name":"ziuedev","uuid":"a588da93-fe7a-3a00-87de-d96fd4924107","expiresOn":"2023-08-10 16:36:14 +0200"},{"name":"Player504","uuid":"eb08048d-a3b9-3008-984c-fcc8bb7d8893","expiresOn":"2023-08-02 10:04:23 +0200"},{"name":"ziue","uuid":"ae330cf9-3749-3ca0-ba31-8447e2a2786f","expiresOn":"2023-08-01 16:58:31 +0200"},{"name":"Player119","uuid":"8fbcb74c-bd8d-3181-a022-3c858a10477d","expiresOn":"2023-08-02 10:47:11 +0200"},{"name":"Player311","uuid":"d4625839-68ff-34de-8208-19f0e474753e","expiresOn":"2023-08-02 16:20:03 +0200"},{"name":"ziue","uuid":"74e89738-6c9e-4f59-83ef-d365849e6049","expiresOn":"2023-08-01 19:27:12 +0200"},{"name":"Player995","uuid":"93bfa0b6-cc14-3c0c-8efa-0bcc48245274","expiresOn":"2023-08-02 16:21:08 +0200"},{"name":"etert","uuid":"a12f6b57-b314-305d-a4de-14e5b61e7068","expiresOn":"2023-08-08 16:23:11 +0200"},{"name":"Player831","uuid":"7daaf105-640b-34bc-83e6-6c045d1c9591","expiresOn":"2023-08-02 17:44:01 +0200"},{"name":"Player665","uuid":"5daba5f8-966b-3165-8089-02aaa9b1e740","expiresOn":"2023-08-02 11:22:29 +0200"}]
|
Loading…
Reference in New Issue
Block a user