If I run BDS then this error appears
The following issues were found when loading packs: resource_packs/RP SPLEEF Provided '/header/min_engine_version' element is not SemVer (semver.org) compliant in pack manifest.
here is the code
{ "namespace": "hud", "hud_square": { "type": "image", "texture": "ui/Spleef3", "anchor_from": "top_middle", "anchor_to": "top_middle", "size": [ 100, 100 ], "offset": [ 0, -25 ] }, "root_panel": { "modifications": [ { "array_name": "controls", "operation": "insert_front", "value": [ { "[email protected]_square": {} } ] } ] } }
help pls