
dontrell94
Forge Modder-
Posts
86 -
Joined
-
Last visited
Everything posted by dontrell94
-
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"
-
I don't even know if its the loop
-
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....
-
Upon further investigation, my code only errors when I take out the this.world = world; line...... Anybody have ideas?
-
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
-
how do you handle the x, y, and z variables?
-
where does that go?
-
Changing the color of an item programmatically
dontrell94 replied to Boxtop5000's topic in Modder Support
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. -
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.....
-
Changing the color of an item programmatically
dontrell94 replied to Boxtop5000's topic in Modder Support
Just had to put your $0.02 in didn't you -
strange....I don't remember ever getting it....
-
you're welcome
-
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.
-
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
-
double check cuz it throws an error if I put it your way.
-
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.
-
Changing the color of an item programmatically
dontrell94 replied to Boxtop5000's topic in Modder Support
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. -
reinstall java, if that doesn't work redownload mcp and forge
-
You're returning the type int for icon from a register block code for starters.
-
Tell me if i'm wrong.... Main block: Handler:
-
im going to say its when he states what material it is just off the top of my head
-
It didn't look right as static, so mine isn't
-
all it does it make them invisible and semi non existent....
-
mew's code doesn't work properly, i'm messing with it