Thutmose / Thut-Elevators

My elevator mod
7 stars 1 forks source link

Can't interact with elevator through OpenComputers #8

Closed Shazuli closed 7 years ago

Shazuli commented 7 years ago

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 and type. None of the other functions like: setFloor(number) or getFloor(number) was available. Am I missing something or do I need to plug into something else? It is the controller right?

2017-10-15_16 01 24

2017-10-15_16 26 30

Thutmose commented 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?

Shazuli commented 7 years ago

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.

Thutmose commented 7 years ago

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

Thutmose commented 7 years ago

testing the fix now, will upload it if it works

Thutmose commented 7 years ago

fixed in 6.0.5.1 (6.0.5 and 6.0.5.1 are both flagged as 1.12.2/1.12.1)

image

Shazuli commented 7 years ago

Thanks! I'll go download it now.

Thutmose commented 7 years ago

it might take a little bit for it to be approved on curseforge, I will keep the issue open till then

Shazuli commented 7 years ago

Alright. I'll keep an eye open until then.

Thutmose commented 7 years ago

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

Shazuli commented 7 years ago

Yup, it works like a charm now! Thanks!