• 0

    posted a message on Cacti - Redesigns the creative inventory to enable more immediate access to mods' creative tabs.

    Now, if I may be so bold. WHY is there no Fairylights 1.8.9, 1.9.2, or 1.10.2? Hmm?

    "The next version will be for whatever version is the most recent when I have time to update."

    Well, what thread am I posting on now? A thread for an entirely new mod! ENTIRELY NEW!!! You had time to make a new mod, but not time to update your 1.8.0 mod to even just 1.8.9? Please for goodness sake, update that darn mod to 1.8.9 at least. I personally recommend doing 1.8.9 then 1.9.2 and then 1.10.2.


    My time is spent by doing what I have an interest in. I created Cacti because I thought the concept was neat and beneficial to the community and I have since been spending my time on other projects including updating Fairy Lights to 1.10.2. Currently, Fairy Lights is completely up to date with 1.10.2 and I have practically done a complete rewrite, implemented new mechanics, and am currently adding a few more features before the unplanned release.
    Posted in: Minecraft Mods
  • 0

    posted a message on Blood N Bones Gaming's Mods
    Quote from Robijnvogel»


    Sorry...
    The Exception originates from BnB trying to add a dimensional hook for the Betweenlands, regardless of it being turned off in the BnB config.
    Obviously the crash itself happens, because Betweenlands does something funky with its Dimension.

    But why does BnB still try to add this hook?
    EDIT: Is it because BnB has to add dimensional hooks before Forge enters the state in which configs get read?


    What BnB is doing isn't specific to The Betweenlands it's a general part of the mod for any dimension. It's not anything really specific to the dimension BL is doing that is causing the crash it's just a bit of the code for the debug option which allows the player to enter a new world starting in The Betweenlands dimension.
    Posted in: Minecraft Mods
  • 0

    posted a message on Blood N Bones Gaming's Mods
    Quote from Robijnvogel»

    This crash seems to be caused solely by BnB. I don't know why it can not find a vanilla Minecraft class, but using the recommended Forge instead of the latest might help. Even though that may crash the BetweenLands. :P

    It would help if the BnB Gaming team had some kind of public repo or at least mentioned against what version of Forge their mods were compiled in the OP.

    This crash actually isn't caused by BnB, The Betweenlands and Dimensional Control both try to modify code of ServerConfigurationManager and The Betweenlands does so in a way that will probably break anything doing the same.
    Posted in: Minecraft Mods
  • 0

    posted a message on The Betweenlands ~ A dark, hostile environment...
    Quote from ZarZuf»

    I'm having this crash when I attempt to use Dimensional Control and the Betweenlands together (Dimensional Control is set to not modify the Betweenlands dimension in this setup, only the overworld):



    ---- Minecraft Crash Report ----
    // My bad.

    Time: 14/08/16 1.22
    Description: Initializing game

    java.lang.NoClassDefFoundError: Lnet/minecraft/server/management/ServerConfigurationManager;
    at java.lang.Class.getDeclaredFields0(Native Method)
    at java.lang.Class.privateGetDeclaredFields(Class.java:2575)
    at java.lang.Class.getDeclaredField(Class.java:2060)
    at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:85)
    at thebetweenlands.event.debugging.DebugHandlerClient.<clinit>(DebugHandlerClient.java:64)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:584)
    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(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.ClassNotFoundException: net.minecraft.server.management.ServerConfigurationManager
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 14 more
    Caused by: java.lang.NullPointerException
    at org.objectweb.asm.tree.InsnList.set(Unknown Source)

    at
    com.bloodnbonesgaming.dimensionalcontrol.core.module.ModuleServerConfigurationManagerClass.addDefaultDimensionHook(ModuleServerConfigurationManagerClass.java:62)

    at
    com.bloodnbonesgaming.dimensionalcontrol.core.module.ModuleServerConfigurationManagerClass.transform(ModuleServerConfigurationManagerClass.java:46)
    at com.bloodnbonesgaming.lib.core.BNBGamingLibClassTransformer.transform(BNBGamingLibClassTransformer.java:22)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    ... 16 more

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

    -- Head --
    Stacktrace:
    at java.lang.Class.getDeclaredFields0(Native Method)
    at java.lang.Class.privateGetDeclaredFields(Class.java:2575)
    at java.lang.Class.getDeclaredField(Class.java:2060)
    at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:85)
    at thebetweenlands.event.debugging.DebugHandlerClient.<clinit>(DebugHandlerClient.java:64)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:584)

    -- 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(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    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 (amd64) version 10.0
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1132605416 bytes (1080 MB) / 2140667904 bytes (2041 MB) up to 3817865216 bytes (3641 MB)
    JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G
    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.1614 8 mods loaded, 8 mods active

    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' =
    Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available
    'D' = Disabled 'E' = Errored
    UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
    UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
    UCHIJA BNBGamingLib{2.3.2} [BNBGamingLib] (BNBGamingLib-2.3.2.jar)
    UCHIJA customnpcs{1.7.10c} [CustomNpcs] (CustomNPCs_1.7.10c.jar)
    UCHIJA DimensionalControl{1.6.1} [DimensionalControl] (DimensionalControl-1.6.1.jar)
    UCHIJA nevermine{1.1.1} [Nevermine] (nevermine-1.1.6H.jar)
    UCHIJA thebetweenlands{1.0.6-alpha} [The Betweenlands] (TheBetweenlands-1.0.6-alpha-universal.jar)
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 368.69' Renderer: 'GeForce GTX 650/PCIe/SSE2'
    Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
    LWJGL: 2.9.1
    OpenGL: GeForce GTX 650/PCIe/SSE2 GL version 4.5.0 NVIDIA 368.69, NVIDIA Corporation
    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: [Sphax PureBDcraft 128x MC17.zip] 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)



    Is there any solution?


    This is caused by an incompatibility created by The Betweenlands, the 1.7.10 version is no longer supported so there will not be any fix.
    Posted in: Minecraft Mods
  • 0

    posted a message on Cacti - Redesigns the creative inventory to enable more immediate access to mods' creative tabs.
    Quote from Sinhika»

    Is this client-side only, or does it need to be installed on both server & client? it looks like it ought to be client-side only, but I've been fooled before.


    You're correct it is client only, but if it's in the server's mods folder it won't break anything.
    Posted in: Minecraft Mods
  • 0

    posted a message on Fairy Lights - Decorate your world with hanging lights and bunting!
    Quote from TaigaBunny»

    Nice mod!

    Is it not compatible with NEI? I can get a stack of lights in cheat mode but in recipe mode nothing shows up.


    Just a suggestion - how about a few stand alone lights like wall bracket lights and lanterns? It seems hard to find those in a mod. Maybe even a Christmas tree star?


    The fairy lights recipe isn't a regular recipe so it can't be shown unless I were to provide integration. When I release Fairy Lights for 1.10.2 I provide integration with JEI. I may add different light fixtures in the future, thanks for the suggestion.
    Posted in: Minecraft Mods
  • 0

    posted a message on Cacti - Redesigns the creative inventory to enable more immediate access to mods' creative tabs.
    Quote from 64M34DD1C7»

    Looks neat. I know this is off topic, but do you ever plan on updating this mod?:

    http://www.planetminecraft.com/mod/1710172164-forge-pumpkin-carvier/


    It's possible, I don't currently plan on it but if I do it would be this October.
    Posted in: Minecraft Mods
  • 6

    posted a message on Cacti - Redesigns the creative inventory to enable more immediate access to mods' creative tabs.

    Cacti, short for CAtegorical CreaTive Inventory, redesigns the creative inventory to enable more immediate access to mods' creative tabs. When many mods are installed that add custom creative tabs it becomes cumbersome to page between several tabs while using the creative menu, to resolve this Cacti groups every mods' tabs into their own category. These categories are displayed as tabs on the side of the menu.



    For mods with many tabs, Cacti provides the ability for them to categorize their own tabs with the Cacti API.


    Configuration

    hr


    Display Side


    By default the categories are displayed on the left of the GUI, this option allows you to toggle it to the right in case it is more convenient.


    Group Single Tab Mods


    Mods which only add a single tab will be put under a "Grouped Mods" category when this option is true, by default it is false.


    Remember Last Tab


    If this option is true when the GUI is opened it will return to the previously opened tab, true by default.


    Issues & Feature Requests

    hr


    Please report bugs and submit feature requests here and when submitting a bug be sure to follow this guide.


    Download

    hr








    For Developers

    hr


    Source code for this mod is available on GitHub, here. You can read the usage guide for the Cacti API here.


    For Resource Pack Creators

    hr


    Cacti adds one texture, cacti/textures/wigets.png. In order to support it your resource pack must also have minecraft/textures/gui/container/creative_inventory/tabs.png or else rendering will switch to using the button textures from minecraft/textures/gui/widgets.png.


    License

    hr


    CC BY-NC-ND 3.0

    Posted in: Minecraft Mods
  • 0

    posted a message on Fairy Lights - Decorate your world with hanging lights and bunting!
    Quote from Reika»

    Seconded. Also, would it be possible to make the recipe use the Ore Dictionary? Having to use vanilla dyes is rather inconvenient when I have 10K Botania floral powder.

    Fairy Lights does make full use of the Ore Dictionary. I've looked into why the recipes wouldn't accept Botania floral powders and concluded it is that Botania doesn't register the floral powder item for "dye" (wildcard), but only each specific dye. You'll need to report that to Botania.
    Posted in: Minecraft Mods
  • 0

    posted a message on Fairy Lights - Decorate your world with hanging lights and bunting!
    Quote from walkingpsycho»

    Will you be doing this for 1.10?


    The next version will be for whatever version is the most recent when I have time to update.
    Posted in: Minecraft Mods
  • 1

    posted a message on Paint This!
    Quote from Nnystyxx»

    Do you have any intent to update this (or other mods) to 1.9 or further?


    I do plan on updating Paint This! and my other mods in the future, I'm currently devoting my time to other mods.
    Posted in: Minecraft Mods
  • 0

    posted a message on Paint This!
    Quote from AuronFFX»

    Does a 1.7.10 version exist??


    No.
    Posted in: Minecraft Mods
  • 0

    posted a message on Wallpaper
    Quote from ArtGirl22»

    Hi! This is an amazing mod! I have one question, I'm able to get the mod working on my minecraft game (1.7.10), but I'm also running a (private for friends) server and would like to put this mod on it. I have a bunch of other mods on as well and they all work, but when I try to add the wallpaper mod my server crashes. Here is the server log if you want to take a look. Thanks! ps. I'm on a mac if that changes anything.







    Last login: Sun Jul 3 20:58:51 on ttys000


    27-iMac:~ artgirl$ /Users/artgirl/Desktop/Minecraft\ Mod\ Server/start.command ; exit;


    [20:58:59] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker


    [20:58:59] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker


    [20:58:59] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker


    [20:58:59] [main/INFO] [FML]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading


    [20:58:59] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.11.5, installed at /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:461]: java.lang.UnsupportedClassVersionError: com/pau101/wallpaper/core/WallpaperLoadingPlugin : Unsupported major.minor version 51.0


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClass1(Native Method)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClass(ClassLoader.java:621)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.access$000(URLClassLoader.java:58)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader$1.run(URLClassLoader.java:197)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.security.AccessController.doPrivileged(Native Method)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.findClass(URLClassLoader.java:190)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.forName0(Native Method)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.forName(Class.java:249)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.reflect.Method.invoke(Method.java:597)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)


    [20:58:59] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at /Users/artgirl/Desktop/Minecraft Mod Server/. for Forge Mod Loader


    java.lang.UnsupportedClassVersionError: com/pau101/wallpaper/core/WallpaperLoadingPlugin : Unsupported major.minor version 51.0


    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.6.0_65]


    at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) ~[?:1.6.0_65]


    at java.lang.ClassLoader.defineClass(ClassLoader.java:621) ~[?:1.6.0_65]


    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) ~[?:1.6.0_65]


    at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) ~[?:1.6.0_65]


    at java.net.URLClassLoader.access$000(URLClassLoader.java:58) ~[?:1.6.0_65]


    at java.net.URLClassLoader$1.run(URLClassLoader.java:197) ~[?:1.6.0_65]


    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.6.0_65]


    at java.net.URLClassLoader.findClass(URLClassLoader.java:190) ~[?:1.6.0_65]


    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?]


    at java.lang.ClassLoader.loadClass(ClassLoader.java:306) ~[?:1.6.0_65]


    at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ~[?:1.6.0_65]


    at java.lang.Class.forName0(Native Method) ~[?:1.6.0_65]


    at java.lang.Class.forName(Class.java:249) ~[?:1.6.0_65]


    at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460) ~[forge-1.7.10-10.13.4.1558-1.7.10-universal.jar:?]


    at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389) ~[forge-1.7.10-10.13.4.1558-1.7.10-universal.jar:?]


    at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221) ~[forge-1.7.10-10.13.4.1558-1.7.10-universal.jar:?]


    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [forge-1.7.10-10.13.4.1558-1.7.10-universal.jar:?]


    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) [forge-1.7.10-10.13.4.1558-1.7.10-universal.jar:?]


    at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) [forge-1.7.10-10.13.4.1558-1.7.10-universal.jar:?]


    at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23) [forge-1.7.10-10.13.4.1558-1.7.10-universal.jar:?]


    at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]


    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]


    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.6.0_65]


    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) ~[?:1.6.0_65]


    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ~[?:1.6.0_65]


    at java.lang.reflect.Method.invoke(Method.java:597) ~[?:1.6.0_65]


    at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [forge-1.7.10-10.13.4.1558-1.7.10-universal.jar:?]


    at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [forge-1.7.10-10.13.4.1558-1.7.10-universal.jar:?]


    A problem occurred running the Server launcher.[20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:461]: java.lang.reflect.InvocationTargetException


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.reflect.Method.invoke(Method.java:597)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:488]: Caused by: java.lang.UnsupportedClassVersionError: com/pau101/wallpaper/core/WallpaperLoadingPlugin : Unsupported major.minor version 51.0


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.defineClass1(Native Method)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.defineClass(ClassLoader.java:621)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader.access$000(URLClassLoader.java:58)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader$1.run(URLClassLoader.java:197)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.security.AccessController.doPrivileged(Native Method)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader.findClass(URLClassLoader.java:190)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.Class.forName0(Native Method)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.Class.forName(Class.java:249)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:460)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:389)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


    [20:58:59] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:492]: ... 6 more


    logout


    Saving session...


    ...copying shared history...


    ...saving history...truncating history files...


    ...completed.




    [Process completed]






    I see you're running Java 6, the minimum Java version required run Wallpaper is 7. You'll want to remove Java 6 which should be an option when installing a newer version. I recommend Java 8 since versions before that no longer receive public updates.
    Posted in: Minecraft Mods
  • 0

    posted a message on Wallpaper

    Hello, the Mod find just great! Wanted to ask whether the Mod for version 1.6.4 are?
    Would be very grateful.


    There is not a release for the antiquated 1.6.4 version, but there is currently support for 1.7.2, 1.7.10, and 1.8.
    Posted in: Minecraft Mods
  • 0

    posted a message on Fairy Lights - Decorate your world with hanging lights and bunting!
    Quote from Lukizin»
    to this day I do not know how to put these lights -.-

    I don't understand, did you craft fairy lights from two iron ingots, string, and lights?
    Posted in: Minecraft Mods
  • To post a comment, please .