Schematica Mod 1.12.2, — Configuration
Commands
Schematica includes several commands for managing schematics, particularly useful on servers or for administrative tasks.
| Command | Description |
|---|---|
/schematicaList [page] |
Lists all available schematics on the server (if the server-side component is installed). |
/schematicaDownload <filename> |
Downloads a schematic from the server to the client's local folder. |
/schematicaReplace <blockFrom> <blockTo> |
Replaces all instances of one block type with another within the loaded schematic. |
Configuration
The mod's behavior can be fine-tuned through the schematica.cfg file or the in-game config menu.
- Printer Settings:
placeDelay: The delay (in ticks) between block placements. Increasing this makes the printer slower and safer for servers.timeout: The time the printer waits before retrying a failed block placement.placeDistance: The maximum distance from the player the printer will attempt to place blocks.- Render Settings:
alpha: Adjusts the transparency of the ghost blocks (0.0 to 1.0).highlight: Toggles the color-coding for incorrect or extra blocks.renderLayer: Allows the player to render only a specific Y-level (layer-by-layer mode), which is helpful for complex floor plans.- Server Settings:
printerEnabled: A server-side toggle to allow or disallow the use of the Printer mechanic by players.