"Double cannot be dereferenced" Error when dealing with rotations

Started by ItsUmi on

Topic category: Help with modding (Java Edition)

Last seen on 03:33, 22. Dec 2020
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"Double cannot be dereferenced" Error when dealing with rotations
Mon, 12/21/2020 - 21:39 (edited)

I am trying to detect a block's rotation using the "Get block direction at x y z" and the north, east, south, west, etc block using an = block however there is a build error which reads "double cannot be dereferenced." This is haunting the development of my mod completely because it is a necessary function. Any help would be great!

Edited by ItsUmi on Mon, 12/21/2020 - 21:39
Last seen on 03:33, 22. Dec 2020
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I re-ran the project and it…
Mon, 12/21/2020 - 23:05

I re-ran the project and it works now. No idea what changed.