• 0

    posted a message on Joypad Mod - USB Controller, Split Screen [over 350K downloads]

    It works :D awesome windows 10 fixes, excited to eventually play with mods on the latest edition of Minecraft with family instead of playing restricted console edition. I know @eastsider98052 isn't the only contributor to the GitHub, but he posted the compiled versions to here so thanks :)

    Posted in: Minecraft Mods
  • 0

    posted a message on Joypad Mod - USB Controller, Split Screen [over 350K downloads]

    I am using vladimircaveman's patched 1.9 version, and I am having issues trying to use my keyboard and mouse on one instance and a wireless Xbox one controller plugged in via USB on the other. I am only able to control one instance at a time like this, even though I should be able to control both. I confirmed that the controller does work, but trying to control two instances with one of them using it doesn't.


    My keyboard shows up as a controller because of its special function keys, so I tested the multiple instance interaction by setting the player that was to use the controller to use the keyboard instead(Xbox one controller turned off). I set the attack key to a function key, had both characters on the same world viewing each other. The player using the mouse had their window selected, and could move etc, while the other player would indeed attack whenever i pressed the function key.


    Basically, i determined i can't get the setup to work with a wireless Xbox one controller that i have connected through USB. can anyone else confirm if this is the same for them, or offer any help as to how to fix this or why it is happening?


    Edit 1: i should also mention that my system sees my keyboard as multiple devices, attached is an image displaying my keyboards devices.

    The mod also recognizes it as two separate controllers if i enable sho all devices, each only being able to use one of two sets of function keys (one can use media keys, other can use sleep and internet etc.) and none of the standard keys, on top of Minecraft recognizing the standard keys and binding them properly in the mouse menu.


    Edit 2: I just tested being able to play with two controllers and not having either player rely on a keyboard/mouse, and it still doesn't work. now i am wondering if it is a limitation imposed by having them plugged in instead of being wireless ( windows sees them separately, and the game does as well) or if it is a problem with the mod itself not being able to capture input from an Xbox one controller when the window isnt the focused window. i'm going to try an older version of the mod and minecraft and test more.


    Edit 3: Finished testing older versions of minecraft and the mod, confirmed that i cannot get it to recognize input from the controller if the instance that uses the controller is not in focus. i want to buy a wireless adapter to test if it is because the controller is plugged and using the wired drivers, but am put off by the possibility that it still wont work and would have wasted $25 on one.


    ***I will be posting this onto the GitHub today, minus this last sentence and maybe some editing, to see if anyone there can help.***

    Posted in: Minecraft Mods
  • 0

    posted a message on Flan's Mod 5.5.2 Update : 1.12.2, 100s of new Skins! : Helicopters, Mechas, Planes, Vehicles, 3D Guns, Multiplayer, TDM, CTF
    Quote from minette2400
    Hi i have a problem i have this crash-report please help me !

    http://pastebin.com/mZ8tZCth

    It appears there is a problem with the installation, as it gives a ClassNotFoundException, but not sure. This is all running on a server, with a bunch of other mods. At least two are foreign? (Plus d'aliments is More Food Mod, and no idea what altiscraft is but most of its googled info is also foreign) so yah. I basically just gave a refined error report, all i could do. :wacko:
    Posted in: Minecraft Mods
  • 0

    posted a message on Flan's Mod 5.5.2 Update : 1.12.2, 100s of new Skins! : Helicopters, Mechas, Planes, Vehicles, 3D Guns, Multiplayer, TDM, CTF
    Quote from TheAtomicMan10

    This my crash report
    when I tried it again
    ---- Minecraft Crash Report ----
    // Quite honestly, I wouldn't worry myself about that.

    Time: 7/3/14 1:49 PM
    Description: Initializing game

    java.lang.NullPointerException
    at java.util.Hashtable.put(Hashtable.java:394)
    at cpw.mods.fml.common.registry.LanguageRegistry.addStringLocalization(LanguageRegistry.java:78)
    at cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:117)
    at cpw.mods.fml.common.registry.LanguageRegistry.addName(LanguageRegistry.java:122)
    at co.uk.flansmods.common.FlansMod.load(FlansMod.java:301)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)


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

    -- Head --
    Stacktrace:
    at java.util.Hashtable.put(Hashtable.java:394)
    at cpw.mods.fml.common.registry.LanguageRegistry.addStringLocalization(LanguageRegistry.java:78)
    at cpw.mods.fml.common.registry.LanguageRegistry.addNameForObject(LanguageRegistry.java:117)
    at cpw.mods.fml.common.registry.LanguageRegistry.addName(LanguageRegistry.java:122)
    at co.uk.flansmods.common.FlansMod.load(FlansMod.java:301)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Mac OS X (x86_64) version 10.6.8
    Java Version: 1.6.0_26, Apple Inc.
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
    Memory: 55505248 bytes (52 MB) / 183320576 bytes (174 MB) up to 1069416448 bytes (1019 MB)
    JVM Flags: 1 total; -Xmx1G
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 5 mods loaded, 5 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized
    TooManyItems{1.6.4} [TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FlansMod{4.1.1} [Flans Mod] (FlansMod-4.1.1.jar) Unloaded->Constructed->Pre-initialized->Errored
    Launched Version: 1.6.4-Forge9.11.1.965
    LWJGL: 2.9.0
    OpenGL: NVIDIA GeForce 9400M OpenGL Engine GL version 2.1 NVIDIA-1.6.36, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

    First: Please use spoilers like so, or even better, upload to Pastebin then past the link here.



    Second: You have TMI Installed into the minecraft.jar, when with almost every forge mod this isn't needed. I assume you installed the wrong version, as all 1.6 forge versions go into the mods folder (at least I assume, the 1.6.4F .JAR version of TMI has no main minecraft classes) also, TooManyItems' Forum says "Note: 1.6.4 version has a problem with the newest Forge that did not exist with the original 1.6.4 Forge release. Unless I have time to go back and fix this, only use 1.6.4F with an older Forge release."
    I then looked through his posts and found no evidence that he updated the 1.6.4F version to use latest forge.

    Last: I conclude that you need to downgrade to an older forge release. The timestamp on the 1.6.4F says 2013_09_24, so get one from here made around that time, and don't forget to download and properly install the 1.6.4F version.
    Posted in: Minecraft Mods
  • 0

    posted a message on Flan's Mod 5.5.2 Update : 1.12.2, 100s of new Skins! : Helicopters, Mechas, Planes, Vehicles, 3D Guns, Multiplayer, TDM, CTF
    you can get to the site download by using a cached copy (google chrome gives you an option) but here's the download for anyone who needs it: http://adf.ly/azAqU

    Edit: the download provided is for 4.1, the rest are here: Flansmod.com/download
    Posted in: Minecraft Mods
  • 0

    posted a message on OptiFine HD (FPS Boost, Dynamic Lights, Shaders and much more)
    There is a problem with yours or Mekinisms mod, I get an error only with Optifine installed along side of Mekanism:
    cpw.mods.fml.common.LoaderException: java.lang.IllegalAccessError: tried to access field net.minecraft.client.renderer.texture.TextureMap.field_94255_a from class mekanism.client.render.MekanismRenderer
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:507)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:806)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
    Caused by: java.lang.IllegalAccessError: tried to access field net.minecraft.client.renderer.texture.TextureMap.field_94255_a from class mekanism.client.render.MekanismRenderer
    at mekanism.client.render.MekanismRenderer.getTextureMap(MekanismRenderer.java:304)
    at mekanism.client.render.tileentity.RenderConfigurableMachine.<init>(RenderConfigurableMachine.java:49)
    at mekanism.client.ClientProxy.registerSpecialTileEntities(ClientProxy.java:220)
    at mekanism.common.Mekanism.addEntities(Mekanism.java:1153)
    at mekanism.common.Mekanism.init(Mekanism.java:1234)
    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:544)
    at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:696)
    ... 10 more
    
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Windows XP (x86) version 5.1
    Java Version: 1.7.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
    Memory: 87580976 bytes (83 MB) / 186048512 bytes (177 MB) up to 518979584 bytes (494 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512m
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.16.897 Minecraft Forge 9.11.0.897 Optifine OptiFine_1.6.4_HD_U_C5 10 mods loaded, 10 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.4.16.897} [Forge Mod Loader] (minecraftforge-9.11.0.897.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.11.0.897} [Minecraft Forge] (minecraftforge-9.11.0.897.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CodeChickenCore{0.9.0.6} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Mekanism{5.5.7} [Mekanism] (Mekanism-v5.5.7.211.jar) Unloaded->Constructed->Pre-initialized->Errored
    MekanismGenerators{5.5.7} [MekanismGenerators] (MekanismGenerators-v5.5.7.211.jar) Unloaded->Constructed->Pre-initialized->Errored
    MekanismTools{5.5.7} [MekanismTools] (MekanismTools-v5.5.7.211.jar) Unloaded->Constructed->Pre-initialized->Errored
    ForgeMultipart{1.0.0.187} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.187.jar) Unloaded->Constructed->Pre-initialized->Initialized
    McMultipart{1.0.0.187} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.187.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ForgeMicroblock{1.0.0.187} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.187.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.6.X]Natura
    Quote from juanjose920_12

    2013-09-20 17:46:25 [INFO] [STDOUT] [TConstruct] Natura, what are we going to do tomorrow night?
    2013-09-20 17:46:25 [INFO] [STDOUT] [Natura] TConstruct, we're going to take over the world!
    Lol, :D

    Just as funny as Minecraft Crash reports, lol.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.3.2/1.3.1] SuperSlopes, Wallpaper, Frames
    it says you have problems with up-side down stair lighting above height 64. why not remove them as there already is the ability to place your stairs up-side down in vanilla minecraft?
    Posted in: Minecraft Mods
  • 0

    posted a message on TooManyItems, the inventory editor and more (1.8 Forge is here!)
    splargys right. each download of his has the date as its version.he updated tmi to 1.3.1,then made a bug fix one.
    2012-08-06: The present version (which has been out for a few days now) seems to have fixed the crashing bug.

    2012-07-31: Updated to 1.3.1
    im not getting 2012-08-06
    im getting 2012-08-01
    am i supposed to get 08-01 update in the downloads,or did he not bother to change the name of the file? :huh:
    Posted in: Minecraft Mods
  • 0

    posted a message on Single Player Commands [V4.9] - Official Download [SPC] [+NoClip]
    so many people want it for 1.3.1,but even when he does, he will have to update it to 1.3.2 that's coming out soon. so be patient :)
    Posted in: Minecraft Mods
  • 0

    posted a message on Single Player Commands [V4.9] - Official Download [SPC] [+NoClip]
    Hey, theres a mod that allows you to change the singleplayer to a custom server, such as bukkit and use bukkit commands/plugins. you should maybe find a way to combine em both/at least make yours compatible with his if there is a incompatibility =p anyways, this is a great mod and i hope to see it usable again in the future =)
    Posted in: Minecraft Mods
  • 0

    posted a message on X-Ray Mod with Opacity, Cave Finder, Fullbright (Always updated!)
    Quote from kamild1996

    Many thanks for Optifine merge ;) I will test it right now.

    Edit:
    It's not working. Mojang logo in less than half second, then black screen when I try to run the game.
    Mods (also sequence of installing mods):
    - OptiFine HD A1 Ultra
    - Rei's Minimap (doesn't collide with any other mod's classes)
    - Your x-ray mod (Optifine U A1 merge)

    OK kamild. my installation order is just like yours, so download Error test and run it. copy and paste the error log here. if for some reason you cant highlight directly from the command prompt, then right click and use mark. to copy what you have marked use ctrl+c. my computer is old so i have to use this form of method to get it. have no idea about the newer ones :P
    Posted in: Minecraft Mods
  • 0

    posted a message on X-Ray Mod with Opacity, Cave Finder, Fullbright (Always updated!)
    could you please merge the avd.class in optifine and this mod? this mod is very useful as emeralds are rare, and i need optifine to play on normal veiw :P. thank you though, this is great =D
    Posted in: Minecraft Mods
  • 0

    posted a message on Implode22's Custom Maps
    7:Survive more than 10 days on Normal (10 points)
    8:Survive more than 15 days on Hard (15 points)
    if u play on hard, do you get both the 10 from #7,and the 15 points form #8?
    Posted in: Maps
  • To post a comment, please .