From 9eaeb766ce22554701babee745588c99448b9b75 Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 00:55:54 +0100 Subject: [PATCH] config: catacllysm --- config/cataclysm.toml | 0 config/cataclysmartifacts-common.toml | 10 ++++++++++ 2 files changed, 10 insertions(+) mode change 100755 => 100644 config/cataclysm.toml create mode 100644 config/cataclysmartifacts-common.toml diff --git a/config/cataclysm.toml b/config/cataclysm.toml old mode 100755 new mode 100644 diff --git a/config/cataclysmartifacts-common.toml b/config/cataclysmartifacts-common.toml new file mode 100644 index 0000000..56eb2e1 --- /dev/null +++ b/config/cataclysmartifacts-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"] +