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

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
secretly install the mod zombie infection and let you get hit by a zombie

have fun:p
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
fix the crash in the crash mod but only if you are me. Then install it for you
 

xTordX

New Member
Jul 29, 2019
576
-6
1
It is literally a mod which adds a command to "crash" your game with a silly image popping up.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
just before the command place a
if false then
//command here
end
or however you need to write it in java
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
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.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
I don't even know anything about phyton. :(

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