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

atrain99

Forge Modder
 View Profile  See their activity
  • Content Count

    1502
  • Joined

    April 30, 2012
  • Last visited

    June 8, 2014

Community Reputation

68 Excellent

About atrain99

  • Rank
    World Shaper
  • Birthday 03/24/1999

Converted

  • Gender
    Male
  • Location
    Somewhere south of the north pole
  • Personal Text
    Gypsy Magic!

Recent Profile Visitors

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

  1. atrain99

    [1.7.2] Getting Started with Modding (again)

    atrain99 replied to atrain99's topic in Modder Support

    Thanks to all of you for the wonderful advice! Because of your help my ideas got off the ground... and now I have to keep them there!
    • January 29, 2014
    • 6 replies
  2. atrain99

    [1.7.2] Getting Started with Modding (again)

    atrain99 replied to atrain99's topic in Modder Support

    I'm to that point, I just want to know how to make the more complex stuff go. (Poked around the source code for the past hour or so, figured out some basic (BASIC) stuff)
    • January 28, 2014
    • 6 replies
  3. atrain99

    1.6.4 Help getting block to spawn Items when right clicked

    atrain99 replied to Techcell's topic in Modder Support

    Add some debug, see if your code is actually getting called. (A System.out.println(...) statement) Also, I looked at your code and it may be spawning the item inside the block (at the exact coords of the block). You can also skip the ItemStack itemStack =... statement and put it in the if(...). (Won't change the functionality, but it'll be cleaner.
    • January 28, 2014
    • 5 replies
  4. atrain99

    [1.6.4] How do I add armor piercing to my weapon?

    atrain99 replied to zhangh's topic in Modder Support

    That also works, didn't know that method was there.
    • January 28, 2014
    • 5 replies
  5. atrain99

    [1.6.4] How do I add armor piercing to my weapon?

    atrain99 replied to zhangh's topic in Modder Support

    Well, try to find a way to shortcut the damage reduction! I would not suggest damaging the entity directly, but scaling up your damage done by the item to effectively ignore the armor value... (WARNING: Requires basic algebra)
    • January 28, 2014
    • 5 replies
  6. atrain99

    1.6.4 Help getting block to spawn Items when right clicked

    atrain99 replied to Techcell's topic in Modder Support

    Create a new EntityItem and set its ItemStack...Spawn it into the world (IDK how to do this, check out World or EntityItem)... Hook that code to your onBlockActivated event... Done!
    • January 28, 2014
    • 5 replies
  7. atrain99

    [1.7.2] Getting Started with Modding (again)

    atrain99 posted a topic in Modder Support

    My mind is totally blown at how much Lex, cpw, and co. have done with Forge since August. I'm totally at a loss at where I need to start with my plans for something I think will be really cool, but I've boiled it down to things I really need to know: 1. New @ tags, how they work, and how to make the best use of them 2. Packets: How best to use them, how to identify what needs syncing from server/client, how not to crash everything with a zillion packets 3. Rendering: Dynamic blocks, TESR's, etc 4. Making blocks talk to each other 5. Working with NBT for items and stuff That's what I need to know, and if you deem it below you to answer me, just tell me where I can find it, that's all.
    • January 28, 2014
    • 6 replies
  8. atrain99

    Updating to 1.7 - missing/renamed Forge features?

    atrain99 replied to Tyron's topic in Modder Support

    So, how much do I have to relearn from say... Minecraft 1.5? I've been writing down some ideas and such for something that I think is cool, and I'm excited to try all the new things that Forge made easy! One other thing, is there somewhere/somebody that could teach me about what I remember as TESR's and block rendering and things?
    • January 28, 2014
    • 3 replies
  9. atrain99

    [Solved]Make a block affected by Efficiency

    atrain99 replied to AndrewSherman's topic in Modder Support

    A forge hook is a piece of code in forge that allows you to do things, like efficiency shovels working on your block. If you look in the file you would have to modify to make a function work, the forge hooks are at the bottom of the file, under a comment line that says "BEGIN FORGE PATCHES". The also may be a way to register your block through the MinecraftForge files themselves.
    • June 18, 2013
    • 14 replies
  10. atrain99

    Changing the color of an item programmatically

    atrain99 replied to Boxtop5000's topic in Modder Support

    Or just draw semi-transparent overlays that you can combine with the actual textures... Whatever suits you the best.
    • June 18, 2013
    • 31 replies
  11. atrain99

    Releasing a Mod [ISSUES]

    atrain99 replied to mar21's topic in Modder Support

    Please use [spoiler][/spoiler] tags when posting GIANT error logs. It helps those of us who read the non-error log part of the post immensely. I think you should try updating your forge before you do anything, as it seems MC is using deprecated methods... And if it works in eclipse, it should work fine after you run recompile.bat and then reobfuscate.bat.
    • June 18, 2013
    • 12 replies
  12. atrain99

    help adding NBT data to the player

    atrain99 replied to endershadow's topic in Modder Support

    If you can add a listener to when the player is saved, you can use reflection to extract the NBT tag, and add to it. Same for loading the player. Or, if the field is not a new thing on the player, just use reflection to set it if it is private, or just set it if it has a setter or is public.
    • June 17, 2013
    • 15 replies
  13. atrain99

    Bringing the world of Minecraft mods and modding to Android

    atrain99 replied to wuppy29's topic in General Discussion

    This is very nice... Now, how to destroy everybody's phone with a minecraft mod...
    • June 17, 2013
    • 1 reply
  14. atrain99

    Tinkers' Construct with Forge

    atrain99 replied to DuhEggroll's topic in General Discussion

    Or if it's a silly API, figure out where it's supposed to go by looking at the folder tree inside of the api zip/jar/tar/bz2 file.
    • June 17, 2013
    • 2 replies
  15. atrain99

    Forge and LAN

    atrain99 replied to ted5610's topic in General Discussion

    Do I have to port-forward on my router to get this to work, or does Forge go around the router, and port-forward itself?
    • June 17, 2013
    • 2 replies
  • All Activity
  • Home
  • atrain99
  • Theme

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