• 0

    posted a message on RPGSL Mod

    RPGSL Mod 1.15.2 in Progress

    Posted in: WIP Mods
  • 0

    posted a message on Textures Wont load!

    And here How i register my items

    Posted in: Modification Development
  • 0

    posted a message on Textures Wont load!

    So thats the first version. Witout Textures -.-


    http://www.mediafire.com/download/76wy525g5ow5b76/RPGSLMod-1.7.2-1.0.jar


    What do you think?

    Posted in: Modification Development
  • 0

    posted a message on Textures Wont load!

    Why is this happening?

    Posted in: Modification Development
  • 0

    posted a message on Textures Wont load!

    Still not working D:

    Posted in: Modification Development
  • 0

    posted a message on Textures Wont load!

    Great Now that happens and i see nothing i did Wrong:


    ---- Minecraft Crash Report ----
    // Ooh. Shiny.

    Time: 09.04.15 22:16
    Description: Initializing game

    java.lang.IllegalArgumentException: The name RPGSLModID:Better Endersword (Upgrade: Damage) has been registered twice, for RPGSLMOD.betterenderswordup_d@764ce31c and RPGSLMOD.betterdiaswordup_p@7245c9cf.
    at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:355)
    at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:772)
    at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:740)
    at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:143)
    at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:131)
    at RPGSLMOD.RPGSLMod.preInit(RPGSLMod.java:181)
    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.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: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: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.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:118)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:512)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
    at net.minecraft.client.main.Main.main(SourceFile:103)
    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)

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

    -- Head --
    Stacktrace:
    at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:355)
    at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:772)
    at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:740)
    at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:143)
    at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:131)
    at RPGSLMOD.RPGSLMod.preInit(RPGSLMod.java:181)
    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.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: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: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.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:118)
    at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:512)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
    at net.minecraft.client.main.Main.main(SourceFile:103)
    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)



    And Thanks for helping. Cool there are people they want to help other people.

    Posted in: Modification Development
  • 0

    posted a message on Textures Wont load!

    And for Items?

    Posted in: Modification Development
  • 0

    posted a message on Textures Wont load!

    And for Items?

    Posted in: Modification Development
  • 0

    posted a message on Textures Wont load!

    Sorry but nno idea how to use it

    Posted in: Modification Development
  • 0

    posted a message on Textures Wont load!

    Can you give an example becouse i dont know how to use registericons method

    Posted in: Modification Development
  • 0

    posted a message on Textures Wont load!

    What did i wrong?

    Becouse its not working.

    Posted in: Modification Development
  • 0

    posted a message on Textures Wont load!

    I made it that way:


    package RPGSLMOD;

    import net.minecraft.creativetab.CreativeTabs;
    import net.minecraft.item.Item;

    public class itemcrystal extends Item {

    public itemcrystal(){
    setMaxStackSize(16);
    setCreativeTab(CreativeTabs.tabMaterials);
    setUnlocalizedName("Crystal");
    setTextureName("RPGSLMod:crystal");
    }

    }


    I dont understand why isnt it working.


    Im new so i dont know how to fix it.


    Thanks in Advise.

    Posted in: Modification Development
  • 0

    posted a message on I'm new please help

    Did you use command gradlew eclipse?

    Else its not configured for eclipse.

    Posted in: Modification Development
  • 0

    posted a message on RPGSL MOD
    ____________________________________

    RPGSL-MOD

    (RPG-Sword-Logic-Mod)

    This Mod is for Minecraft-1.7.2

    For the Crafing Recepies use Grafting guide:

    http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1277913-craftguide-v1-6-8-1

    This Mod contains 23 new swords and 46 new Crafting Recepies witch allows you to fight with more Damage and get cheaper Diamonds and other things.


    Download:


    I used Minecraft Textures becouse it dint worket. (I dont know why).

    If you wonder why there is sometimes no Textures.(I dont know too).


    In Future i Want to:

    - replace the Enchantment with Upgrades.

    - Fix Textures fails.

    - Add Tactical Sticks witch allows you to fight with tactical cool Abilitys.

    - What you Wish...


    Author: Gamemini


    Spezial Thanks To for Helping(Cool Guys):

    TheXFactor117: http://www.minecraftforum.net/members/TheXFactor117

    LapisSea: http://www.minecraftforum.net/members/LapisSea

    Posted in: WIP Mods
  • To post a comment, please .