Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • GloriousAlpaca

GloriousAlpaca

Members
 View Profile  See their activity
  • Content Count

    103
  • Joined

    June 24, 2018
  • Last visited

    December 26, 2020

Community Reputation

2 Neutral

1 Follower

  • SaltStation

About GloriousAlpaca

  • Rank
    Creeper Killer

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. GloriousAlpaca

    [1.16.4] Custom Gui instantly closes [SOLVED]

    GloriousAlpaca replied to GloriousAlpaca's topic in Modder Support

    You're right I'll just do a custom check. I'll mark this as solved. Thank you for your replies!
    • December 19, 2020
    • 9 replies
  2. GloriousAlpaca

    [1.16.4] Custom Gui instantly closes [SOLVED]

    GloriousAlpaca replied to GloriousAlpaca's topic in Modder Support

    Ahhh okay thanks! The gui is working now (except for the player Slots which are shifted up a little). I am trying to make a multiblock and I'm just opening the gui on the position of the controller when I activate the slaveblocks, do you think that will lead to bugs within the isWithinUsableDistance method?
    • December 19, 2020
    • 9 replies
  3. GloriousAlpaca

    [1.16.4] Custom Gui instantly closes [SOLVED]

    GloriousAlpaca replied to GloriousAlpaca's topic in Modder Support

    Thank you I removed them and edited the player. I'm not sure if I understand correctly, but the Tank Controller Block extends the Tank Block, so shouldn't it still work? Regardless I have changed the Block to the Tank Controller and it works now. Thank you for your help!
    • December 19, 2020
    • 9 replies
  4. GloriousAlpaca

    [1.16.4] Custom Gui instantly closes [SOLVED]

    GloriousAlpaca replied to GloriousAlpaca's topic in Modder Support

    Maybe but I kinda like the ObjectHolder, do you think it has anything to do with the bug? What are you supposed to use Objectholders for?
    • December 18, 2020
    • 9 replies
  5. GloriousAlpaca started following [1.16.4] Custom Fluid not flowing and [1.16.4] Custom Gui instantly closes [SOLVED] December 18, 2020
  6. GloriousAlpaca

    [1.16.4] Custom Gui instantly closes [SOLVED]

    GloriousAlpaca posted a topic in Modder Support

    Hello, I can't seem to figure out why my gui instantly closes after I open it. This is my code: Block Container Screen/Gui Registry Main Mod Class (Where I register the Screen) Thank you for your help!
    • December 18, 2020
    • 9 replies
  7. GloriousAlpaca

    [1.16.4] Custom Fluid not flowing

    GloriousAlpaca posted a topic in Modder Support

    Hello, I am trying to implement a custom Fluid, but when I put it into the world, using /setblock, it doesn't "flow" (See the attached picture). My Github Code Thanks for your help!
    • December 1, 2020
  8. GloriousAlpaca

    [1.12.2] Library only working on runServer/runClient (java.lang.NoClassDefFoundError)

    GloriousAlpaca replied to GloriousAlpaca's topic in Modder Support

    Well, with the hacky mess the mod is working so thank you very much! I'll still look into the transformation though. Have a nice day!
    • June 9, 2019
    • 41 replies
  9. GloriousAlpaca

    [1.12.2] Library only working on runServer/runClient (java.lang.NoClassDefFoundError)

    GloriousAlpaca replied to GloriousAlpaca's topic in Modder Support

    Wouldn't that break the libraries that use it ?
    • June 9, 2019
    • 41 replies
  10. GloriousAlpaca

    [1.12.2] Library only working on runServer/runClient (java.lang.NoClassDefFoundError)

    GloriousAlpaca replied to GloriousAlpaca's topic in Modder Support

    Why exactly is it that ugly ? What about shadowjar could I use that ? And the alternative is that I rewrite the Library itself ?
    • June 9, 2019
    • 41 replies
  11. GloriousAlpaca

    [1.12.2] Library only working on runServer/runClient (java.lang.NoClassDefFoundError)

    GloriousAlpaca replied to GloriousAlpaca's topic in Modder Support

    How should I do that ? I don't think I understand what you mean.
    • June 9, 2019
    • 41 replies
  12. GloriousAlpaca

    [1.12.2] Library only working on runServer/runClient (java.lang.NoClassDefFoundError)

    GloriousAlpaca replied to GloriousAlpaca's topic in Modder Support

    How can I load it then ?
    • June 9, 2019
    • 41 replies
  13. GloriousAlpaca

    [1.12.2] Library only working on runServer/runClient (java.lang.NoClassDefFoundError)

    GloriousAlpaca replied to GloriousAlpaca's topic in Modder Support

    Still the same error.
    • June 9, 2019
    • 41 replies
  14. GloriousAlpaca

    [1.12.2] Library only working on runServer/runClient (java.lang.NoClassDefFoundError)

    GloriousAlpaca replied to GloriousAlpaca's topic in Modder Support

    Ah two libraries don't have the right versions in their meta files. I'll fix that.
    • June 9, 2019
    • 41 replies
  15. GloriousAlpaca

    [1.12.2] Library only working on runServer/runClient (java.lang.NoClassDefFoundError)

    GloriousAlpaca replied to GloriousAlpaca's topic in Modder Support

    This is the structure of the mod folder: Is it supposed to be this way ?
    • June 9, 2019
    • 41 replies
  16. GloriousAlpaca

    [1.12.2] Library only working on runServer/runClient (java.lang.NoClassDefFoundError)

    GloriousAlpaca replied to GloriousAlpaca's topic in Modder Support

    I again have the error: ---- Minecraft Crash Report ---- // Everything's going to plan. No, really, that was supposed to happen. Time: 09.06.19 15:02 Description: Exception in server tick loop net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minebot (minebot) Caused by: java.lang.NoClassDefFoundError: org/apache/commons/collections4/map/CaseInsensitiveMap at net.dv8tion.jda.core.utils.JDALogger.<clinit>(JDALogger.java:57) at net.dv8tion.jda.core.entities.impl.JDAImpl.<clinit>(JDAImpl.java:65) at net.dv8tion.jda.core.JDABuilder.build(JDABuilder.java:890) at mod.minebot.discord.DISCORDBOT.<init>(DISCORDBOT.java:37) at mod.minebot.proxy.ServerProxy.startBot(ServerProxy.java:34) at mod.minebot.MINEBOT.preInit(MINEBOT.java:75) 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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) 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.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) 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.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: org.apache.commons.collections4.map.CaseInsensitiveMap at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 42 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_211, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 863677704 bytes (823 MB) / 998768640 bytes (952 MB) up to 5712117760 bytes (5447 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2838 5 mods loaded, 5 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:----- |:--------- |:------------ |:--------------------------------------- |:---------------------------------------- | | LCH | minecraft | 1.12.2 | minecraft.jar | None | | LCH | mcp | 9.42 | minecraft.jar | None | | LCH | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCH | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | LCE | minebot | 1.0 | minebot-1.0.jar | None | Loaded coremods (and transformers): Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt) but it did make a new folder called memory repo.
    • June 9, 2019
    • 41 replies
  • All Activity
  • Home
  • GloriousAlpaca
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community