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