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
+6
View File
@@ -0,0 +1,6 @@
[plugin]
name="YAML"
version="2.2.0"
description="High-performance YAML parser and serializer for Godot 4.3+, powered by RapidYAML. It supports most Godot Variant types, offers JSON Schema validation, customizable formatting, and integrates with the editor for seamless YAML handling, and much more."
author="FimbulWorks"
script="plugin.gd"