Help: Minecraft/Fabric: "How to create blocks(furniture) that rotate 45*,135*,225*,315* " #485
Replies: 1 comment 3 replies
-
You make a blockstate that has rotations like that, then you manipulate it in the renderer |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The idea is that the block(furniture) would rotate like the heads(Steve head ,skeleton head etc.) as well as able to make them have an opening animation for chests. How can I do that?
I imagine having the block rotate like the head on the ground(meaning the title and 90*,180*,270) as well as having a separate model for when placing it on a wall as well as on ceiling(same thing applies here as well)
I tried with putting the furniture in invisible item frame and a barrier block(like a data pack) but it lags a lot when I have more stuff and when I get a little far away the entity disappears
Beta Was this translation helpful? Give feedback.
All reactions