Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --setup for the pocket computer
- --See this git issue as to why this is so complicated: https://github.com/SirEdvin/UnlimitedPeripheralWorks/issues/48
- --[[Steps:
- 1: Grab/craft a pocket computer and one of the peripheral hubs from UnlimitedPeripheralWorks
- 2: With no other peripherals in your inventory, go to the pocket computer terminal, type equip and hit enter
- 3: With the environment scanner and a wireless ender modem in hotbar positions 1 & 2, run this program
- 4: Go back to your pocket computer terminal and type unequip and then equip again
- Because of the bug above this setup is required to actually save the changes to the peripheral hub and changes in between world loads
- ]]
- local hub = peripheral.wrap("back")
- hub.equip(1)
- hub.equip(2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement