tweaked-programs / cccbridge

CC:C Bridge is a mc mod that adds compatibility between the ComputerCraft and Create mod!
https://cccbridge.tweaked-programs.cc/
Apache License 2.0
29 stars 14 forks source link

[1.20.1] [Forge 47.2.16] Animatronic not attaching to the computer #85

Closed killer2gudpl closed 9 months ago

killer2gudpl commented 9 months ago

Description Animatronic cannot get attached to the computer at all, meaning it cannot be used.

To Reproduce Steps to reproduce the behavior:

  1. Place the Advanced Computer
  2. Launch lua
  3. Type "peripheral.wrap(side)"
  4. "Nil" comes up meaning it is unsuccessful in connecting to the peripheral.

Expected behavior Computer attaches to the animatronic, enabling the usage of its functions.

Screenshots image

Software (please complete the following information):

Mod list:

SammyForReal commented 9 months ago

The animatronic only can be attatched from below. Meaning in your example, the animatronic would stand on top of the computer.

I should update the wiki to make this clear, sorry!