1
[SOLVED] Need help with 1.8 Forge model rotations
I'm trying to rotate custom models depending on where the player is looking.
Nothing is working.
Here's my blockstate json:
Nothing is working.
Here's my blockstate json:
{
"variants": {
"facing=north": { "model": "em:machine_base" },
"facing=south": { "model": "em:machine_base", "y": 180, "uvlock": true },
"facing=west": { "model": "em:machine_base", "y": 270, "uvlock": true },
"facing=east": { "model": "em:machine_base", "y": 90, "uvlock": true }
}
}
2
[SOLVED]
Fixed it
/lock
Fixed it
/lock
Really?
No modders here?
No modders here?
