From f1703af637c6bb454f3bc8575eaa0196f6b78b09 Mon Sep 17 00:00:00 2001 From: Anatom <49984698+anatom3000@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:05:41 +0100 Subject: [PATCH] add discord server link --- about.md | 3 ++- mod.json | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/about.md b/about.md index 72bdd4c..83d0b2c 100644 --- a/about.md +++ b/about.md @@ -3,6 +3,7 @@ This mod adds a button to the edit tab in the editor that places copies of the selected objects, varying position, rotation, scale and HSV by any formula depending on `t`. This allows you to precisely place objects. [Example setup](https://github.com/anatom3000/Functional/blob/dev/functool_popup.png?raw=true) + [Result of setup](https://github.com/anatom3000/Functional/blob/dev/functool_result.png?raw=true) ## Supported operations @@ -18,7 +19,7 @@ This mod adds a button to the edit tab in the editor that places copies of the s - `min(..., ...)`, `max(..., ...)` ## Issues -If you encounter any bug, please DM the developer on Discord: `@anatom3000` or [create an issue on Github](https://github.com/anatom3000/Functional/issues). +If you encounter any bug, please report it on the [Discord server](https://discord.gg/cWng6AamgY) or [create an issue on Github](https://github.com/anatom3000/Functional/issues). ## Credits This mod is based on [matcool's Circle Tool](mod:mat.circle-tool), although almost every part of the code has been modified in some way and the core logic has been completely rewritten. diff --git a/mod.json b/mod.json index 7e71977..c4e3ca2 100644 --- a/mod.json +++ b/mod.json @@ -2,9 +2,12 @@ "name": "Functional", "description": "Editor tool for placing objects using formulas", "developer": "anatom3000", - "repository": "https://github.com/anatom3000/Functional", + "links": { + "source": "https://github.com/anatom3000/Functional", + "community": "https://discord.gg/cWng6AamgY" + }, "id": "anatom3000.functional", - "version": "v1.1.4", + "version": "v1.1.5", "geode": "4.0.1", "gd": { "win": "2.2074",