Documentation
¶
Overview ¶
Package s2d (Schematic-to-Dragonfly) is the umbrella module for reading Java-edition Minecraft schematic files and translating them into Dragonfly world.Block values for use on Bedrock-edition servers.
Consumers usually import github.com/Velvet-MC/s2d/schem plus one or more format reader packages for registration, such as github.com/Velvet-MC/s2d/sponge.
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
s2d-coverage
command
|
|
|
Package legacy reads MCEdit-format `.schematic` files and maps the pre-1.13 numeric (block ID, data value) tuples to Java-edition state strings via a vendored table from EngineHub/WorldEdit.
|
Package legacy reads MCEdit-format `.schematic` files and maps the pre-1.13 numeric (block ID, data value) tuples to Java-edition state strings via a vendored table from EngineHub/WorldEdit. |
|
Package palette parses Java edition block-state strings of the form "namespace:name[k1=v1,k2=v2,...]" used in Sponge schematic palettes.
|
Package palette parses Java edition block-state strings of the form "namespace:name[k1=v1,k2=v2,...]" used in Sponge schematic palettes. |
|
Package schem is the public entry point for the S2D library.
|
Package schem is the public entry point for the S2D library. |
|
Package sponge reads Sponge Schematic (.schem) files.
|
Package sponge reads Sponge Schematic (.schem) files. |
|
Package translate maps Java edition block-state strings to Dragonfly world.Block values.
|
Package translate maps Java edition block-state strings to Dragonfly world.Block values. |
|
properties
Package properties holds per-property Java→Bedrock value converters.
|
Package properties holds per-property Java→Bedrock value converters. |
Click to show internal directories.
Click to hide internal directories.