From 3d4c76b3c8bdb6c57d7f5393c27dbc85533fcbe2 Mon Sep 17 00:00:00 2001 From: H5N3RG Date: Fri, 5 Dec 2025 01:00:54 +0100 Subject: [PATCH] Modify mod.conf for version 0.7.8 Updated the description and version number, and added default context settings. Signed-off-by: H5N3RG --- mod.conf | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/mod.conf b/mod.conf index f15a7fd..609254b 100644 --- a/mod.conf +++ b/mod.conf @@ -1,5 +1,5 @@ name = llm_connect -description = Connects your Minetest server to an LLM (Large Language Model) using an OpenAI-compatible API endpoint. +description = Connects your Luanti/Minetest server to an LLM (Large Language Model) using an OpenAI-compatible API endpoint. title = LLM Connect author = H5N3RG license = LGPL-3.0-or-later @@ -7,7 +7,7 @@ media_license = LGPL-3.0-or-later forum = depends = optional_depends = -version = 0.7.7 +version = 0.7.8 # === Default Settings === llm_max_tokens_integer = true @@ -15,3 +15,12 @@ llm_api_key = llm_api_url = llm_model = +# === Default Context Settings === +llm_context_send_server_info = true +llm_context_send_mod_list = false +llm_context_send_commands = true +llm_context_send_player_pos = true +llm_context_send_materials = false + +release = 32785 +