Back in my Day... Minecraft Edition!

  • 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

Strikingwolf

New Member
Jul 29, 2019
3,709
-26
1
BIMD. This is Horo, a strong and independent female character. Very good one to...don't mention that this picture came from a less than...kosher...portrayal of her
@SpwnX has details...don't blame me for google images results
 

SpwnX

New Member
Jul 29, 2019
210
0
0
You can tell him to look at the werewolf unrelated thread if he is curious about it.
 

ljfa

New Member
Jul 29, 2019
2,761
-46
0
BIMD I want to see that. What language is it in?
C++ using Ogre. I haven't done anything with it since over a year.
It can generate a finite world using Perlin noise, and you can break blocks and place stone. Mostly proof of concept.
I might be putting it on Github some time.
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
Back in my day, you could make an elevator in Vanilla that could go up at 5 (or was it 10? I don't remember) blocks per second, but only worked in SSP. The whole thing was a tower about 6x6 blocks wide/deep made of redstone, sticky pistons, repeaters, and stairs.
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
Code:
main = do
    putStrLn . intercalate ", " $ [s1, s2, s3, s4, s5]

s1 :: String
s1 = "Back in my day"

s2 :: String
s2 = "there were no comparators"

s3 :: String
s3 = "redstone blocks"

s4 :: String
s4 = "or fancy locking repeaters"

s5 :: String
s5 = "yet I made crazy redstone contraptions anyway!"