Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CC Computers do not rotate #193

Open
Zinal001 opened this issue Aug 27, 2016 · 1 comment
Open

CC Computers do not rotate #193

Zinal001 opened this issue Aug 27, 2016 · 1 comment

Comments

@Zinal001
Copy link

ComputerCraft's computers doesn't seem to rotate using the Carriage Rotator.
I know that the Carriage Rotator is a work in progress, but thought that I'll give you a heads-up.

2016-08-27_06 41 23

2016-08-27_06 41 27

@planetguy32
Copy link
Owner

I'm not too surprised. There's a Forge method to rotate blocks, but some mods don't handle it as expected (eg. Thermal Expansion rotating the opposite direction compared to vanilla, EnderIO treating rotation as a wrench) and many mods ignore it altogether (eg. ForgeMultipart).

Either way, the result is that most things won't rotate properly unless we write special handling code to rewrite each mod's heading data for direction. That requires reverse-engineering the mod's NBT format to figure out how they store directions and writing code to go between the directions. It's a ton of work that must done from scratch for each mod, so I haven't done a lot of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants