Paintings #600
-
So basically, I made a ship that's quite huge (which doesn't really matter) and for some reason when I try rotating, the paintings always seem to come off. When I'm moving forward, backward left and/or right, it's fine but when turning my ship around, the paintings come off. Is there an option for that in the .craft file that I don't know about? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
From what I understand, paintings are considered entities.
EDIT: I have edited the message above and cancel out irrelevant statements that I have made earlier. I did a little further messing around in the .craft files and figured out how to help you. I looked into the source code in CraftType.java and found two lines of code that was of interest in line 483 & 484 respectively: This shows that in each craft type you create, without specifying these variables, they will default to true. The fix to this? I fitted these two lines above the |
Beta Was this translation helpful? Give feedback.
From what I understand, paintings are considered entities.
and I assume moving entities along with the craft is a feature that is not yet fully implemented?Or it could be a bug waiting to be fixed for 1.20.1 (which was the version I tested on). It is either that the feature to move entities does exist, just hidden deep somewhere, or it is still in development. I did go through the source code a little bit, I do see some hints of codes about entities in certain scripts (although my java is very rusty), but I could not come to an answer. This issue (#508) that was implemented on one of the source code was what I found, but was not able to determine to what extent is it implemented.Interes…