• 0

    posted a message on Better PVP Mod 1.20 Forge (+ Fabric | 1.19.4 | 1.18.2 | 1.17.1 | 1.16.5 | 1.15.2 | 1.14.4 | 1.12.2 and more)
    Awesome mod, only issue I am seeing is when I use my scroll volume wheel on my keyboard, it oddly brings up the waypoint menu. I somewhat got it to disable, but I do not understand how it is binding itself to the volume key. (slider)
    Posted in: Minecraft Mods
  • 0

    posted a message on Link Info 0.6 - See basic info about webpages and view images without leaving the game
    This plugin is useful for me when looking up what members posted on the fly, hope to see this in 1.8!
    Posted in: Minecraft Mods
  • 0

    posted a message on Better HUD: Customizable Vanilla HUD and 25+ New In‑game Widgets
    Ah, makes sense. Thanks for the reply back!
    Posted in: Minecraft Mods
  • 0

    posted a message on Better HUD: Customizable Vanilla HUD and 25+ New In‑game Widgets
    Gah! Had seen it was updated to 1.1 and was thinking ooo 1.8 update. Alas I was mistaken. Hope to see the mod to 1.8 soon (Understanding no eta and it takes time of course hehe)
    Posted in: Minecraft Mods
  • 0

    posted a message on Note Block Display (with GUI)
    Awesome thanks!



    I wasn't too sure if it was the xaeroverse i knew or not, But hey! Nice to see you again :-P
    Posted in: Minecraft Mods
  • 0

    posted a message on Note Block Display (with GUI)
    This is a very handy mod to have, especially if you are into noteblocks as such. The only issue I have noticed is if you are not looking at a noteblock and hit the g key (or whatever key you have bound to it) it will crash. This is only if you don't look at a noteblock.



    This is in 1.8 as well.
    Posted in: Minecraft Mods
  • 0

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)
    Quote from Killjoy1221»

    You need to install mnm utils.

    Ah so it requires a dependancy. I found the .jar for mnm utils

    Update: It loads without crashing. kindof a odd spot for the chat box to go as well XD
    Posted in: Minecraft Mods
  • 0

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)
    Although this is a alpha stage, I built TabbyChat 2 and came with this crash, hope it helps with the building stages.


    ---- Minecraft Crash Report ----
    // Would you like a cupcake?

    Time: 1/1/15 11:23 AM
    Description: Initializing game

    java.lang.NoClassDefFoundError: mnm/mods/tabbychat/gui/settings/GuiSettingsScreen
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:422)
    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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:493)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
    at net.minecraft.client.main.Main.main(SourceFile:120)
    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)
    Caused by: java.lang.ClassNotFoundException: mnm.mods.tabbychat.gui.settings.GuiSettingsScreen
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 35 more
    Caused by: java.lang.NoClassDefFoundError: mnm/mods/util/gui/ComponentScreen
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 37 more
    Caused by: java.lang.ClassNotFoundException: mnm.mods.util.gui.ComponentScreen
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 41 more


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

    -- Head --
    Stacktrace:
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:422)
    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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:493)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:412)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
    at net.minecraft.client.main.Main.main(SourceFile:120)
    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.8
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 140961552 bytes (134 MB) / 301178880 bytes (287 MB) up to 6429081600 bytes (6131 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.10 FML v8.0.14.1281 Minecraft Forge 11.14.0.1281 4 mods loaded, 4 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML{8.0.14.1281} [Forge Mod Loader] (forge-1.8-11.14.0.1281-1.8.jar) Unloaded->Constructed
    Forge{11.14.0.1281} [Minecraft Forge] (forge-1.8-11.14.0.1281-1.8.jar) Unloaded->Constructed
    TabbyChat2{2.0.0-alpha} [TabbyChat 2] (TabbyChat-2-2.0.0-alpha.jar) Unloaded
    Launched Version: 1.8-Forge11.14.0.1281-1.8
    LWJGL: 2.9.1
    OpenGL: GeForce GTX 765M/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.75, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
    Using GL 1.3 texture combiners.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Shaders are available because OpenGL 2.1 is supported.
    VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: [Sphax PureBDcraft 128x MC18.zip]
    Current Language: English (US)
    Profiler Position: N/A (disabled)

    Posted in: Minecraft Mods
  • 0

    posted a message on Better HUD: Customizable Vanilla HUD and 25+ New In‑game Widgets
    Quote from NukeDuck»

    Thank you! I've used that mod before, really loved it. Awesome to have my own mod compared to it!

    This is simply amazing, can't wait to use it on 1.8!
    Posted in: Minecraft Mods
  • 0

    posted a message on Lookin for a server
    We have a great server that is survival flavored, has games as well and a good economy that is solid.

    Cedarcraft.org is the website

    mc.cedarcraft.org is the ip for minecraft

    ts.cedarcraft.org is the ip for teamspeak

    Hope to see you there!
    Posted in: Server Recruitment
  • 0

    posted a message on Where is Voxelmap?
    litemod is a very well maintained loader made my mumphrey, whom makes the macrokeybinds mod and helps with other mods as well. It is also well updated and afaik easier to update than others.
    Posted in: Mods Discussion
  • 1

    posted a message on Where is Voxelmap?
    Voxelmap is not stopping, here is another post by him...



    span>Clarification time. Both of those sentences are true, but they are not related like their proximity might suggest. I had taken the mod down before ever seeing this thread because I won't be on PMC anymore. I just haven't yet bothered figuring out where I'll host it in the future. The pique in the first sentence was real though, so I wasn't particularly bothered that my phrasing might lead people to think that 1 led directly to 2. It didn't though, and VoxelMap isn't going anywhere, and if I ever tire of it completely someone else will step in (hopefully someone who can tell what the heck the code does. It's inscrutable in parts I'm afraid)

    Sorry to worry anyone, that wasn't super nice of me.

    *edit* that link Mumfrey mentioned is here:http://www.mediafire.com/download/hbakk9iuuf7t0h5/mod_voxelMap_1.2.2_for_1.7.10.litemodI wouldn't bookmark it; it will change as the version number advances, but pending some more permanent solution it will work for now
    Posted in: Mods Discussion
  • 0

    posted a message on [1.4.7] [Forge Version] Clean UI - 10k downloads - Thank you! :)
    As you have all noticed, the developer of this mod has announced that they are dropping any work on it. So any updates from this developer are more likely to never happen unless another developer decides to pick it up.
    Posted in: Minecraft Mods
  • 0

    posted a message on TabbyChat v1.10.00 - SMP Chat Overhaul
    1.7.2 regex for player pm worked. so whatever changed from 1.7.2 and 1.7.10 is the issue

    Also by filtering, i meant it does not autodetect pm messages from me to player in 1.7.10.
    Posted in: Minecraft Mods
  • 0

    posted a message on TabbyChat v1.10.00 - SMP Chat Overhaul
    As ragger said seems version 1.7.10 does not filter messages correctly between self and another player. it detects me recieving, but it does not recognize me repsonding back with /msg or /r. 1.7.2 works perfectly.
    Posted in: Minecraft Mods
  • To post a comment, please .