From a554e93d363ea2662aa2cfcd2acfad60c43550f6 Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 01:40:55 +0100 Subject: [PATCH] config: cyclic delight --- config/cyclicdelight-common.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/cyclicdelight-common.toml diff --git a/config/cyclicdelight-common.toml b/config/cyclicdelight-common.toml new file mode 100644 index 0000000..56eb2e1 --- /dev/null +++ b/config/cyclicdelight-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"] +