1lann / Mimic

A fully featured emulator for the Minecraft mod ComputerCraft that runs straight in your browser.
gravlann.github.io
MIT License
45 stars 20 forks source link

I killed it! #54

Open dirthsj opened 10 years ago

dirthsj commented 10 years ago

Don't ask why I decided to do this... I just did

local file = fs.open( "derp", "w" )
for i = 1, 255 do
    file.writeLine( string.char( i ) )
    sleep( 0 )
end
file.close()

screen shot 2014-07-08 at 9 50 23 pm

dmarcuse commented 10 years ago

Reproduced this myself; error was "URI Malformed"