The FTB Forum is now read-only, and is here as an archive.
To participate in our community discussions, please join our Discord! https://ftb.team/discord
My friend just recently: "vanilla is more fun, now I have stained glass too" like seriously I thought we were friends -.-
Sent from my iPhone using Tapatalk
Hmm well I've had == be false whereas .equals() and .matches() be true so :/ anyways whatever gets the bloody thing working eh :)
Sent from my iPhone using Tapatalk
I find Java sometimes equates == to be false, when the strings ARE the same. Especially if the string is created from say reading a text file. So I always use equals, or .matches(), as force of habit. I don't normally single line my ifs, just if they're inconsequential to the rest of the methods...
My eyes just threw up :)
String user = post.getUsername();
if(user.equals("blockachella")){
Users.findUserByName(user).hitWithTruck();
}
Or, if its not part of a larger series of if statements:
String user = post.getUsername()...
I haven't read your code, but his point on package names is convention. All lower case. Var names like Block b are fine as I imagine they're local? And classes can't follow a logical structure because that's not the way MC works. That guy should try coding a block with GUI *shudders*
Sent from...
I think I may be stuck with YAUM as it's also the mods id. Oh well. Check out latest update, added some techy lighting I've been wanting for quite some time. And, it was a complete ballache so now I'm well chuffed!
A missing texture error that caused a fully modelled , textured Steve to follow him placing Steve heads and setting traps and writing signs?
Guess Mojang's glitches are more productive than their staff :)
Sent from my iPhone using Tapatalk
My son has mc on the Xbox and he is adamant herobrine is a glitch that haunts him -.- I've given up explaining that glitches don't produce models textures, advanced ai etc
Sent from my iPhone using Tapatalk