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
  • Texenox

Texenox

Forge Modder
 View Profile  See their activity
  • Content Count

    79
  • Joined

    January 4, 2014
  • Last visited

    January 17, 2016

Community Reputation

2 Neutral

About Texenox

  • Rank
    Stone Miner
  • Birthday 09/23/2001

Converted

  • Gender
    Male
  • Location
    nah fam
  • Personal Text
    nice meme m8

Recent Profile Visitors

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

  1. Texenox

    For the modders out there: how do you prefer to set up a Forge 1.7 workspace?

    Texenox replied to Texenox's topic in General Discussion

    The first line in the OP explains it all.
    • April 9, 2014
    • 5 replies
  2. Texenox

    For the modders out there: how do you prefer to set up a Forge 1.7 workspace?

    Texenox replied to Texenox's topic in General Discussion

    I don't even keep my code in a maven repo. My mods are not open source.
    • April 9, 2014
    • 5 replies
  3. Texenox

    For the modders out there: how do you prefer to set up a Forge 1.7 workspace?

    Texenox posted a topic in General Discussion

    Call me really curious, I am indeed. I want to know how you guys would prefer the layout of your Forge 1.7.2 modding workspace. What I have is a regular workspace set up for IntelliJ IDEA, but with any credits, license and readme files in an extra folder called "reference", and I deleted the gradlew file that does not correspond to my Operating System. What about you guys?
    • April 8, 2014
    • 5 replies
  4. Texenox

    Nether Quartz Ore Generation???

    Texenox replied to Texenox's topic in Modder Support

    Ah, there we go. Thanks!
    • April 4, 2014
    • 4 replies
  5. Texenox

    Nether Quartz Ore Generation???

    Texenox replied to Texenox's topic in Modder Support

    So what would it look like, then?
    • April 4, 2014
    • 4 replies
  6. Texenox

    Nether Quartz Ore Generation???

    Texenox posted a topic in Modder Support

    Okay, I understand that modders have to include their own WorldGenNetherMinable class when making Nether ores. But then... how does nether quartz ore generate?
    • April 3, 2014
    • 4 replies
  7. Texenox

    Mod Integration Crash

    Texenox replied to Texenox's topic in Modder Support

    Ah, I think I get it. And it was 23 minutes, at least. Close, but not exactly.
    • April 1, 2014
    • 11 replies
  8. Texenox

    Mod Integration Crash

    Texenox replied to Texenox's topic in Modder Support

    Also, BUMP.
    • March 31, 2014
    • 11 replies
  9. Texenox

    Mod Integration Crash

    Texenox replied to Texenox's topic in Modder Support

    As in, change the mod id variable in @Instance to the mod id of the other mod?
    • March 31, 2014
    • 11 replies
  10. Texenox

    Mod Integration Crash

    Texenox replied to Texenox's topic in Modder Support

    Description: Initializing game java.lang.IllegalArgumentException: Can not set static com.tiexex.emeraldnquartz.EmeraldNQuartz field com.tiexex.emeraldnquartz.EmeraldNQuartz.instance to com.tiexex.smiley.SmileyGemMod at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:164) at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:168) at sun.reflect.UnsafeStaticObjectFieldAccessorImpl.set(UnsafeStaticObjectFieldAccessorImpl.java:79) at java.lang.reflect.Field.set(Field.java:741) at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:430) at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:361) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:516) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 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:209) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) 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:119) at cpw.mods.fml.common.Loader.loadMods(Loader.java:484) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:201) at net.minecraft.client.Minecraft.startGame(Minecraft.java:564) at net.minecraft.client.Minecraft.run(Minecraft.java:934) at net.minecraft.client.main.Main.main(Main.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
    • March 31, 2014
    • 11 replies
  11. Texenox

    Mod Integration Crash

    Texenox replied to Texenox's topic in Modder Support

    No, as in the extra FEATURES require that mod. It works standalone, but has features that activate when the other mod is loaded. I have an if(Loader.isModLoaded()) statement that detects that mod, but the crash says something about a static instance of the other mod.
    • March 30, 2014
    • 11 replies
  12. Texenox

    Mod Integration Crash

    Texenox replied to Texenox's topic in Modder Support

    Bump.
    • March 30, 2014
    • 11 replies
  13. Texenox

    Mod Integration Crash

    Texenox posted a topic in Modder Support

    Okay, so I am trying to add something in my mod that does not depend on the other, but requires the other to be loaded. I get a crash error about a static instance of the other mod.
    • March 29, 2014
    • 11 replies
  14. Texenox

    What is this I don't even.

    Texenox replied to Texenox's topic in Modder Support

    Well, that fixed it. Thread LOCKED.
    • March 18, 2014
    • 10 replies
  15. Texenox

    What is this I don't even.

    Texenox replied to Texenox's topic in Modder Support

    ALRIGHT, HOLD YOUR HORSES. I'll see if that works.
    • March 18, 2014
    • 10 replies
  • All Activity
  • Home
  • Texenox
  • Theme

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