Add Recipemanager that loads recipes from YAML

This commit is contained in:
JonShard
2026-07-17 13:54:14 +02:00
parent 840908e9ff
commit 4d06e72bc1
133 changed files with 9121 additions and 175 deletions
@@ -0,0 +1,16 @@
# The $id string is used as an identifier
$schema: "res://my_custom_class.yaml"
type: object
properties:
string_val:
type: string
minLength: 0
maxLength: 5
int_val:
type: int
max: 10
float_val:
type: float
min: 1
max: 999