• 1

    posted a message on [Pls Help] Problem with custom tool enchanting
    Extend ItemSword not Item, the enchanting table allows you to enchant any instance of ItemArmor, ItemTool and ItemSword.
    Posted in: Modification Development
  • 1

    posted a message on Naming items without ModLoader?
    Quote from TFCxAddict

    To start, you should try as hard as possible not to modify base classes. Never put your items in Item.java. Mostly if you're using ModLoader. I would follow a ModLoader tutorial if I were you.


    Actually, people who don't want to use ModLoader with no proper reasoning shouldn't get any help. Mostly because they are too stubborn to learn java before trying to make mods so they will just keep bugging on for every single fail they make in their "code".
    Posted in: Modification Development
  • 1

    posted a message on Adding Drinks?
    Make a copy of ItemFood

    Edit
    	    par2World.playSoundAtEntity(par3EntityPlayer, "random.burp", 0.5F, par2World.rand.nextFloat() * 0.1F + 0.9F);
    to your liking then use ItemFoodNew instead of the normal one.
    Posted in: Modification Development
  • 1

    posted a message on [Solved!] Sprite Sheet for new Items. plz help!
    Quote from Joneal9174

    If you want to use a sprite sheet, Minecraft Forge has a nice API for doing that.


    I personally don't like MinecraftForge but it works. There's also an api called "ItemSprite API" by Scokeev.

    Quote from Eugatnom

    I think you would have to edit Item.java to make your new setIconCoord() replica to be readable into the item's texture.


    ...The heck?
    Posted in: Modification Development
  • 1

    posted a message on Custom blocks not spawning while using modloader
    public void GenerateSurface(World world, Random random, int BaseX, int BaseZ)
    What do you think when I say camelCase? You use camelCase for method names, is GenerateSurface 'camelCase'? Hint: No.
    Posted in: Modification Development
  • 1

    posted a message on CraftingManager.java Error:330 when making new block
    Quote from xkyouchoux

    I suggest watching these:

    [Java beginner]

    [Java Intermediate]


    I suggest you NEVER post that ******** again. Those videos are a MAJOR reason to why the modding community is so messed up. People find them and think they can become good at java with listening to some idiot say stuff in a video. Can you learn English from a set of noob videos? NOPE, you can't, same goes for java, English is just like java, C++, C, C#, VB etc etc.
    Posted in: Modification Development
  • 2

    posted a message on Exporting Mod
    Rage at you for what...? Because you made a tiny error in your logic, I make nice fails with ModLoader and it's registerBlock method all the time for some reason. Hurr durr. Glad you figured it out by yourself.
    Posted in: Modification Development
  • 1

    posted a message on CraftingManager.java Error:330 when making new block
    Quote from KrazyTraynz

    There are people who don't want to waste time reading about EVERY SINGLE VARIABLE IN JAVA. He tried to learn from a tutorial on the thread, and the tutorial was crap. Give him a break.


    The heck are you onto now? You can't learn java from youtube videos because people who make those youtube videos leeched off of other youtube videos which all suck, (Most 'tutorials' found on youtube suck in general) Learning java from a tutorial from minecraftforum.net is like trying to make a chocolate cake without flour (You don't get much without that, haha... :D ). Not knowing a **** about java and just picking up a "tutorial" on how to make a "mod" for Minecraft is also plain... idiotic because no single tutorial here can show you more than how to make some basic blocks and items of course with errors, that means the people who try to do that will go to Mod Development, click on "New Topic" and post silly questions to get help with a simple thing that they would not need to do if they had taken a week to actually learn java first, they would also manage to make actual cool mods (Example is my Popcorn smelting mod) instead of the same thing over and over 'new ore and tools' + edits to EnumToolMaterial.class and RenderPlayer.class. Yet again, no 'Give him a break' if you're simply gonna reply to this post to protect people who can't read and understand "Learn java" then I suggest you simply don't post and walk away.
    Posted in: Modification Development
  • 1

    posted a message on CraftingManager.java Error:330 when making new block
    Also, learn java for gods sake, if you don't you will have to ask for help for everything you try to make except basic items and blocks. (tools are items)
    Posted in: Modification Development
  • 5

    posted a message on Exotic Birds - Herons, Owls, Pelicans and MORE!
    This is so sexy. :o
    Posted in: Minecraft Mods
  • To post a comment, please .