#HUD Error

1 messages · Page 1 of 1 (latest)

lofty stone
#

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

#

and here the manifest.json

#

{ "format_version": 2, "header": { "name": "RPSPLEEF", "description": "RPSPLEEF", "uuid": "57d63ef0-f9b1-4ac6-87bf-3d9cea620e94", "version": [1, 0, 0], "min_engine_version": [1, 20] }, "modules": [ { "type": "resources", "uuid": "ff78fe03-671d-4923-a16f-a6144acc7bd1", "version": [1, 0, 0] } ] }