• 0

    posted a message on The Seasons Mod - Minecraft 1.7.10 & 1.8.9, release version '3.0-alpha2' (updated 19th of July, 2017)

    Hello,

    I have a crash report to show you. It says that there is some sort of a file missing. Can you just help me. I am using 1.7.10 version




    java.lang.RuntimeException: weatherpony.pml.implementorapi.PMLSetup$DependencyException: java.io.FileNotFoundException: http://www-us.apache.org/dist/poi/release/bin/poi-bin-3.14.zip
    at weatherpony.seasons.client.ClientProxy.setupTextureStuff(ClientProxy.java:33)
    at weatherpony.seasons.client.ClientProxy.registerRenderers(ClientProxy.java:54)
    at weatherpony.seasons.SeasonsMod.load(SeasonsMod.java:245)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at weatherpony.pml.premain.ReplacementMainThread.run(ReplacementMainThread.java:104)
    Caused by: weatherpony.pml.implementorapi.PMLSetup$DependencyException: java.io.FileNotFoundException: http://www-us.apache.org/dist/poi/release/bin/poi-bin-3.14.zip
    at weatherpony.pml.implementorapi.PMLSetup.downloadExternalDependency(PMLSetup.java:101)
    at weatherpony.partial.modloading.DependencyHelper$1.run(DependencyHelper.java:63)
    Caused by: java.io.FileNotFoundException: http://www-us.apache.org/dist/poi/release/bin/poi-bin-3.14.zip
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at weatherpony.pml.implementorapi.ExternalDependency$URLDownload_DependencyProvider.provide(ExternalDependency.java:61)
    at weatherpony.pml.implementorapi.PMLSetup.downloadExternalDependency(PMLSetup.java:93)
    ... 1 more

    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at weatherpony.seasons.client.ClientProxy.setupTextureStuff(ClientProxy.java:33)
    at weatherpony.seasons.client.ClientProxy.registerRenderers(ClientProxy.java:54)
    at weatherpony.seasons.SeasonsMod.load(SeasonsMod.java:245)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at weatherpony.pml.premain.ReplacementMainThread.run(ReplacementMainThread.java:104)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 10 (x86) version 10.0
    Java Version: 1.8.0_91, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 146802400 bytes (140 MB) / 327196672 bytes (312 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 6 mods loaded, 6 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
    UCHI Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
    UCHI mcpml{10.1} [Partial Modification Loader [for Minecraft]] (PML_MinecraftApp.jar)
    UCHE seasonsmod{pre-3.0beta13b} [The Seasons Mod] ([1.7.10]TheSeasonsMod-pre-3.0beta13b.pmlm)
    UCHI seasonsmodac{1.0} [Additional Seasons Content] ([1.7.10]TheSeasonsMod-pre-3.0beta13b.pmlm)
    GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4331' Renderer: 'Intel(R) HD Graphics 4400'
    Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
    LWJGL: 2.9.1
    OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 20.19.15.4331, Intel
    GL Caps: Using GL 1.3 multitexturing.

    Posted in: Minecraft Mods
  • 0

    posted a message on Better Records - Download songs from the internet!

    Can someone tell me, which sites are suported in this mod, because i tried Dropbox and Google Drive, and tell me to open .jar files and .json files, because my operation system can't open them.


    Edit: Now i find out that with Dropbox I can copy a link, but it doesn't work. It says that it's not supported. AND like I said I can't open files which are supported Java because of my operation system.If someone tell me to open the .json file or a .jar file, I WON'T read it

    Posted in: Minecraft Mods
  • 0

    posted a message on Web Displays - Browse On the Internet in Minecraft!

    Hello,

    I think there is problem with this mod. Every time when I click this web screen the game crashes! And when I open the saved file it crashes again! So do you think you can fix it?


    There is the crash report:

    ---- Minecraft Crash Report ----
    // There are four lights!

    Time: 2/16/16 4:03 PM
    Description: Ticking entity

    java.lang.NoSuchMethodError: net.montoyo.mcef.api.API.createBrowser(Ljava/lang/String;)Lnet/montoyo/mcef/api/IBrowser;
    at net.buildlight.webd.client.GLWebView.create(GLWebView.java:22)
    at net.buildlight.webd.entity.EntityWebScreen.createWebView(EntityWebScreen.java:164)
    at net.buildlight.webd.entity.EntityWebScreen.func_70030_z(EntityWebScreen.java:388)
    at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.World.func_72870_g(World.java:2034)
    at net.minecraft.world.World.func_72939_s(World.java:1887)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2006)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at net.buildlight.webd.client.GLWebView.create(GLWebView.java:22)
    at net.buildlight.webd.entity.EntityWebScreen.createWebView(EntityWebScreen.java:164)
    at net.buildlight.webd.entity.EntityWebScreen.func_70030_z(EntityWebScreen.java:388)
    at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.World.func_72870_g(World.java:2034)

    -- Entity being ticked --
    Details:
    Entity Type: WebDisplay.webdisp.screen.entity (net.buildlight.webd.entity.EntityWebScreen)
    Entity ID: 197182
    Entity Name: entity.WebDisplay.webdisp.screen.entity.name
    Entity's Exact location: 178.00, 87.00, 26.00
    Entity's Block location: World: (178,87,26), Chunk: (at 2,5,10 in 11,1; contains blocks 176,0,16 to 191,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: 0.00, 0.00, 0.00
    Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1887)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 1 total; [EntityClientPlayerMP['peter999999'/197, l='MpServer', x=179.79, y=87.62, z=24.86]]
    Chunk stats: MultiplayerChunkCache: 288, 288
    Level seed: 0
    Level generator: ID 03 - amplified, ver 0. Features enabled: false
    Level generator options:
    Level spawn location: World: (56,64,204), Chunk: (at 8,4,12 in 3,12; contains blocks 48,0,192 to 63,255,207), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 400406 game time, 563844 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 49 total; [EntitySkeleton['Skeleton'/196906, l='MpServer', x=231.50, y=22.00, z=38.50], EntitySecurityCamera['entity.securitycraft.SecurityCamera.name'/3627, l='MpServer', x=176.50, y=82.00, z=26.50], EntityWebScreen['entity.WebDisplay.webdisp.screen.entity.name'/197182, l='MpServer', x=178.00, y=87.00, z=26.00], EntityItem['item.item.egg'/196672, l='MpServer', x=184.78, y=83.13, z=-19.19], EntityLeashKnot['entity.LeashKnot.name'/327, l='MpServer', x=154.50, y=63.50, z=-7.50], EntityChicken['Chicken'/71, l='MpServer', x=111.53, y=70.00, z=34.53], EntityLeashKnot['entity.LeashKnot.name'/328, l='MpServer', x=151.50, y=64.50, z=-7.50], EntityChicken['Chicken'/81, l='MpServer', x=116.53, y=74.00, z=21.47], EntityChicken['Chicken'/82, l='MpServer', x=118.56, y=70.00, z=35.41], EntityChicken['Chicken'/96, l='MpServer', x=134.59, y=65.00, z=40.63], EntitySlime['Slime'/106, l='MpServer', x=164.22, y=28.00, z=71.78], EntityItemFrame['entity.ItemFrame.name'/114, l='MpServer', x=181.94, y=75.50, z=21.50], EntityWolf['Jerry'/115, l='MpServer', x=178.47, y=78.00, z=25.06], EntityClientPlayerMP['peter999999'/197, l='MpServer', x=179.79, y=87.62, z=24.86], EntityChicken['Chicken'/139, l='MpServer', x=213.44, y=62.45, z=33.63], EntityItem['item.item.egg'/196756, l='MpServer', x=135.13, y=63.13, z=42.88], EntityChicken['Chicken'/157, l='MpServer', x=239.53, y=62.46, z=17.16], EntityLeashKnot['entity.LeashKnot.name'/670, l='MpServer', x=152.50, y=64.50, z=-7.50], EntitySlime['Slime'/69537, l='MpServer', x=231.69, y=21.00, z=11.69], EntitySkeleton['Skeleton'/84907, l='MpServer', x=188.59, y=68.00, z=8.69], EntityCreeper['Creeper'/84906, l='MpServer', x=183.97, y=70.00, z=8.47], EntitySecurityCamera['entity.securitycraft.SecurityCamera.name'/166581, l='MpServer', x=176.50, y=82.00, z=26.50], EntitySecurityCamera['entity.securitycraft.SecurityCamera.name'/3774, l='MpServer', x=160.50, y=69.00, z=-12.50], EntityLuggage['Luggage'/198, l='MpServer', x=154.84, y=63.00, z=-7.09], EntityLuggage['Luggage'/199, l='MpServer', x=154.06, y=63.00, z=-7.09], EntityLuggage['Luggage'/200, l='MpServer', x=153.78, y=64.00, z=-8.25], EntityLuggage['Luggage'/201, l='MpServer', x=154.88, y=63.00, z=-8.22], EntityLuggage['Luggage'/202, l='MpServer', x=151.09, y=64.00, z=-7.13], EntityLuggage['Luggage'/203, l='MpServer', x=151.97, y=64.00, z=-7.09], EntityLuggage['Luggage'/204, l='MpServer', x=153.25, y=63.00, z=-7.09], EntityLuggage['Luggage'/205, l='MpServer', x=150.25, y=64.00, z=-8.06], EntityChicken['Chicken'/209, l='MpServer', x=189.09, y=84.00, z=-25.47], EntityPig['Pig'/210, l='MpServer', x=176.16, y=84.00, z=-23.16], EntityChicken['Chicken'/211, l='MpServer', x=184.53, y=85.00, z=-21.44], EntitySheep['Sheep'/212, l='MpServer', x=187.16, y=83.00, z=-22.94], EntitySheep['Sheep'/213, l='MpServer', x=180.47, y=84.00, z=-22.75], EntityChicken['Chicken'/218, l='MpServer', x=185.63, y=94.00, z=-43.47], EntityChicken['Chicken'/220, l='MpServer', x=195.47, y=91.00, z=-29.78], EntityItem['item.item.egg'/192222, l='MpServer', x=116.19, y=74.13, z=20.28], EntityItem['item.item.egg'/196573, l='MpServer', x=239.16, y=61.13, z=17.63], EntityPig['Pig'/229, l='MpServer', x=196.53, y=92.00, z=-31.53], EntitySheep['Sheep'/230, l='MpServer', x=195.47, y=93.00, z=-31.66], EntitySheep['Sheep'/231, l='MpServer', x=195.53, y=91.00, z=-28.75], EntityLeashKnot['entity.LeashKnot.name'/999, l='MpServer', x=153.50, y=64.50, z=-7.50], EntityCow['Cow'/233, l='MpServer', x=108.50, y=77.00, z=-45.84], EntityCow['Cow'/234, l='MpServer', x=122.50, y=102.00, z=-50.50], EntityChicken['Chicken'/235, l='MpServer', x=184.53, y=95.00, z=-53.47], EntityPig['Pig'/248, l='MpServer', x=211.09, y=89.00, z=-16.88], EntityPig['Pig'/249, l='MpServer', x=211.28, y=92.00, z=-27.91]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Integrated singleplayer server
    Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 10 (x86) version 10.0
    Java Version: 1.8.0_71, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 146864472 bytes (140 MB) / 488255488 bytes (465 MB) up to 523501568 bytes (499 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.3.1420 16 mods loaded, 16 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.3.1420-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.13.3.1420} [Minecraft Forge] (forge-1.7.10-10.13.3.1420-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    backpacks16840{3.0.3} [Backpacks!] (Backpacks-Mod-by-Brad16840-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    OpenModsCore{0.9} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    securitycraft{v1.8.1} [SecurityCraft] ([1.7.10] SecurityCraft v1.8.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    teamod{1.0.1} [Richard's Coffee & Tea Mod] (Coffee-And-Tea-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    MCEF{0.6} [Minecraft Chromium Embedded Framework] (MCEF-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    numina{0.4.0.119} [Numina] (Numina-0.4.0.119.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    powersuits{0.11.0.296} [MachineMuse's Modular Powersuits] (ModularPowersuits-0.11.0.296.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.8(1.7.10).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    OpenMods{0.9} [OpenMods] (OpenModsLib-1.7.10-0.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    OpenBlocks{1.5} [OpenBlocks] (OpenBlocks-1.7.10-1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.413.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    WebDisplay{0.11} [Web Displays] (Web-Displays-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    GL info: ' Vendor: 'Intel' Version: '4.3.0 - Build 20.19.15.4331' Renderer: 'Intel(R) HD Graphics 4400'
    OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
    Class transformer null safety: all safe
    Stencil buffer state: Function set: GL30, pool: internal, bits: 8
    Launched Version: 1.7.10-Forge10.13.3.1420-1.7.10
    LWJGL: 2.9.1
    OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 20.19.15.4331, Intel
    GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)
    Posted in: Minecraft Mods
  • To post a comment, please .