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,26 @@
$schema: "http://json-schema.org/draft-07/schema#"
$id: "res://addons/yaml/examples/data/fimbul.generator.schema.yaml"
title: "Fimbul world generator schema definition"
params:
type: object
properties:
x: float
y: float
noiseScale: float
noise2D: Callable
functions:
type: array
items:
type: object
properties:
name:
type: string
params:
$ref: "http://json-schema.org/draft-07/schema#/definitions/stringArray"
dependencies:
$ref: "http://json-schema.org/draft-07/schema#/definitions/stringArray"
returns:
type: string
required: [name, code]
@@ -0,0 +1 @@
uid://st36arm7pgkb