From e28dddce7d0e845d592ae941b296676190312ab3 Mon Sep 17 00:00:00 2001 From: FoxedDev <169158948+foxeddev@users.noreply.github.com> Date: Thu, 5 Mar 2026 14:46:53 +0100 Subject: [PATCH 1/2] Add Snowcapped link --- command_data/links.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/command_data/links.py b/command_data/links.py index 79c473c..c24dc1b 100644 --- a/command_data/links.py +++ b/command_data/links.py @@ -74,4 +74,9 @@ "about": "Our Minecraft Text Editor lets you really easily create text components, tellraw commands, lore components, and more!", "link": "https://text.datapackhub.net/" }, + { + "name": "Tool: Snowcapped", + "about": "A Minecraft dimension editor which exports a multi-noise dimension file and a spline configuration.", + "link": "https://snowcapped.jacobsjo.eu/" + } ] From bc643f9880760d2e8068053da00d8590cb9ee389 Mon Sep 17 00:00:00 2001 From: FoxedDev <169158948+foxeddev@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:02:09 +0100 Subject: [PATCH 2/2] Add MCStacker link --- command_data/links.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/command_data/links.py b/command_data/links.py index c24dc1b..4351022 100644 --- a/command_data/links.py +++ b/command_data/links.py @@ -64,6 +64,11 @@ "about": "Misode's Datapack Generators are useful when creating files such as loot tables, predicates, advancement, worldgen files, and more!", "link": "https://misode.github.io" }, + { + "name": "Tool: MCStacker", + "about": "A Minecraft generator and converter for commands and loot tables with support for many Minecraft versions.", + "link": "https://misode.github.io" + }, { "name": "Tool: Blockbench", "about": "Blockbench is a model and texture editor for use in resource packs.",