Loader Posted March 23, 2014 Posted March 23, 2014 I'm trying to figure out if the tinkers direction/facing information is available to standard minecraft instructions, typically the info on facing is at the fourth byte or eighth byte (0x3 or 0x7) but neither of those are the case with tinkers. Digging into it a bit shows some kind of struct with a Direction variable, so it looks like the block itself stores that information on facing rather than using the same method minecraft usually does. I was wondering if anyone had had any luck addressing that before - if it's accessible through the normal means it'll mean I can make the tinkers smeltery and drawbridges work properly on archimedes ships and greatly improve my mobile flagship base. I know this is a longshot and I'm not sure if it's better served on the tracker - it's not really a bug so I guess here's the place - if a mod thinks this isn't the right place for this (or can think of a better place other than the tinkers forums) please let me know.
Kr0nZ Posted March 25, 2014 Posted March 25, 2014 No idea, but incase you didn't notice it, TMechworks is open source and you can find the code on github https://github.com/SlimeKnights/TinkersMechworks Maybe searching the repo for something like 'direction' could help. https://github.com/SlimeKnights/TinkersMechworks/search?q=direction&ref=cmdform
Loader Posted March 25, 2014 Author Posted March 25, 2014 Nono, that's cool, I guess I could've used those few hours of practice with reverse engineering. Seriously, thanks for that
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now