Hytale Modding
World GenerationTechnical Hytale Generator

Assignments

Assigns Props to each position in a Positions field.

Official Hytale Documentation
All content on this section is provided by Hypixel Studios Canada Inc. and is presented without any substantial changes, aside from visual design adjustments by the HytaleModding Team.

Constant

Assigns a Prop to all positions.

Parameters:

NameDescription
PropProp slot

FieldFunction

Allows you to select which props to assign based on a Density field and your configured delimiters. The Density's value at each position determines which delimiter's Prop to assign.;

Parameters:

NameDescription
FieldFunctionDensity slot.
Delimiterslist of noise value delimiters attaching Props to value ranges of the Density field.
Mindecimal number. Lower inclusive bound of the delimiter.
Maxdecimal number. Higher exclusive bound of the delimiter.
AssignmentsAssignments asset slot. The assignment provigint he Props to use.

Sandwich

Allows you to select which props to assign based on their vertical (world Y) position and your configured delimiters. Depending on each position’s height in the world the Prop of the matching delimiter will be assigned.

Image showcasing sandwich tool

Parameters:

NameDescription
Delimiterslist of world height delimiter assets.
MinYdecimal number. Lower inclusive bound of the delimiter.
MaxYdecimal number. Higher exclusive bound of the delimiter.
AssignmentsAssignments asset slot.

Weighted

Picks which Prop to assign randomly based on weights and a seed.

Parameters:

NameDescription
Seedstring.
SkipChancedecimal number between 0.0 and 1.0. Determines the chance to skip a position completely without assigning it a Prop.
WeightedAssignmentsList of weighted Assignments slots.
AssignmentsAssignments asset slot.

Imported

Imports an exported Assignments.

Parameters:

NameDescription
Namestring. The exported Assignments.