Skip to content

[DOCS] Scale Properties: Change from Y to ScaleY etc #480

@FreshAlacrity

Description

@FreshAlacrity

Documentation Issue Type

  • Typo or grammatical error
  • Incorrect or outdated information
  • Unclear explanation or confusing content
  • Missing documentation for a topic
  • Broken links or images
  • Code example not working
  • Other (please describe)

Location

Page/File: https://hytalemodding.dev/en/docs/official-documentation/worldgen/technical-hytale-generator/density#parameters-23
https://github.com/HytaleModding/site/blob/main/content/docs/en/official-documentation/worldgen/technical-hytale-generator/density.mdx

Section: Scale > Parameters

Current Content

#### Parameters:

<ParameterList
  parameters={[
    {
      name: "X",
      description: "A floating point number.",
    },
    {
      name: "Y",
      description: "A floating point number.",
    },
    {
      name: "Z",
      description: "A floating point number.",
    },
  ]}
/>

Suggested Improvement

I'm working on the most recent pre-release now and these work but just "X" etc doesn't:

#### Parameters:

<ParameterList
  parameters={[
    {
      name: "ScaleX",
      description: "A floating point number.",
    },
    {
      name: "ScaleY",
      description: "A floating point number.",
    },
    {
      name: "ScaleZ",
      description: "A floating point number.",
    },
  ]}
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions