Jump to content

dontrell94

Forge Modder
  • Posts

    86
  • Joined

  • Last visited

Everything posted by dontrell94

  1. naw, my brain has been dead for a day or so now cuz of this problem......I can't even talk straight to my friends at this point. leave me alone about the "basics"
  2. I don't even know if its the loop
  3. I wouldn't mind if it even showed any indication of what it's even doing tho....... it does absolutely nothing now...no block change, no error, nothing....
  4. Upon further investigation, my code only errors when I take out the this.world = world; line...... Anybody have ideas?
  5. public class PitfallHandler { public World world; // the world you are using public int i, j, k; // X, Y, and Z axis variables public int x, y, z; i had to add the last line for it to not error
  6. how do you handle the x, y, and z variables?
  7. where does that go?
  8. agreed
  9. my question is...are we actually helping this guy out a lot tho? its like taking him to a bar with all his equally liked beverages and asking him to pick one......just saying that too much information isn't always a good thing.
  10. It works to a point..... just that it makes the blocks like they are invisible non solids, but when you walk into them its like the player has a continuous, sand fall in place disorder.....
  11. Just had to put your $0.02 in didn't you
  12. strange....I don't remember ever getting it....
  13. you're welcome
  14. I'm going to say this: Any person who can help me program this correctly will have their name on the credits of this mod for coding.
  15. im trying to code it for a 3X3X4 square this block being on the top row. essentially 3 blocks below this plus the row its on
  16. double check cuz it throws an error if I put it your way.
  17. I don't know about reassignment, but if you make it so your id's take open spaces while retaining the defaults you should be good with just deleting the old config.
  18. to expand on that, use java's built in random number generator to give a number and then just compare a set of pre-defined colors to that random number, defaulting to another color.
  19. reinstall java, if that doesn't work redownload mcp and forge
  20. You're returning the type int for icon from a register block code for starters.
  21. Tell me if i'm wrong.... Main block: Handler:
  22. im going to say its when he states what material it is just off the top of my head
  23. It didn't look right as static, so mine isn't
  24. all it does it make them invisible and semi non existent....
  25. mew's code doesn't work properly, i'm messing with it
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.