Expand description
§Steel Core
The core library for the Steel Minecraft server. Handles everything related to the PLAY state.
Modules§
- behavior
- Block and item behavior system.
- block_
entity - Block entity system for blocks that need additional data storage.
- bootstrap
- Global registry and behavior initialization.
- chunk
- This module contains all the chunk related structures and logic.
- chunk_
saver - Chunk persistence module.
- command
- Brigadier-compatible command parsing, execution, and sender handling.
- config
- Server configuration types used at runtime.
- enchantment_
helper 🔒 - entity
- This module contains entity-related traits and types.
- fluid
- Fluid behavior system.
- inventory
- Inventory and container management system.
- level_
data - Level data persistence module.
- permission
- Steel’s internal permission evaluation model.
- physics
- Physics engine for entity movement with vanilla Minecraft parity.
- player
- This module contains all things player-related.
- poi
- Point of Interest (POI) system.
- portal 🔒
- World portal system for nether/end portals and future portal types.
- scoreboard
- Domain-scoped command scoreboard state.
- server
- This module contains the
Serverstruct, which is the main entry point for the server. - world
- This module contains the
Worldstruct, which represents a world. - worldgen
- World generation module.