Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Cal's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    MPGH faggots.
    Posts
    5,553
    Reputation
    394
    Thanks
    825

    [Video 2]Minecraft Coders Pack Tutorial 2:Adding a Crafting Recipe

    @jailbroken671
    ad this to the sticky



    Enjoy. i was DAMN sleepy.

  2. The Following 2 Users Say Thank You to Cal For This Useful Post:

    [MPGH]Thunder (04-25-2011),xihackx (05-29-2011)

  3. #2
    Thunder's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    North
    Posts
    13,773
    Reputation
    2920
    Thanks
    3,655
    1. Added your MSN
    2. You really need to stop doing drugs.
    3. Now I know some basic of this too

    Thanks

    [X]
    Crossfire minion since 06-12-2011
    Minecraft minion since 06-20-2011
    Moderator since 08-17-2011
    Global Moderator since 09-10-2011
    Super User since 08-27-2012
    [X] [X] [X]

  4. #3
    Cal's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    MPGH faggots.
    Posts
    5,553
    Reputation
    394
    Thanks
    825
    Quote Originally Posted by Thunder View Post
    1. Added your MSN
    2. You really need to stop doing drugs.
    3. Now I know some basic of this too

    Thanks
    Next one will be making mobs.

  5. #4
    Jailbroken671's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    13 28 N, 144 47 E
    Posts
    9,021
    Reputation
    704
    Thanks
    2,073
    My Mood
    Devilish
    sticky not needed
    just edit your first post with a link to this post

  6. #5
    Fogest's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Canada, Ontario
    Posts
    3,096
    Reputation
    164
    Thanks
    10,455
    My Mood
    Amazed

  7. #6
    Cal's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    MPGH faggots.
    Posts
    5,553
    Reputation
    394
    Thanks
    825
    Quote Originally Posted by Jailbroken671 View Post
    sticky not needed
    just edit your first post with a link to this post
    @Jailbroken671
    i ment add it to the sticky -.-

  8. #7
    I enjoy the sight of humans on their knees
    MPGH Member
    Thane.'s Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    The Closet
    Posts
    1,970
    Reputation
    82
    Thanks
    85
    My Mood
    Inspired
    This was actually useful

  9. #8
    Physcadelic's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Australia <3
    Posts
    4,450
    Reputation
    323
    Thanks
    828
    My Mood
    Breezy
    Quote Originally Posted by MC Modder View Post


    @Jailbroken671
    i ment add it to the sticky -.-
    One video doesn't deserve a stick Just put it in the compilation of tutorials.

    R.I.P a great GM




    Quote Originally Posted by Assalamu alaikum View Post
    what? maybe stop talk with riddles and with words i am not even know.

  10. #9
    Son Goku's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,184
    Reputation
    7
    Thanks
    215
    My Mood
    Yeehaw
    Could you upload a screenshot version? not everyone can watch youtube because of there download limit.


    ----------------------------------------

    Join The Starcraft 2 Section Here!

  11. #10
    Physcadelic's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Australia <3
    Posts
    4,450
    Reputation
    323
    Thanks
    828
    My Mood
    Breezy
    Quote Originally Posted by TomAllMighty View Post
    Could you upload a screenshot version? not everyone can watch youtube because of there download limit.
    1. Put bin and resources in jars folder
    2. Run Decompile.bat
    3. Navigate to your sources and find CraftingManager.java
    4. Find a declaration that looks similar to
    Code:
    });
            addRecipe(new ItemStack(Block.torchWood, 4), new Object[] {
                "X", "#", Character.valueOf('X'), Item.coal, Character.valueOf('#'), Item.stick
    5. Not code as much as it is logic. Edit the variables appropriately. For example, changing it to
    Code:
    });
            addRecipe(new ItemStack(Block.torchWood, 4), new Object[] {
                "X", "#", Character.valueOf('X'), Item.reed, Character.valueOf('#'), Item.stick
    Will allow you to make torches using reeds instead of coal.

    6. Add 'CraftingManager' to client_obfuscation.txt in your conf. folder
    7. Run Recompile.bat
    8. Run reobf.bat
    9. Put the class file from final_out\minecraft into Minecraft.jar (delete META)
    10. You're done. Congrats.

    R.I.P a great GM




    Quote Originally Posted by Assalamu alaikum View Post
    what? maybe stop talk with riddles and with words i am not even know.

  12. The Following 2 Users Say Thank You to Physcadelic For This Useful Post:

    Cal (04-25-2011),Son Goku (04-25-2011)

  13. #11
    Son Goku's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    1,184
    Reputation
    7
    Thanks
    215
    My Mood
    Yeehaw
    Quote Originally Posted by Physcadelic View Post


    1. Put bin and resources in jars folder
    2. Run Decompile.bat
    3. Navigate to your sources and find CraftingManager.java
    4. Find a declaration that looks similar to
    Code:
    });
            addRecipe(new ItemStack(Block.torchWood, 4), new Object[] {
                "X", "#", Character.valueOf('X'), Item.coal, Character.valueOf('#'), Item.stick
    5. Not code as much as it is logic. Edit the variables appropriately. For example, changing it to
    Code:
    });
            addRecipe(new ItemStack(Block.torchWood, 4), new Object[] {
                "X", "#", Character.valueOf('X'), Item.reed, Character.valueOf('#'), Item.stick
    Will allow you to make torches using reeds instead of coal.

    6. Add 'CraftingManager' to client_obfuscation.txt in your conf. folder
    7. Run Recompile.bat
    8. Run reobf.bat
    9. Put the class file from final_out\minecraft into Minecraft.jar (delete META)
    10. You're done. Congrats.
    Thanks, i saw this with Mcp but I did not quite get it. (Thanked and +1)


    ----------------------------------------

    Join The Starcraft 2 Section Here!

  14. #12
    Cal's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    MPGH faggots.
    Posts
    5,553
    Reputation
    394
    Thanks
    825
    Quote Originally Posted by Physcadelic View Post


    1. Put bin and resources in jars folder
    2. Run Decompile.bat
    3. Navigate to your sources and find CraftingManager.java
    4. Find a declaration that looks similar to
    Code:
    });
            addRecipe(new ItemStack(Block.torchWood, 4), new Object[] {
                "X", "#", Character.valueOf('X'), Item.coal, Character.valueOf('#'), Item.stick
    5. Not code as much as it is logic. Edit the variables appropriately. For example, changing it to
    Code:
    });
            addRecipe(new ItemStack(Block.torchWood, 4), new Object[] {
                "X", "#", Character.valueOf('X'), Item.reed, Character.valueOf('#'), Item.stick
    Will allow you to make torches using reeds instead of coal.

    6. Add 'CraftingManager' to client_obfuscation.txt in your conf. folder
    7. Run Recompile.bat
    8. Run reobf.bat
    9. Put the class file from final_out\minecraft into Minecraft.jar (delete META)
    10. You're done. Congrats.
    Stealing my thunder? Orly?

  15. #13
    FlaVour's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    155
    Reputation
    7
    Thanks
    24
    My Mood
    Cynical
    Thanks , great job
    [Respect List]
    All they respect me


    [My projects]
    Crossfire NA Public Hack with menu together with sapass209

    [html]"Sir we're surrounded!"
    "Excellent, then we can attack in all directions".[/html]



  16. The Following User Says Thank You to FlaVour For This Useful Post:

    Cal (04-26-2011)

  17. #14
    Cal's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    MPGH faggots.
    Posts
    5,553
    Reputation
    394
    Thanks
    825
    Thanks alot for feedback
    i love a comment people!

  18. #15
    FullStatic's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Minecraft Section
    Posts
    935
    Reputation
    -41
    Thanks
    55
    My Mood
    Aggressive
    Sexy Video sexy

Page 1 of 2 12 LastLast