OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

[Question] How to use pullItemRemote compare to pullItem ? #271

Open adriengou opened 7 years ago

adriengou commented 7 years ago

Hello, so i looked the in-game documentation to show the method for the pullItemRemote function. The first arguments needed is explained as "remote name". Can someone please explain what is this remote name ? Is it the name given by a wired modem, cause i tried to use the command like this "c.pullItemRemote("chest_1",1) and it says "other inventory not found". Thanks in advance for your help, i love your mod :) .

boq commented 7 years ago

This seem to be function added by CCTweaks. You can either read our FAQ entry about getting extended documentation (/op_dump is usually most convenient if you are playing locally) or check their code directly.