From 707cbf8717a29335c9b5c5cec12b7ae428c08f26 Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 27 Sep 2020 18:47:00 +0200 Subject: updated the documentation with information about the new format --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/glossary.md') diff --git a/docs/glossary.md b/docs/glossary.md index fb3323d..f74f8b1 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -34,7 +34,7 @@ Something that exists in the player inventory. Usually this also corresponds to ## Parameter -A layer between JSON and the datastructures in the rustifarm code. Can be int, float, bool, string, template, list and interaction. The interaction parameter is in the process of being deprecated. +A layer between JSON and the datastructures in the rustifarm code. Can be int, float, bool, string, template or list. ## ComponentParameter -- cgit