Skip to content

Mixed Layer Specification

Ted Senft edited this page Dec 20, 2020 · 2 revisions

The mixed layer type allows for full control over every space in the layer. You must defined each block explicitly.

{
    "type": "compactcrafting:mixed",
    "pattern": [
        ["C", "C", "C", "C", "C"],
        ["C", "-", "-", "-", "C"],
        ["C", "-", "D", "-", "C"],
        ["C", "-", "-", "-", "C"],
        ["C", "C", "C", "C", "C"]
    ]
}
Clone this wiki locally