Skip to main content

Module set

Module set 

Source
Expand description

Structure set data types for generated registry data.

These are simple data containers populated by the build script from the vanilla datapack JSONs. steel-core converts these into its placement types for actual worldgen logic.

Re-exports§

pub use crate::structure::DimensionPadding;
pub use crate::structure::JigsawConfig;
pub use crate::structure::PoolAlias;
pub use crate::structure::StartHeight;

Structs§

ExclusionZoneData
Exclusion zone preventing overlap with another structure set.
StructureEntryData
A weighted structure entry within a structure set.
StructureSetData
A structure set entry from the vanilla datapack.

Enums§

FrequencyMethodData
Frequency reduction method identifier.
PlacementData
Placement configuration from the vanilla datapack.
SpreadTypeData
Spread type for random spread placement.