• 0

    posted a message on XRay Mod (1.6.4 - 1.11) ( Vanilla/Forge/LiteLoader )

    So, any updates on this mod for MC 1.12? It's been quite a while since the beta version which doesn't work, so any information on progress would be nice.

    Posted in: Minecraft Mods
  • 0

    posted a message on XRay Mod (1.6.4 - 1.11) ( Vanilla/Forge/LiteLoader )

    Similar here with the 51 beta on 1.12. X-Ray doesn't seem to do anything (although it does seem to enable fullbright which does work), the GUI is blank. I also get each of the controls doubled up in the controls config screen, so it's hard to know which is the correct one. Full bright does work, so that's something. :)

    Posted in: Minecraft Mods
  • 2

    posted a message on XRay Mod (1.6.4 - 1.11) ( Vanilla/Forge/LiteLoader )

    Please bring back the old Fly method - double tap space to begin/end flying. Maybe have it as an option seeing as how some people have said they like the new way. I'll probably have to go back to an older version until then as I really dislike the way it works now.

    Posted in: Minecraft Mods
  • 0

    posted a message on Lunatrius' mods
    Quote from Lunatrius


    Grab the 1.7.2 core instead of the 1.7.10.

    Thanks, worked a treat.
    Posted in: Minecraft Mods
  • 0

    posted a message on Lunatrius' mods
    :::  Crash Report  :::
    Mod name: Monster Spawn Highlighter
    Mod version: 1.4.1.27
    Forge version: 10.13.0.1179
    Operating system: Windows 7 x64

    I had this working on 1.7.10 previously even though it's a 1.7.2 version. However after updating to the latest Lunatrius Core and Forge it crashes. Even if I remove all other mods (except Lanutrius Core and LiteLoader) it still crashes. Is there a version for 1.7.10 available?


     Lite Loader 1.7.10-01
    ArmorStatus HUD 1.27
    BspkrsCore Universal 6.13
    Damage Indicators Mod 3.2.0
    Directions HUD 1.23
    Status Effect HUD 1.26
    CodeChicken Core 1.0.2.11
    Inventory Tweaks 1.57-116
    Lunatrius Core 1.1.0.8
    VoxelMap 1.2.0 (litemod)
    Not Enough Items 1.0.2.26
    XRay v9


     
    ---- Minecraft Crash Report ----
    
    // On the bright side, I bought you a teddy bear!
    
    Time: 12/07/14 01:54
    Description: There was a severe problem during mod loading that has caused the game to fail
    
    cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/github/lunatrius/msh/config/Config
     at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
     at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
     at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
     at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
     at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
     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:134)
     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.NoClassDefFoundError: com/github/lunatrius/msh/config/Config
     at com.github.lunatrius.msh.MonsterSpawnHighlighter.preInit(MonsterSpawnHighlighter.java:31)
     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:513)
     at sun.reflect.GeneratedMethodAccessor3.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:208)
     at cpw.mods.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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
     at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
     ... 10 more
    Caused by: java.lang.ClassNotFoundException: com.github.lunatrius.msh.config.Config
     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     ... 37 more
    Caused by: java.lang.NoClassDefFoundError: com/github/lunatrius/core/config/Configuration
     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:180)
     ... 39 more
    Caused by: java.lang.ClassNotFoundException: com.github.lunatrius.core.config.Configuration
     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:99)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     ... 43 more
    
    
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    
    -- System Details --
    Details:
     Minecraft Version: 1.7.10
     Operating System: Windows 7 (amd64) version 6.1
     Java Version: 1.8.0_05, Oracle Corporation
     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
     Memory: 57995424 bytes (55 MB) / 270008320 bytes (257 MB) up to 1908932608 bytes (1820 MB)
     JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G
     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.11.1179 Minecraft Forge 10.13.0.1179 14 mods loaded, 13 mods active
     mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
     FML{7.10.11.1179} [Forge Mod Loader] (forge-1.7.10-10.13.0.1179.jar) Unloaded->Constructed->Pre-initialized
     Forge{10.13.0.1179} [Minecraft Forge] (forge-1.7.10-10.13.0.1179.jar) Unloaded->Constructed->Pre-initialized
     CodeChickenCore{1.0.2.11} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
     NotEnoughItems{1.0.2.26} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.26-universal.jar) Unloaded->Constructed->Pre-initialized
     bspkrsCore{6.13} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.13.jar) Unloaded->Constructed->Pre-initialized
     ArmorStatusHUD{1.27} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.27.jar) Unloaded->Constructed->Pre-initialized
     DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized
     DirectionHUD{1.23} [DirectionHUD] ([1.7.10]DirectionHUD-client-1.23.jar) Unloaded->Constructed->Pre-initialized
     StatusEffectHUD{1.26} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.26.jar) Unloaded->Constructed->Pre-initialized
     inventorytweaks{1.57-116} [Inventory Tweaks] (InventoryTweaks-1.57-116.jar) Unloaded->Constructed->Pre-initialized
     LunatriusCore{1.1.0.8} [LunatriusCore] (LunatriusCore-1.7.10-1.1.0.8-universal.jar) Unloaded->Constructed->Pre-initialized
     MonsterSpawnHighlighter{1.4.1.27} [Monster Spawn Highlighter] (MonsterSpawnHighlighter-1.7.2-1.4.1.27-universal.jar) Unloaded->Constructed->Errored
     XRay{v9.1} [XRay] (minecraft.jar) Unloaded->Disabled
    Posted in: Minecraft Mods
  • 0

    posted a message on Lunatrius' mods
    Nice one, working perfectly. Thanks for that. :)
    Posted in: Minecraft Mods
  • 0

    posted a message on Lunatrius' mods
    Quote from Lunatrius

    I'll look into it, shouldn't be too hard.


    Any progress on this please?
    Posted in: Minecraft Mods
  • 0

    posted a message on ChickenBones Mods
    Quote from Cooldualpool

    May I include some of your mods in a private modpack?


    Did you read the first post? This question is directly answered there.
    Posted in: Minecraft Mods
  • 0

    posted a message on Lunatrius' mods
    Would it be possible to add an option in InGameInfo XML so that the display is hidden when TAB is pressed to show the player list? Just like the option to hide when chat is shown? I have some info showing top centre and it obscures the top few entries on the player list.
    Posted in: Minecraft Mods
  • 1

    posted a message on TooManyItems, the inventory editor and more (1.8 Forge is here!)
    The latest version of Forge that this works with is 1007, anything after that crashes MC before it even starts properly.
    Posted in: Minecraft Mods
  • 0

    posted a message on 1.8 Updates: Features from the Pre-Release!
    So, where on earth are these villages? I've just travelled for a Minecraft week in both Survival and Creative (flying in creative) and no sign of a single village.
    Posted in: Minecraft News
  • 0

    posted a message on Want to play 1.8 Early? Here's How!
    I can't play for more than about 5 minutes before I get the Saving Chunks... out of memory errors. Already allocated Java 1GB or ram. Lots of other bugs too. Leave stuff on the crafting table when you exit craft, and it pops off onto the floor, but I can't pick it up. Still getting see through chunk errors allowing me to see all the passages down below.

    Lighting is nice.
    Posted in: Minecraft News
  • 0

    posted a message on Moving away.
    Quote from MasterCrenox

    Do you miss living with your parents?


    Not really. I love my parents (although my mum died a few years back now), but I could never move back in with my Dad now (mind you I'm now in my 40s, so it would be a little sad to be living with my parents at my age). It didn't take long at all to adjust and like having my own freedom, even though the first place I had was tiny and crap.

    I am master in my own home. I want to do something, I do it. I don't want to do something, it doesn't get done.
    Posted in: General Off Topic
  • 0

    posted a message on Moving away.
    I went away for the weekend with a bunch of mates and returned to find my parents had moved to the other side of the country!

    Luckily I knew this was happening, so I was 95% moved out myself. :wink.gif:

    It's a little scary at first, but you soon come to realise that it's the best thing you can do. The sense of freedom and control is wonderful. As long as you're financially OK, and can cook a simple meal or 3 you won't regret spreading your wings and setting out on your own.
    Posted in: General Off Topic
  • 0

    posted a message on Plugins problem
    I'm having a big problem with using plugins with Minecraft. Any plugins.

    I've tried a whole bunch, and it's the same with them all. If I try and play the game in the browser it just doesn't start. If I try and play the game through the stand-alone exe it starts, the plug-in is working, but after a couple of minutes at most I get an error telling me that it's run out of memory and I'm chucked out of the game.

    I've tried all sorts. My Java is up to date. I've tried allocating it more memory using the -Xms and -Xmx command line parameters. I've tried adding the plug-ins from cleanly downloaded versions of Minecraft.

    My PC is running Windows 7 Ultimate x64. I have 4GB ram, with plenty free while playing the game. Fully patched on everything.

    I'm getting very jealous watching all these videos with fun plug-ins and I can't even use Too Many Items! It's very frustrating. Can anyone help?

    TIA
    Posted in: Legacy Support
  • To post a comment, please .