The Graveyard (FORGE/NEOFORGE)

The Graveyard (FORGE/NEOFORGE)

16M Downloads

Add a rotation to the item textures

SiverDX opened this issue ยท 2 comments

commented

Overview

Hey,

if you add a rotation to the gui part of the models\block\*.json the item will look 3D

Example:
image

Value used:

"gui": {
	"rotation": [30, 135, 0],
	"scale": [0.75, 0.75, 0.75]
},

Coffin Example:
image

Values used:

"gui": {
	"rotation": [30, 135, 0],
	"translation": [-2, 0, 0],
	"scale": [0.35, 0.35, 0.35]
},

Why would this feature be useful?

It looks better (in my opinion)

commented

I did it for gravestones, urns, small urns and coffins with some slightly changed values if you're interested
image

https://www.mediafire.com/file/giw1xi85p13t9uw/graveyard.zip/file

commented

This is really great. I'm sorry for my late response, but I have integrated it for the next versions. It looks fantastic! Thank you very much :)