Skip to content

Tile mutator workers

juanosarg edited this page May 30, 2026 · 2 revisions

<- Back

The Maps module adds several tile mutator workers that interface with our def extension, TileMutatorExtension.

If you don't also define a TileMutatorExtension these workers do nothing and probably spew errors. TileMutatorExtension requires an optional feature to be toggled, learn how here: OptionalFeatures

How do I use this code?

Tile mutator workers are added to the <workerClass> tag of the TileMutatorDef you want to add them to.

Clone this wiki locally