Rotate inventory image
I would like to see the ability to rotate an inventory cube image. Instead of the cube showing top,front,right, allow modders to choose the sides. This will allow better veiws of different nobeboxes such as those in noncubic or cnc machine. Also with Rubenwardy's awesome NodeBox Editor there are many new nodeboxes now.
Example
x = 1 (right side)
x = -1 (left side)
y = 1 (top)
y = -1 (bottom)
z = 1 (front)
z = -1 (back)
Something like this,
Example
x = 1 (right side)
x = -1 (left side)
y = 1 (top)
y = -1 (bottom)
z = 1 (front)
z = -1 (back)
Something like this,
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
inventory_image = {x = 1, y = 1, z = 1}