From a2a54bb7eaece377d4f26ce258e3edec929c1227 Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 00:08:03 +0100 Subject: [PATCH] config: alex artifacts --- config/alexsartifacts-common.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/alexsartifacts-common.toml diff --git a/config/alexsartifacts-common.toml b/config/alexsartifacts-common.toml new file mode 100644 index 0000000..56eb2e1 --- /dev/null +++ b/config/alexsartifacts-common.toml @@ -0,0 +1,10 @@ +#Whether to log the dirt block on common setup +logDirtBlock = true +#A magic number +#Range: > 0 +magicNumber = 42 +#What you want the introduction message to be for the magic number +magicNumberIntroduction = "The magic number is... " +#A list of items to log on common setup. +items = ["minecraft:iron_ingot"] +