1

[SOLVED] Need help with 1.8 Forge model rotations

HeyItsPaul 10/1/15 10:45 am
282
10/1/2015 1:51 pm
I'm trying to rotate custom models depending on where the player is looking.
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 }
}
}
Posted by
HeyItsPaul
Level 6 : Apprentice Mage
12

  Have something to say?

JoinSign in

2

HeyItsPaul
10/01/2015 1:51 pm
Level 6 : Apprentice Mage
[SOLVED]
Fixed it
/lock
1
HeyItsPaul
10/01/2015 12:34 pm
Level 6 : Apprentice Mage
Really?
No modders here?
1

Welcome