cant cycle through camo blocks on slopes.
GreenForzeGaming opened this issue · 4 comments
when i right click with the whrench on half slopes i cant get the grass texture to be on top as in nothing is actually happening.
The grass block doesn't have rotations. Rotating camos is only possible on blocks that actually have rotateable properties (i.e. logs which can be oriented on either of the three axis). Allowing rotation for blocks that cannot currently be rotated is not possible.
The slopes currently use the side of the block to make the sloped plane. I could look into adding the option to switch this to the top face, though that will likely introduce inconsistencies with certain blocks because I am running out of interaction types with the existing tool items.
Rotating blocks as camo that cannot be rotated when they are themselves placed in the world and allowing you to select arbitrary faces of the camo for different faces is not possible due to how the data format of the faces works (this is a vanilla thing and there is nothing I can do to change this format).
Allowing you to switch between side face and top face for the sloped face is the only feasible option.