Jump to content




Installing a Peripheral


  • You cannot reply to this topic
8 replies to this topic

#1 Henness

  • Members
  • 189 posts

Posted 09 January 2013 - 11:33 AM

I'm not understanding how to install a peripheral correctly, and I cant seem to find any information on how to. I have the peripheral installed but there are no apis on any of my computers so I cant even use the addons. Im trying to use peripherals like:
Immibis's Peripherals
OpenCCSensors
MiscPeripherals 2.3

If someone can explain to me how I get the apis for these peripherals that would be amazing.

#2 Orwell

    Self-Destructive

  • Members
  • 1,091 posts

Posted 09 January 2013 - 11:36 AM

View PostHenness, on 09 January 2013 - 11:33 AM, said:

I'm not understanding how to install a peripheral correctly, and I cant seem to find any information on how to. I have the peripheral installed but there are no apis on any of my computers so I cant even use the addons. Im trying to use peripherals like:
Immibis's Peripherals
OpenCCSensors
MiscPeripherals 2.3

If someone can explain to me how I get the apis for these peripherals that would be amazing.
Just put them into the /mods folder like you did with ComputerCraft. You should then have additional recipes in your MineCraft. You should see the peripherals in creative mode as well. Each mod will you give you one or more blocks that you can use as peripheral (place next to pc, peripheral.wrap(), etc...)

#3 Henness

  • Members
  • 189 posts

Posted 09 January 2013 - 12:23 PM

yes I have the blocks but I have no apis any time I type "m = peripheral.warp("right")" it errors attempt to call nil

#4 Orwell

    Self-Destructive

  • Members
  • 1,091 posts

Posted 09 January 2013 - 12:26 PM

That might be because its:
m = peripheral.wrap("right")
Not warp. You might have made a typo here, I don't know.

#5 Henness

  • Members
  • 189 posts

Posted 09 January 2013 - 12:40 PM

Lol thank you I totally over looked that. works now

#6 acces denied

  • Members
  • 21 posts

Posted 08 February 2013 - 02:21 AM

Sorry to interrupted you, but

my Peripheral, don't worked, too and i can't open a own Topic....

Thats my Problem:

Build:
[M] Monitor on top
[C] Computer

-- test
peripheral.isPresent("top")
-- returns true
peripheral.getType()
-- returns monitor
m = peripheral.warp("top")
-- returns attempt to call nil

MC 1.4.6
CC Lights 1.481
miscperipherals-2.3
immibis peripherals
Aperture Science Turtle Upgrades

I ask for help.

#7 sjkeegs

  • Members
  • 75 posts

Posted 08 February 2013 - 03:43 AM

View PostAngelhoof, on 08 February 2013 - 02:21 AM, said:

Sorry to interrupted you, but

my Peripheral, don't worked, too and i can't open a own Topic....
You can post in the "New Members" thread in "Ask a Pro", and a moderator will move it and create the thread for you.

#8 acces denied

  • Members
  • 21 posts

Posted 08 February 2013 - 03:48 AM

Thy... but question asked...
I try it, if nobody answers me or i have a new topic.

#9 immibis

    Lua God

  • Members
  • 1,033 posts
  • LocationWellington, New Zealand

Posted 08 February 2013 - 04:12 PM

View PostAngelhoof, on 08 February 2013 - 02:21 AM, said:

Sorry to interrupted you, but

my Peripheral, don't worked, too and i can't open a own Topic....

Thats my Problem:

Build:
[M] Monitor on top
[C] Computer

-- test
peripheral.isPresent("top")
-- returns true
peripheral.getType()
-- returns monitor
m = peripheral.warp("top")
-- returns attempt to call nil

MC 1.4.6
CC Lights 1.481
miscperipherals-2.3
immibis peripherals
Aperture Science Turtle Upgrades

I ask for help.
The solution is two posts above yours. You wrote warp instead of wrap.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users