HTTP API

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • 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

Dennis Simon

New Member
Jul 29, 2019
1
0
0
Can anyone show me how to enable this on my server? Me and some friends are just playing over Hamachi and im unsure how to do it even after googling for some time. What I came to understand was i needed to find the computercraft.cfg file in the mods folder but i couldn't. Any advice?
 

Abdiel

New Member
Jul 29, 2019
1,062
0
0
(FTB folder)/(modpack name)/minecraft/config/ComputerCraft.cfg

The line you are looking for is roughly in the middle,

Code:
B:enableAPI_http=false

Change false to true on both server and all clients and it should work.
 

slay_mithos

New Member
Jul 29, 2019
1,288
0
0
Also, changing it in the client seems to help, not sure why, but some people couldn't use the api with just the server having it enabled.
 

Abdiel

New Member
Jul 29, 2019
1,062
0
0
Yes, all settings have to match between client and server, or Weird Things May Happen.

(with the exception of clientside-only settings, such as minimap, hotkeys, and stuff.)