Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 300 Bytes

File metadata and controls

18 lines (11 loc) · 300 Bytes

Mcstructure - Invalid

behaviorpack.mcstructure.invalid

possible errors:

Missing quotes

structures with a slash need "" for minecraft to read

## This will lead to an error
structure example:test/foo ~ ~ ~ 

## Correct
structure "example:test/foo" ~ ~ ~