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§
- Exclusion
Zone Data - Exclusion zone preventing overlap with another structure set.
- Structure
Entry Data - A weighted structure entry within a structure set.
- Structure
SetData - A structure set entry from the vanilla datapack.
Enums§
- Frequency
Method Data - Frequency reduction method identifier.
- Placement
Data - Placement configuration from the vanilla datapack.
- Spread
Type Data - Spread type for random spread placement.