1.5.2 Beta Pack - ComputerCraft Pastebin downloading is not working

  • 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

ThePokepika99

New Member
Jul 29, 2019
50
0
0
I'm playing on FTB 1.5.2 Beta Pack with Gregtech Version 0.6
I was looking for cool mining program for turtles. There was Pastebin link to it.
When I tried to do this: pastebin get [Pastebin Code] [Program Name] It says that it is not a program.
This same programs is in Ultimate 1.1.2 pack.
Is this a bug or config, and if it is, how can I turn it back on?
 

Attachments

  • 2013-06-20_17.08.03.png
    2013-06-20_17.08.03.png
    169.5 KB · Views: 89

solidity

Active Member
Jul 29, 2019
53
0
26
find the computercraft.cfg file in your minecraft/config folder and change "B:enableAPI_http=false" to "B:enableAPI_http=true" and restart minecraft. problem should be fixed.
 
  • Like
Reactions: Jacob Larson

BlackFire

New Member
Jul 29, 2019
344
0
0
Code:
# Enable the "http" API on Computers
    B:enableAPI_http=false

Set to true

Edit: ninjaed
 

ThePokepika99

New Member
Jul 29, 2019
50
0
0
I found solution.
There was this config file:
# Enable the "http" API on Computers
B:enableAPI_http=false
Just change that to true and it should work now. :)