Closed Shazuli closed 7 years ago
The controller is the correct thing to plug into, I will look into this, I haven't tested the OC support for a while (it took OC a while to update) so something could easily have broken with it. What versions are you using?
I'm using latest version of OpenComputers: (OpenComputers-MC1.12.1-1.7.0.20.jar)
, Thut's Core: (thutcore-5.11.0)
and Thut's Tech (thuttech-6.0.4)
.
In Minecraft 1.12.1.
ahh, I see the problem, I hadn't updated the callbacks to check for the lowercased modid for opencomputers, so it isn't activating the support
testing the fix now, will upload it if it works
fixed in 6.0.5.1 (6.0.5 and 6.0.5.1 are both flagged as 1.12.2/1.12.1)
Thanks! I'll go download it now.
it might take a little bit for it to be approved on curseforge, I will keep the issue open till then
Alright. I'll keep an eye open until then.
it is taking a while to approve, here it is in a zip to test. this is the same file I uploaded (take the jar out of the zip, had to be put in a zip to upload here) thuttech-6.0.5.1.jar.zip
Yup, it works like a charm now! Thanks!
Hi!
I was building my elevator and was thinking of having it computer controlled as the book says it has support for. It did interact with the computer, but there are only three functions available:
address
,slot
andtype
. None of the other functions like:setFloor(number)
orgetFloor(number)
was available. Am I missing something or do I need to plug into something else? It is the controller right?