What would you do to the poster above you?

  • 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
secretly install the mod zombie infection and let you get hit by a zombie

have fun:p
 
fix the crash in the crash mod but only if you are me. Then install it for you
 
It is literally a mod which adds a command to "crash" your game with a silly image popping up.
 
just before the command place a
if false then
//command here
end
or however you need to write it in java
 
Point out that the if syntax in Java is this:
Code:
if(boolean) {
    //your code here
}
or this:
Code:
if(boolean) {
    //your code here
} else {
    //other code here
}
or this:
Code:
if(boolean1) {
    //your code here
} else if(boolean2) {
    //other code here
}
etc.
 
I don't even know anything about phyton. :(

challenge you to to write a multi-threaded program in lua:p