Crate debris_backends

source ·
Expand description

Backend implementations for the debris compiler

A Backend trait has to handle Llir and produce a [Directory].

The module common defines useful items that are specific to minecraft.

Modules

  • Defines common items that are specific to the latest minecraft version
  • datapack 🔒
    A Backend that can compile to minecraft datapacks

Structs

Traits

  • A Backend for debris, which has to convert LLIR into a Directory