1 posts
Posted 07 March 2013 - 11:23 AM
I am new to computer craft and have read about how I must enable http API in the config to get scripts from paste in ingame. Every post I have seen is about how to do it through feed the beast, but I cannot seem to find a config folder to edit within just the mod itself when I install it with magic launcher. Help would be ever so much appreciated, thanks!
8543 posts
Posted 08 March 2013 - 04:24 AM
Split into new topic.
194 posts
Location
Spain
Posted 08 March 2013 - 07:16 AM
First go to your Minecraft folder. If you aren't using a modpack or MultiMC is in (%appdata%\.minecraft\) and then open a folder called "Config". Open the file called "ComputerCraft.cfg" and change
# Enable the "http" API on Computers
B:enableAPI_http=false
to:
# Enable the "http" API on Computers
B:enableAPI_http=true
3 posts
Posted 14 July 2013 - 10:56 AM
thx diegodan1893 you also helped me because i had the same problem.