VazkiiMods / Patchouli

Accessible, Data-Driven, Dependency-Free Documentation for Minecraft Modders and Pack Makers
https://vazkiimods.github.io/Patchouli/
Other
314 stars 124 forks source link

Toggle progress bar for structures, per-structure #726

Open HyperDashPony opened 9 months ago

HyperDashPony commented 9 months ago

Describe the feature

I have a custom multiblock detector which isn't as strict as the structures in Patchouli because the multiblock uses stair-like blocks, which can have the same shape given multiple blockstates. It's confusing players because they'll place something that's visually correct, and correct according to my multiblock detector, but not according to Patchouli's structure. Could we have an option to disable the validation for a given Patchouli structure, so it's only a visual guide?

Additional context

No response