Posted 28 August 2013 - 06:48 AM
My goal is to coordinates free get a ComputerCraft pc via a peripheral that is connected to a player via username of a player .
my Peripheral - http://pastebin.com/W66mqwrE
my Tick handler - http://pastebin.com/43YfR7NZ
my mod - https://dl.dropboxusercontent.com/u/90281575/Rs%20mod.zip(you will need a lot of external mods :
required-after:powersuits;required-after:complexmachines;required-after:Mekanism;after:PowersuitAddons;required-after:ComputerCraft;required-after:OpenPeripheral"
To launch mod drop this - https://dl.dropboxusercontent.com/u/90281575/ToolModel.class to Powersuits jar/net/machinemuse/powersuits/client/render/item
all works fine BUT if i have 2 or more of these peripherals ComputerCraft event goes only to the first pc(that was activated before athers)
Any help ?
my Peripheral - http://pastebin.com/W66mqwrE
my Tick handler - http://pastebin.com/43YfR7NZ
my mod - https://dl.dropboxusercontent.com/u/90281575/Rs%20mod.zip(you will need a lot of external mods :
required-after:powersuits;required-after:complexmachines;required-after:Mekanism;after:PowersuitAddons;required-after:ComputerCraft;required-after:OpenPeripheral"
To launch mod drop this - https://dl.dropboxusercontent.com/u/90281575/ToolModel.class to Powersuits jar/net/machinemuse/powersuits/client/render/item
all works fine BUT if i have 2 or more of these peripherals ComputerCraft event goes only to the first pc(that was activated before athers)
Any help ?