Skip to content
This repository has been archived by the owner on Jul 1, 2018. It is now read-only.

Pocket changes

SquidDev edited this page Mar 2, 2017 · 1 revision

Pocket ender modem

ComputerCraft provides a wireless varient of pocket computers, but no ender modem varient. Whilst there is limited use of such a computer, CCTweaks provides a pocket upgrade for it anyway. This can be disabled by setting Misc.pocketEnderModem to false.

Pocket API

The pocket API provides methods to add and remove upgrades from the pocket computer. .equip() will search for an upgrade in the player's inventory, substituting the current upgrade for the new one if found. .unequip() will just remove the current upgrade from the pocket computer.

Clone this wiki locally