There are better ways of handling multiple properties now instead of listing them all out.
https://minecraft.fandom.com/wiki/Model#Block_states
https://mcforge.readthedocs.io/en/latest/models/blockstates/introduction/
{ "when": { "east": "true" },
"apply": { "model": "oak_fence_side", "y": 90, "uvlock": true }
}