Good vs. Evil

  • 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
58 ?
you can't do while do as far as I know the true could have been replaced with any thing that is not counted as false but it is needed if you want to make the infinite loop
 
59
Code:
main = do
    forum <- forumLogin ftbForumAddress userName pass
    thread <- getThread "Good vs. Evil" forum
    lastPost <- last . thread
    lastPoster <- user lastPost
    if (name lastPoster) /= userName
        then do
            makePost (show . succ . read . content $ lastPoster) forum thread
            sleep 30
            main
        else do
            sleep 10
            main
 
58 I just wasted a bunch of time derping around with the Paintslinger lens on a Mana Blaster from Botania.

Turns out that if you craft it with a Mana Pearl to give it a rainbow tint, it'll turn any wool or stained clay (or probably some other things that I haven't tested, like stained glass and sheep) connected to the one it hits within an ~18 block radius a random color. However, the connected blocks have to be the same color in order for it to work- so if you shoot it at an area that's already been randomized, it'll usually only change one block.
 
60 and down again because I just touched the most disturbing mouse wheel ever.
edit 61 because ninja