Started by
Aunuli
on
Topic category: Troubleshooting, bugs, and solutions
Hello, I recently tried to port my 1.12 mod to 1.14 on the latest MCreator version. In it I have some code that changes block rotations and since porting to 1.14, the compiler has errored with this directional code. For every spot that I have a rotation, it errors like this:
error: double cannot be dereferenced
return Direction.NORTH;
^
Any help would be great, thanks!
Seems like method returns double, not direction. I suggest you to learn some Java if you plan on doing code corrections.
I know Java just not how it works with regards to Minecraft. Know of any decent tutorials?
I figured out a work around. Thank you