• 0

    posted a message on NetherX v.1.3 - Dead for now. But not forever.
    Just thought that I'd share this...

    I was not all that pleased with the original Pigman Texture so I changed it...
    Posted in: Minecraft Mods
  • 0

    posted a message on The Rediscovered Mod: Unused, Unimplemented, and Removed Features
    Hi all,

    The sponge in the mod is conflicting with the id of another block in the Aether 2 mod; does anyone know how I can fix this?

    ---- Minecraft Crash Report ----
    // Sorry :(

    Time: 7/26/14 3:27 AM
    Description: Initializing game

    java.lang.IllegalArgumentException: Slot 4094 is already occupied by net.aetherteam.aether.blocks.BlockAercloud@1679eca when adding RediscoveredMod.BlockFakeSponge@1e9f0e8
    at net.minecraft.block.Block.<init>(Block.java:348)
    at RediscoveredMod.BlockFakeSponge.<init>(BlockFakeSponge.java:20)
    at RediscoveredMod.mod_Rediscovered.load(mod_Rediscovered.java:392)
    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:540)
    at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    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:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    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:105)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)


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

    -- Head --
    Stacktrace:
    at net.minecraft.block.Block.<init>(Block.java:348)
    at RediscoveredMod.BlockFakeSponge.<init>(BlockFakeSponge.java:20)
    at RediscoveredMod.mod_Rediscovered.load(mod_Rediscovered.java:392)
    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:540)
    at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    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:194)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    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:105)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:231)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:506)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:57)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

    -- System Details --
    Details:
    Minecraft Version: 1.6.2
    Operating System: Windows 8 (x86) version 6.2
    Java Version: 1.7.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
    Memory: 48227400 bytes (45 MB) / 120958976 bytes (115 MB) up to 518979584 bytes (494 MB)
    JVM Flags: 1 total; -Xmx512M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.04 FML v6.2.51.835 Minecraft Forge 9.10.0.835 12 mods loaded, 12 mods active
    mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{6.2.51.835} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{9.10.0.835} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    playercoreapi{0.1} [PlayerCoreAPI] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    threadedlighting{0.1} [Threaded Lighting] (coremods) Unloaded->Constructed->Pre-initialized->Initialized
    Aether II{Alpha v1.0.1} [Aether II] (aether.jar) Unloaded->Constructed->Pre-initialized->Initialized
    MainMenuAPI{1.0.0} [Main Menu API] (aether.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AntiPlantVirusMod{1.6.2-f-fix2} [Anti Plant Virus Mod] (AntiPlantVirus 1.6.2-f-fix2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    SpawnEggs{1.6.2.2} [Better Spawn Eggs] (Forge_BetterSpawnEggsv1.6.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized
    NetherX{1.2.2} [NetherX] (rebuilt.NetherX 1.3 for MC 1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    rediscovered{0.6} [Rediscovered Mod] (rebuilt.Rediscovered Mod v. 0.6 By Stormister.zip) Unloaded->Constructed->Pre-initialized->Errored
    weaponmod{1.6.2 v1.13.6} [Balkon's WeaponMod] (WeaponMod.zip) Unloaded->Constructed->Pre-initialized->Initialized
    Launched Version: 1.6.2
    LWJGL: 2.9.0
    OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3621, Intel
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null









    Thanks,





    -JG52_Shinhoto
    Posted in: Minecraft Mods
  • 1

    posted a message on Free Avatars/Skins For Minecraft CLOSED DO NOT REQUEST
    Frost, I must honestly say I'm very disappointed.



    That you did not make this thread sooner!

    Thanks!
    Posted in: Skins
  • 0

    posted a message on Free Avatars/Skins For Minecraft CLOSED DO NOT REQUEST
    Thought this might help.
    Posted in: Skins
  • 0

    posted a message on Primitive Mobs v1.1beta - Last Updated 01/01/2018 - 1.12 beta version available!
    Hi,

    Has anyone else noticed that spawning Skeleton Warriors in the Nether spawn Wither Skeletons with Leather caps, an Iron sword on their back and a stone sword in their hands 80% of the time while 20% of the time it spawns regular Skeleton warriors. (the same percentage of normal skeleton to wither skeleton spawn ratio), but that if the mode is changed to survival and the Wither Skeleton Warriors are approached they immediately become regular Skeleton Warriors?
    Posted in: Minecraft Mods
  • 0

    posted a message on NetherX v.1.3 - Dead for now. But not forever.
    Hey Greenshoes,

    I was looking through some of your files in the mod and noticed three files named magmasquid, gluttonpresent and gluttontame, will lava squids, present gluttons and tameable gluttons be added into the mod?
    Also, will Malite or quartz torches be added?





    Thanks,





    -JG52_Shinhoto
    Posted in: Minecraft Mods
  • 0

    posted a message on Free Avatars/Skins For Minecraft CLOSED DO NOT REQUEST
    Hi,

    Could you modify this existing skin for me? (hopefully make it fit better on the player and add some transparent parts where they should be)



    http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1287666-1-5-2-1-4-7-forge-primitive-mobs-v1-4-updated-06

    For info.

    Thanks,



    -JG52-Shinhoto
    Posted in: Skins
  • 0

    posted a message on N00b-o-meter
    Starting at five.

    +1 for avatar.

    +2 for having my same interests.

    -1 for the "- 2 for "absurd of too much Anime in games.""

    7/10
    Posted in: Forum Games
  • 0

    posted a message on More Player Models 2 (Adds a character creation screen, animations and more)
    Hi,

    I have a some questions; whenever I play with the wither skeleton skin there is no attack motion for the arms, will this be fixed in the future?

    Whenever I play on meepcraft no one can see my skins, will this be fixed?

    And lastly, I know you have said that there will never ever ever be any special abilities for this mod, so would you be against someone else using your

    mod as a template for that?







    Thanks,



    -JG52_Shinhoto
    Posted in: Mods Discussion
  • 0

    posted a message on Wither Skeleton
    Hi,
    I have seen mods like "You are the Zombie" and "You are the Skeleton", has anyone made or feel like making an "You are the Wither Skeleton Mod"?





    Thanks,




    -Shinhoto
    Posted in: Requests / Ideas For Mods
  • To post a comment, please .