This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
GingaNinja1398's profile picture

[Question] How to enable http API and find config file?

Started by GingaNinja1398, 07 March 2013 - 10:23 AM
GingaNinja1398 #1
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!
Lyqyd #2
Posted 08 March 2013 - 04:24 AM
Split into new topic.
diegodan1893 #3
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
Markusi13 #4
Posted 14 July 2013 - 10:56 AM
thx diegodan1893 you also helped me because i had the same problem.