Some Random Clips showing something Control Craft can do
1 messages · Page 1 of 1 (latest)
Some Random Clips showing something Control Craft can do
Btw, have you seen that you can read the controller data with CC directly? The lectern works as a peripheral 
of course, I just don't want to use "callRemote" here and "peripheral.wrap" there
I was saying this because the CC peripheral can read the full precision joystick axis (instead of the redstone converted values)
But also you seem to handle the limited precision really good with the drone 🤔
ni
Yes, I did read the full precision input through my transmitter and receiver block
Impressive, I did you edit the code of my mod in some ways? 
Wait no, you can just read the values using the lectern tileentity's functions, I forgot I made them public for that exact reason
lofi
Do you know UnlimitedperipheralWorks mod? I implement transmitter-receiver mostly the same way as its peripheral proxy, which can make computer access remote peripherals without touching
I do not, I will have to take a look
Thanks