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
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
 
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.
 
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.
 
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!"