From 9a927ea05e9d6947b1c419d77a4c577d0710fafb Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 20 Nov 2024 22:26:46 +0100 Subject: [PATCH] clarify sample code section license --- docs/articles/sample_code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/articles/sample_code.md b/docs/articles/sample_code.md index 716ca94..1429293 100644 --- a/docs/articles/sample_code.md +++ b/docs/articles/sample_code.md @@ -1,9 +1,9 @@ # Sample Code for Modders -This page collects various sample code snippets intended to help modders get started with more complex pieces of code like furniture that produces light, social actions, and more. +This page collects various sample code snippets intended to help modders get started with more complex pieces of code like furniture that produces light, social actions, and more. If you'd like for more examples of specific content pieces to be added to this list, don't hesitate to [ask on the Discord](https://link.tinylifegame.com/discordweb) or [open an issue](https://github.com/Ellpeck/TinyLifeWeb/issues) about it. -**Please note that, due to the game being closed source, the code displayed here is only intended as an example and not meant to be copied directly.** +Feel free to copy these examples into your own mods and modify them as needed. Please note that this is not allowed for parts of the game's code that aren't listed here, as they are protected by the game's license. ## Furniture